Shades of Forest Green #209321
Tints of Forest Green #209321
RGB
CMYK
RGB Variations
Color information
#209321 (or 0x209321) is known color: Forest Green. HEX triplet: 20, 93 and 21. RGB value is (32,147,33). Sum of RGB (Red+Green+Blue) = 32+147+33=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 147 (57.81% from 255 or 69.34% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 147 - color contains mainly: green. Hex color #209321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209321 is #DF6CDE. Grayscale: #636363. Windows color (decimal): -14642399 or 2200352. OLE color: 2200352.
HSL color Cylindrical-coordinate representation of color #209321: hue angle of 120.52º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209321 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 147 | 33 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.42 |
| HSL | 120.52º | 0.64% | 0.35% | - |
| HSV(B) | 120.52º | 0.78% | 0.58% | - |
| XYZ | 11.3 | 21.28 | 4.95 | - |
| YUV | 99.62 | 90.4 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 33 | 0.78 | 0 | 0.78 | 0.42 | 120.52 | 0.64 | 0.35 |
| Hex | 20 | 93 | 21 | 4E | 0 | 4E | 2A | 79 | 40 | 23 |
| Octal | 40 | 223 | 41 | 116 | 0 | 116 | 52 | 171 | 100 | 43 |
| Binary | 100000 | 10010011 | 100001 | 1001110 | 0 | 1001110 | 101010 | 1111001 | 1000000 | 100011 |
Color Harmonies of #209321
Complementary color
Monochromatic Colors of #209321
Black with #209321
Text Example
Text Example
White with #209321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209321; }
p { color: rgb(32,147,33); }
H1.HeaderClassName
{
color: #209321;
}
.AnyTagClassName
{
color: #209321;
}
</style>
background-color css
<style>
a { background-color: #209321; }
a { background-color: rgb(32,147,33); }
div.DivClassName
{
background-color: #209321;
}
.BgClassName
{
background-color: #209321;
}
</style>
border-color css
<style>
span { border-color: #209321; }
span { border-color: rgb(32,147,33); }
td.TdClassName
{
border-color: #209321;
}
.TagClassName
{
border-color: #209321;
}
</style>