Shades of Forest Green #208E31
Tints of Forest Green #208E31
RGB
CMYK
RGB Variations
Color information
#208E31 (or 0x208E31) is known color: Forest Green. HEX triplet: 20, 8E and 31. RGB value is (32,142,49). Sum of RGB (Red+Green+Blue) = 32+142+49=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #208E31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208E31 is #DF71CE. Grayscale: #626262. Windows color (decimal): -14643663 or 3247648. OLE color: 3247648.
HSL color Cylindrical-coordinate representation of color #208E31: hue angle of 129.27º 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 #208E31 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 49 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.44 |
| HSL | 129.27º | 0.63% | 0.34% | - |
| HSV(B) | 129.27º | 0.77% | 0.56% | - |
| XYZ | 10.82 | 19.87 | 6.17 | - |
| YUV | 98.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 49 | 0.77 | 0 | 0.65 | 0.44 | 129.27 | 0.63 | 0.34 |
| Hex | 20 | 8E | 31 | 4D | 0 | 41 | 2C | 81 | 3F | 22 |
| Octal | 40 | 216 | 61 | 115 | 0 | 101 | 54 | 201 | 77 | 42 |
| Binary | 100000 | 10001110 | 110001 | 1001101 | 0 | 1000001 | 101100 | 10000001 | 111111 | 100010 |
Color Harmonies of #208E31
Complementary color
Monochromatic Colors of #208E31
Black with #208E31
Text Example
Text Example
White with #208E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E31; }
p { color: rgb(32,142,49); }
H1.HeaderClassName
{
color: #208E31;
}
.AnyTagClassName
{
color: #208E31;
}
</style>
background-color css
<style>
a { background-color: #208E31; }
a { background-color: rgb(32,142,49); }
div.DivClassName
{
background-color: #208E31;
}
.BgClassName
{
background-color: #208E31;
}
</style>
border-color css
<style>
span { border-color: #208E31; }
span { border-color: rgb(32,142,49); }
td.TdClassName
{
border-color: #208E31;
}
.TagClassName
{
border-color: #208E31;
}
</style>