Shades of Forest Green #209A2E
Tints of Forest Green #209A2E
RGB
CMYK
RGB Variations
Color information
#209A2E (or 0x209A2E) is known color: Forest Green. HEX triplet: 20, 9A and 2E. RGB value is (32,154,46). Sum of RGB (Red+Green+Blue) = 32+154+46=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 154 (60.55% from 255 or 66.38% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 154 - color contains mainly: green. Hex color #209A2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209A2E is #DF65D1. Grayscale: #696969. Windows color (decimal): -14640594 or 3054112. OLE color: 3054112.
HSL color Cylindrical-coordinate representation of color #209A2E: hue angle of 126.89º 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 #209A2E is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 154 | 46 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.40 |
| HSL | 126.89º | 0.66% | 0.36% | - |
| HSV(B) | 126.89º | 0.79% | 0.6% | - |
| XYZ | 12.64 | 23.62 | 6.48 | - |
| YUV | 105.21 | 94.58 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 154 | 46 | 0.79 | 0 | 0.70 | 0.40 | 126.89 | 0.66 | 0.36 |
| Hex | 20 | 9A | 2E | 4F | 0 | 46 | 28 | 7F | 42 | 24 |
| Octal | 40 | 232 | 56 | 117 | 0 | 106 | 50 | 177 | 102 | 44 |
| Binary | 100000 | 10011010 | 101110 | 1001111 | 0 | 1000110 | 101000 | 1111111 | 1000010 | 100100 |
Color Harmonies of #209A2E
Complementary color
Monochromatic Colors of #209A2E
Black with #209A2E
Text Example
Text Example
White with #209A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209A2E; }
p { color: rgb(32,154,46); }
H1.HeaderClassName
{
color: #209A2E;
}
.AnyTagClassName
{
color: #209A2E;
}
</style>
background-color css
<style>
a { background-color: #209A2E; }
a { background-color: rgb(32,154,46); }
div.DivClassName
{
background-color: #209A2E;
}
.BgClassName
{
background-color: #209A2E;
}
</style>
border-color css
<style>
span { border-color: #209A2E; }
span { border-color: rgb(32,154,46); }
td.TdClassName
{
border-color: #209A2E;
}
.TagClassName
{
border-color: #209A2E;
}
</style>