Shades of Forest Green #208431
Tints of Forest Green #208431
RGB
CMYK
RGB Variations
Color information
#208431 (or 0x208431) is known color: Forest Green. HEX triplet: 20, 84 and 31. RGB value is (32,132,49). Sum of RGB (Red+Green+Blue) = 32+132+49=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #208431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208431 is #DF7BCE. Grayscale: #5C5C5C. Windows color (decimal): -14646223 or 3245088. OLE color: 3245088.
HSL color Cylindrical-coordinate representation of color #208431: hue angle of 130.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208431 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 49 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.48 |
| HSL | 130.2º | 0.61% | 0.32% | - |
| HSV(B) | 130.2º | 0.76% | 0.52% | - |
| XYZ | 9.4 | 17.03 | 5.7 | - |
| YUV | 92.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 49 | 0.76 | 0 | 0.63 | 0.48 | 130.2 | 0.61 | 0.32 |
| Hex | 20 | 84 | 31 | 4C | 0 | 3F | 30 | 82 | 3D | 20 |
| Octal | 40 | 204 | 61 | 114 | 0 | 77 | 60 | 202 | 75 | 40 |
| Binary | 100000 | 10000100 | 110001 | 1001100 | 0 | 111111 | 110000 | 10000010 | 111101 | 100000 |
Color Harmonies of #208431
Complementary color
Monochromatic Colors of #208431
Black with #208431
Text Example
Text Example
White with #208431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208431; }
p { color: rgb(32,132,49); }
H1.HeaderClassName
{
color: #208431;
}
.AnyTagClassName
{
color: #208431;
}
</style>
background-color css
<style>
a { background-color: #208431; }
a { background-color: rgb(32,132,49); }
div.DivClassName
{
background-color: #208431;
}
.BgClassName
{
background-color: #208431;
}
</style>
border-color css
<style>
span { border-color: #208431; }
span { border-color: rgb(32,132,49); }
td.TdClassName
{
border-color: #208431;
}
.TagClassName
{
border-color: #208431;
}
</style>