Shades of Forest Green #209A32
Tints of Forest Green #209A32
RGB
CMYK
RGB Variations
Color information
#209A32 (or 0x209A32) is known color: Forest Green. HEX triplet: 20, 9A and 32. RGB value is (32,154,50). Sum of RGB (Red+Green+Blue) = 32+154+50=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #209A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209A32 is #DF65CD. Grayscale: #696969. Windows color (decimal): -14640590 or 3316256. OLE color: 3316256.
HSL color Cylindrical-coordinate representation of color #209A32: hue angle of 128.85º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209A32 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 154 | 50 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.40 |
| HSL | 128.85º | 0.66% | 0.36% | - |
| HSV(B) | 128.85º | 0.79% | 0.6% | - |
| XYZ | 12.73 | 23.65 | 6.91 | - |
| YUV | 105.67 | 96.58 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 154 | 50 | 0.79 | 0 | 0.68 | 0.40 | 128.85 | 0.66 | 0.36 |
| Hex | 20 | 9A | 32 | 4F | 0 | 44 | 28 | 81 | 42 | 24 |
| Octal | 40 | 232 | 62 | 117 | 0 | 104 | 50 | 201 | 102 | 44 |
| Binary | 100000 | 10011010 | 110010 | 1001111 | 0 | 1000100 | 101000 | 10000001 | 1000010 | 100100 |
Color Harmonies of #209A32
Complementary color
Monochromatic Colors of #209A32
Black with #209A32
Text Example
Text Example
White with #209A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209A32; }
p { color: rgb(32,154,50); }
H1.HeaderClassName
{
color: #209A32;
}
.AnyTagClassName
{
color: #209A32;
}
</style>
background-color css
<style>
a { background-color: #209A32; }
a { background-color: rgb(32,154,50); }
div.DivClassName
{
background-color: #209A32;
}
.BgClassName
{
background-color: #209A32;
}
</style>
border-color css
<style>
span { border-color: #209A32; }
span { border-color: rgb(32,154,50); }
td.TdClassName
{
border-color: #209A32;
}
.TagClassName
{
border-color: #209A32;
}
</style>