Shades of Forest Green #208E08
Tints of Forest Green #208E08
RGB
CMYK
RGB Variations
Color information
#208E08 (or 0x208E08) is known color: Forest Green. HEX triplet: 20, 8E and 08. RGB value is (32,142,8). Sum of RGB (Red+Green+Blue) = 32+142+8=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 142 (55.86% from 255 or 78.02% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 142 - color contains mainly: green. Hex color #208E08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208E08 is #DF71F7. Grayscale: #5E5E5E. Windows color (decimal): -14643704 or 560672. OLE color: 560672.
HSL color Cylindrical-coordinate representation of color #208E08: hue angle of 109.25º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #208E08 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 8 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.44 |
| HSL | 109.25º | 0.89% | 0.29% | - |
| HSV(B) | 109.25º | 0.94% | 0.56% | - |
| XYZ | 10.31 | 19.67 | 3.48 | - |
| YUV | 93.83 | 79.56 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 8 | 0.77 | 0 | 0.94 | 0.44 | 109.25 | 0.89 | 0.29 |
| Hex | 20 | 8E | 8 | 4D | 0 | 5E | 2C | 6D | 59 | 1D |
| Octal | 40 | 216 | 10 | 115 | 0 | 136 | 54 | 155 | 131 | 35 |
| Binary | 100000 | 10001110 | 1000 | 1001101 | 0 | 1011110 | 101100 | 1101101 | 1011001 | 11101 |
Color Harmonies of #208E08
Complementary color
Monochromatic Colors of #208E08
Black with #208E08
Text Example
Text Example
White with #208E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E08; }
p { color: rgb(32,142,8); }
H1.HeaderClassName
{
color: #208E08;
}
.AnyTagClassName
{
color: #208E08;
}
</style>
background-color css
<style>
a { background-color: #208E08; }
a { background-color: rgb(32,142,8); }
div.DivClassName
{
background-color: #208E08;
}
.BgClassName
{
background-color: #208E08;
}
</style>
border-color css
<style>
span { border-color: #208E08; }
span { border-color: rgb(32,142,8); }
td.TdClassName
{
border-color: #208E08;
}
.TagClassName
{
border-color: #208E08;
}
</style>