Shades of Forest Green #208424
Tints of Forest Green #208424
RGB
CMYK
RGB Variations
Color information
#208424 (or 0x208424) is known color: Forest Green. HEX triplet: 20, 84 and 24. RGB value is (32,132,36). Sum of RGB (Red+Green+Blue) = 32+132+36=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #208424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208424 is #DF7BDB. Grayscale: #5B5B5B. Windows color (decimal): -14646236 or 2393120. OLE color: 2393120.
HSL color Cylindrical-coordinate representation of color #208424: hue angle of 122.4º 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 #208424 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 36 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.48 |
| HSL | 122.4º | 0.61% | 0.32% | - |
| HSV(B) | 122.4º | 0.76% | 0.52% | - |
| XYZ | 9.17 | 16.94 | 4.46 | - |
| YUV | 91.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 36 | 0.76 | 0 | 0.73 | 0.48 | 122.4 | 0.61 | 0.32 |
| Hex | 20 | 84 | 24 | 4C | 0 | 49 | 30 | 7A | 3D | 20 |
| Octal | 40 | 204 | 44 | 114 | 0 | 111 | 60 | 172 | 75 | 40 |
| Binary | 100000 | 10000100 | 100100 | 1001100 | 0 | 1001001 | 110000 | 1111010 | 111101 | 100000 |
Color Harmonies of #208424
Complementary color
Monochromatic Colors of #208424
Black with #208424
Text Example
Text Example
White with #208424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208424; }
p { color: rgb(32,132,36); }
H1.HeaderClassName
{
color: #208424;
}
.AnyTagClassName
{
color: #208424;
}
</style>
background-color css
<style>
a { background-color: #208424; }
a { background-color: rgb(32,132,36); }
div.DivClassName
{
background-color: #208424;
}
.BgClassName
{
background-color: #208424;
}
</style>
border-color css
<style>
span { border-color: #208424; }
span { border-color: rgb(32,132,36); }
td.TdClassName
{
border-color: #208424;
}
.TagClassName
{
border-color: #208424;
}
</style>