Shades of Forest Green #208B32
Tints of Forest Green #208B32
RGB
CMYK
RGB Variations
Color information
#208B32 (or 0x208B32) is known color: Forest Green. HEX triplet: 20, 8B and 32. RGB value is (32,139,50). Sum of RGB (Red+Green+Blue) = 32+139+50=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 139 (54.69% from 255 or 62.90% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 139 - color contains mainly: green. Hex color #208B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B32 is #DF74CD. Grayscale: #616161. Windows color (decimal): -14644430 or 3312416. OLE color: 3312416.
HSL color Cylindrical-coordinate representation of color #208B32: hue angle of 130.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B32 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 50 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.45 |
| HSL | 130.09º | 0.63% | 0.34% | - |
| HSV(B) | 130.09º | 0.77% | 0.55% | - |
| XYZ | 10.4 | 19 | 6.14 | - |
| YUV | 96.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 50 | 0.77 | 0 | 0.64 | 0.45 | 130.09 | 0.63 | 0.34 |
| Hex | 20 | 8B | 32 | 4D | 0 | 40 | 2D | 82 | 3F | 22 |
| Octal | 40 | 213 | 62 | 115 | 0 | 100 | 55 | 202 | 77 | 42 |
| Binary | 100000 | 10001011 | 110010 | 1001101 | 0 | 1000000 | 101101 | 10000010 | 111111 | 100010 |
Color Harmonies of #208B32
Complementary color
Monochromatic Colors of #208B32
Black with #208B32
Text Example
Text Example
White with #208B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B32; }
p { color: rgb(32,139,50); }
H1.HeaderClassName
{
color: #208B32;
}
.AnyTagClassName
{
color: #208B32;
}
</style>
background-color css
<style>
a { background-color: #208B32; }
a { background-color: rgb(32,139,50); }
div.DivClassName
{
background-color: #208B32;
}
.BgClassName
{
background-color: #208B32;
}
</style>
border-color css
<style>
span { border-color: #208B32; }
span { border-color: rgb(32,139,50); }
td.TdClassName
{
border-color: #208B32;
}
.TagClassName
{
border-color: #208B32;
}
</style>