Shades of Forest Green #208E3B
Tints of Forest Green #208E3B
RGB
CMYK
RGB Variations
Color information
#208E3B (or 0x208E3B) is known color: Forest Green. HEX triplet: 20, 8E and 3B. RGB value is (32,142,59). Sum of RGB (Red+Green+Blue) = 32+142+59=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 142 (55.86% from 255 or 60.94% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 142 - color contains mainly: green. Hex color #208E3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208E3B is #DF71C4. Grayscale: #636363. Windows color (decimal): -14643653 or 3903008. OLE color: 3903008.
HSL color Cylindrical-coordinate representation of color #208E3B: hue angle of 134.73º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208E3B is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 59 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.44 |
| HSL | 134.73º | 0.63% | 0.34% | - |
| HSV(B) | 134.73º | 0.77% | 0.56% | - |
| XYZ | 11.06 | 19.97 | 7.41 | - |
| YUV | 99.65 | 105.06 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 59 | 0.77 | 0 | 0.58 | 0.44 | 134.73 | 0.63 | 0.34 |
| Hex | 20 | 8E | 3B | 4D | 0 | 3A | 2C | 87 | 3F | 22 |
| Octal | 40 | 216 | 73 | 115 | 0 | 72 | 54 | 207 | 77 | 42 |
| Binary | 100000 | 10001110 | 111011 | 1001101 | 0 | 111010 | 101100 | 10000111 | 111111 | 100010 |
Color Harmonies of #208E3B
Complementary color
Monochromatic Colors of #208E3B
Black with #208E3B
Text Example
Text Example
White with #208E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E3B; }
p { color: rgb(32,142,59); }
H1.HeaderClassName
{
color: #208E3B;
}
.AnyTagClassName
{
color: #208E3B;
}
</style>
background-color css
<style>
a { background-color: #208E3B; }
a { background-color: rgb(32,142,59); }
div.DivClassName
{
background-color: #208E3B;
}
.BgClassName
{
background-color: #208E3B;
}
</style>
border-color css
<style>
span { border-color: #208E3B; }
span { border-color: rgb(32,142,59); }
td.TdClassName
{
border-color: #208E3B;
}
.TagClassName
{
border-color: #208E3B;
}
</style>