Shades of Forest Green #208B2C
Tints of Forest Green #208B2C
RGB
CMYK
RGB Variations
Color information
#208B2C (or 0x208B2C) is known color: Forest Green. HEX triplet: 20, 8B and 2C. RGB value is (32,139,44). Sum of RGB (Red+Green+Blue) = 32+139+44=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #208B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B2C is #DF74D3. Grayscale: #606060. Windows color (decimal): -14644436 or 2919200. OLE color: 2919200.
HSL color Cylindrical-coordinate representation of color #208B2C: hue angle of 126.73º 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 #208B2C is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 44 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.45 |
| HSL | 126.73º | 0.63% | 0.34% | - |
| HSV(B) | 126.73º | 0.77% | 0.55% | - |
| XYZ | 10.28 | 18.95 | 5.5 | - |
| YUV | 96.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 44 | 0.77 | 0 | 0.68 | 0.45 | 126.73 | 0.63 | 0.34 |
| Hex | 20 | 8B | 2C | 4D | 0 | 44 | 2D | 7F | 3F | 22 |
| Octal | 40 | 213 | 54 | 115 | 0 | 104 | 55 | 177 | 77 | 42 |
| Binary | 100000 | 10001011 | 101100 | 1001101 | 0 | 1000100 | 101101 | 1111111 | 111111 | 100010 |
Color Harmonies of #208B2C
Complementary color
Monochromatic Colors of #208B2C
Black with #208B2C
Text Example
Text Example
White with #208B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B2C; }
p { color: rgb(32,139,44); }
H1.HeaderClassName
{
color: #208B2C;
}
.AnyTagClassName
{
color: #208B2C;
}
</style>
background-color css
<style>
a { background-color: #208B2C; }
a { background-color: rgb(32,139,44); }
div.DivClassName
{
background-color: #208B2C;
}
.BgClassName
{
background-color: #208B2C;
}
</style>
border-color css
<style>
span { border-color: #208B2C; }
span { border-color: rgb(32,139,44); }
td.TdClassName
{
border-color: #208B2C;
}
.TagClassName
{
border-color: #208B2C;
}
</style>