Shades of Forest Green #209221
Tints of Forest Green #209221
RGB
CMYK
RGB Variations
Color information
#209221 (or 0x209221) is known color: Forest Green. HEX triplet: 20, 92 and 21. RGB value is (32,146,33). Sum of RGB (Red+Green+Blue) = 32+146+33=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 146 (57.42% from 255 or 69.19% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 146 - color contains mainly: green. Hex color #209221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209221 is #DF6DDE. Grayscale: #636363. Windows color (decimal): -14642655 or 2200096. OLE color: 2200096.
HSL color Cylindrical-coordinate representation of color #209221: hue angle of 120.53º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209221 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 33 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.43 |
| HSL | 120.53º | 0.64% | 0.35% | - |
| HSV(B) | 120.53º | 0.78% | 0.57% | - |
| XYZ | 11.15 | 20.97 | 4.9 | - |
| YUV | 99.03 | 90.73 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 33 | 0.78 | 0 | 0.77 | 0.43 | 120.53 | 0.64 | 0.35 |
| Hex | 20 | 92 | 21 | 4E | 0 | 4D | 2B | 79 | 40 | 23 |
| Octal | 40 | 222 | 41 | 116 | 0 | 115 | 53 | 171 | 100 | 43 |
| Binary | 100000 | 10010010 | 100001 | 1001110 | 0 | 1001101 | 101011 | 1111001 | 1000000 | 100011 |
Color Harmonies of #209221
Complementary color
Monochromatic Colors of #209221
Black with #209221
Text Example
Text Example
White with #209221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209221; }
p { color: rgb(32,146,33); }
H1.HeaderClassName
{
color: #209221;
}
.AnyTagClassName
{
color: #209221;
}
</style>
background-color css
<style>
a { background-color: #209221; }
a { background-color: rgb(32,146,33); }
div.DivClassName
{
background-color: #209221;
}
.BgClassName
{
background-color: #209221;
}
</style>
border-color css
<style>
span { border-color: #209221; }
span { border-color: rgb(32,146,33); }
td.TdClassName
{
border-color: #209221;
}
.TagClassName
{
border-color: #209221;
}
</style>