Shades of Forest Green #219520
Tints of Forest Green #219520
RGB
CMYK
RGB Variations
Color information
#219520 (or 0x219520) is known color: Forest Green. HEX triplet: 21, 95 and 20. RGB value is (33,149,32). Sum of RGB (Red+Green+Blue) = 33+149+32=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #219520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219520 is #DE6ADF. Grayscale: #656565. Windows color (decimal): -14576352 or 2135329. OLE color: 2135329.
HSL color Cylindrical-coordinate representation of color #219520: hue angle of 119.49º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219520 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 32 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.42 |
| HSL | 119.49º | 0.65% | 0.35% | - |
| HSV(B) | 119.49º | 0.79% | 0.58% | - |
| XYZ | 11.64 | 21.92 | 4.98 | - |
| YUV | 100.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 32 | 0.78 | 0 | 0.79 | 0.42 | 119.49 | 0.65 | 0.35 |
| Hex | 21 | 95 | 20 | 4E | 0 | 4F | 2A | 77 | 41 | 23 |
| Octal | 41 | 225 | 40 | 116 | 0 | 117 | 52 | 167 | 101 | 43 |
| Binary | 100001 | 10010101 | 100000 | 1001110 | 0 | 1001111 | 101010 | 1110111 | 1000001 | 100011 |
Color Harmonies of #219520
Complementary color
Monochromatic Colors of #219520
Black with #219520
Text Example
Text Example
White with #219520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219520; }
p { color: rgb(33,149,32); }
H1.HeaderClassName
{
color: #219520;
}
.AnyTagClassName
{
color: #219520;
}
</style>
background-color css
<style>
a { background-color: #219520; }
a { background-color: rgb(33,149,32); }
div.DivClassName
{
background-color: #219520;
}
.BgClassName
{
background-color: #219520;
}
</style>
border-color css
<style>
span { border-color: #219520; }
span { border-color: rgb(33,149,32); }
td.TdClassName
{
border-color: #219520;
}
.TagClassName
{
border-color: #219520;
}
</style>