Skip to main content

History: -RGB

Source of version: 3 (current)

Copy to clipboard
            {INCLUDE(page="ogrelex ext tpl")/}
---
__RGB__ - __R__ed, __g__reen, __b__lue. A widely used color code scheme with three components for each of these three colours. Each of these components can have a value from 0 to 255. Some examples:

* (255, 0, 0) = red
* (0, 255, 0) = grenn
* (0, 0, 255) = blue
* (255, 255, 0) = yellow

{{Wikipedia}}