Shades of Forest Green #219221
Tints of Forest Green #219221
RGB
CMYK
RGB Variations
Color information
#219221 (or 0x219221) is known color: Forest Green. HEX triplet: 21, 92 and 21. RGB value is (33,146,33). Sum of RGB (Red+Green+Blue) = 33+146+33=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #219221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219221 is #DE6DDE. Grayscale: #636363. Windows color (decimal): -14577119 or 2200097. OLE color: 2200097.
HSL color Cylindrical-coordinate representation of color #219221: hue angle of 120º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219221 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 33 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.43 |
| HSL | 120º | 0.63% | 0.35% | - |
| HSV(B) | 120º | 0.77% | 0.57% | - |
| XYZ | 11.18 | 20.99 | 4.9 | - |
| YUV | 99.33 | 90.56 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 33 | 0.77 | 0 | 0.77 | 0.43 | 120 | 0.63 | 0.35 |
| Hex | 21 | 92 | 21 | 4D | 0 | 4D | 2B | 78 | 3F | 23 |
| Octal | 41 | 222 | 41 | 115 | 0 | 115 | 53 | 170 | 77 | 43 |
| Binary | 100001 | 10010010 | 100001 | 1001101 | 0 | 1001101 | 101011 | 1111000 | 111111 | 100011 |
Color Harmonies of #219221
Complementary color
Monochromatic Colors of #219221
Black with #219221
Text Example
Text Example
White with #219221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219221; }
p { color: rgb(33,146,33); }
H1.HeaderClassName
{
color: #219221;
}
.AnyTagClassName
{
color: #219221;
}
</style>
background-color css
<style>
a { background-color: #219221; }
a { background-color: rgb(33,146,33); }
div.DivClassName
{
background-color: #219221;
}
.BgClassName
{
background-color: #219221;
}
</style>
border-color css
<style>
span { border-color: #219221; }
span { border-color: rgb(33,146,33); }
td.TdClassName
{
border-color: #219221;
}
.TagClassName
{
border-color: #219221;
}
</style>