Shades of Forest Green #208C08
Tints of Forest Green #208C08
RGB
CMYK
RGB Variations
Color information
#208C08 (or 0x208C08) is known color: Forest Green. HEX triplet: 20, 8C and 08. RGB value is (32,140,8). Sum of RGB (Red+Green+Blue) = 32+140+8=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 140 (55.08% from 255 or 77.78% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 140 - color contains mainly: green. Hex color #208C08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208C08 is #DF73F7. Grayscale: #5D5D5D. Windows color (decimal): -14644216 or 560160. OLE color: 560160.
HSL color Cylindrical-coordinate representation of color #208C08: hue angle of 109.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #208C08 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 8 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.45 |
| HSL | 109.09º | 0.89% | 0.29% | - |
| HSV(B) | 109.09º | 0.94% | 0.55% | - |
| XYZ | 10.02 | 19.08 | 3.38 | - |
| YUV | 92.66 | 80.22 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 8 | 0.77 | 0 | 0.94 | 0.45 | 109.09 | 0.89 | 0.29 |
| Hex | 20 | 8C | 8 | 4D | 0 | 5E | 2D | 6D | 59 | 1D |
| Octal | 40 | 214 | 10 | 115 | 0 | 136 | 55 | 155 | 131 | 35 |
| Binary | 100000 | 10001100 | 1000 | 1001101 | 0 | 1011110 | 101101 | 1101101 | 1011001 | 11101 |
Color Harmonies of #208C08
Complementary color
Monochromatic Colors of #208C08
Black with #208C08
Text Example
Text Example
White with #208C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C08; }
p { color: rgb(32,140,8); }
H1.HeaderClassName
{
color: #208C08;
}
.AnyTagClassName
{
color: #208C08;
}
</style>
background-color css
<style>
a { background-color: #208C08; }
a { background-color: rgb(32,140,8); }
div.DivClassName
{
background-color: #208C08;
}
.BgClassName
{
background-color: #208C08;
}
</style>
border-color css
<style>
span { border-color: #208C08; }
span { border-color: rgb(32,140,8); }
td.TdClassName
{
border-color: #208C08;
}
.TagClassName
{
border-color: #208C08;
}
</style>