-RGB        
Print

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9


RGB - Red, green, blue. 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}}

 


Contributors to this page: jacmoe111451 points  and Spacegaier3733 points  .
Page last modified on Friday 08 of January, 2010 00:25:06 GMT by jacmoe111451 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.