Shades of Forest Green #219211
Tints of Forest Green #219211
RGB
CMYK
RGB Variations
Color information
#219211 (or 0x219211) is known color: Forest Green. HEX triplet: 21, 92 and 11. RGB value is (33,146,17). Sum of RGB (Red+Green+Blue) = 33+146+17=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 146 (57.42% from 255 or 74.49% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 146 - color contains mainly: green. Hex color #219211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219211 is #DE6DEE. Grayscale: #616161. Windows color (decimal): -14577135 or 1151521. OLE color: 1151521.
HSL color Cylindrical-coordinate representation of color #219211: hue angle of 112.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #219211 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 17 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.43 |
| HSL | 112.56º | 0.79% | 0.32% | - |
| HSV(B) | 112.56º | 0.88% | 0.57% | - |
| XYZ | 11.01 | 20.92 | 3.99 | - |
| YUV | 97.51 | 82.56 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 17 | 0.77 | 0 | 0.88 | 0.43 | 112.56 | 0.79 | 0.32 |
| Hex | 21 | 92 | 11 | 4D | 0 | 58 | 2B | 71 | 4F | 20 |
| Octal | 41 | 222 | 21 | 115 | 0 | 130 | 53 | 161 | 117 | 40 |
| Binary | 100001 | 10010010 | 10001 | 1001101 | 0 | 1011000 | 101011 | 1110001 | 1001111 | 100000 |
Color Harmonies of #219211
Complementary color
Monochromatic Colors of #219211
Black with #219211
Text Example
Text Example
White with #219211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219211; }
p { color: rgb(33,146,17); }
H1.HeaderClassName
{
color: #219211;
}
.AnyTagClassName
{
color: #219211;
}
</style>
background-color css
<style>
a { background-color: #219211; }
a { background-color: rgb(33,146,17); }
div.DivClassName
{
background-color: #219211;
}
.BgClassName
{
background-color: #219211;
}
</style>
border-color css
<style>
span { border-color: #219211; }
span { border-color: rgb(33,146,17); }
td.TdClassName
{
border-color: #219211;
}
.TagClassName
{
border-color: #219211;
}
</style>