Shades of Green #208002
Tints of Green #208002
RGB
CMYK
RGB Variations
Color information
#208002 (or 0x208002) is known color: Green. HEX triplet: 20, 80 and 02. RGB value is (32,128,2). Sum of RGB (Red+Green+Blue) = 32+128+2=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 128 (50.39% from 255 or 79.01% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 128 - color contains mainly: green. Hex color #208002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208002 is #DF7FFD. Grayscale: #555555. Windows color (decimal): -14647294 or 163872. OLE color: 163872.
HSL color Cylindrical-coordinate representation of color #208002: hue angle of 105.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #208002 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 2 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.50 |
| HSL | 105.71º | 0.97% | 0.25% | - |
| HSV(B) | 105.71º | 0.98% | 0.5% | - |
| XYZ | 8.33 | 15.75 | 2.66 | - |
| YUV | 84.93 | 81.2 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 2 | 0.75 | 0 | 0.98 | 0.50 | 105.71 | 0.97 | 0.25 |
| Hex | 20 | 80 | 2 | 4B | 0 | 62 | 32 | 6A | 61 | 19 |
| Octal | 40 | 200 | 2 | 113 | 0 | 142 | 62 | 152 | 141 | 31 |
| Binary | 100000 | 10000000 | 10 | 1001011 | 0 | 1100010 | 110010 | 1101010 | 1100001 | 11001 |
Color Harmonies of #208002
Complementary color
Monochromatic Colors of #208002
Black with #208002
Text Example
Text Example
White with #208002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208002; }
p { color: rgb(32,128,2); }
H1.HeaderClassName
{
color: #208002;
}
.AnyTagClassName
{
color: #208002;
}
</style>
background-color css
<style>
a { background-color: #208002; }
a { background-color: rgb(32,128,2); }
div.DivClassName
{
background-color: #208002;
}
.BgClassName
{
background-color: #208002;
}
</style>
border-color css
<style>
span { border-color: #208002; }
span { border-color: rgb(32,128,2); }
td.TdClassName
{
border-color: #208002;
}
.TagClassName
{
border-color: #208002;
}
</style>