Shades of Forest Green #219529
Tints of Forest Green #219529
RGB
CMYK
RGB Variations
Color information
#219529 (or 0x219529) is known color: Forest Green. HEX triplet: 21, 95 and 29. RGB value is (33,149,41). Sum of RGB (Red+Green+Blue) = 33+149+41=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #219529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219529 is #DE6AD6. Grayscale: #666666. Windows color (decimal): -14576343 or 2725153. OLE color: 2725153.
HSL color Cylindrical-coordinate representation of color #219529: hue angle of 124.14º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219529 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 41 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.42 |
| HSL | 124.14º | 0.64% | 0.36% | - |
| HSV(B) | 124.14º | 0.78% | 0.58% | - |
| XYZ | 11.77 | 21.98 | 5.72 | - |
| YUV | 102 | 93.57 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 41 | 0.78 | 0 | 0.72 | 0.42 | 124.14 | 0.64 | 0.36 |
| Hex | 21 | 95 | 29 | 4E | 0 | 48 | 2A | 7C | 40 | 24 |
| Octal | 41 | 225 | 51 | 116 | 0 | 110 | 52 | 174 | 100 | 44 |
| Binary | 100001 | 10010101 | 101001 | 1001110 | 0 | 1001000 | 101010 | 1111100 | 1000000 | 100100 |
Color Harmonies of #219529
Complementary color
Monochromatic Colors of #219529
Black with #219529
Text Example
Text Example
White with #219529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219529; }
p { color: rgb(33,149,41); }
H1.HeaderClassName
{
color: #219529;
}
.AnyTagClassName
{
color: #219529;
}
</style>
background-color css
<style>
a { background-color: #219529; }
a { background-color: rgb(33,149,41); }
div.DivClassName
{
background-color: #219529;
}
.BgClassName
{
background-color: #219529;
}
</style>
border-color css
<style>
span { border-color: #219529; }
span { border-color: rgb(33,149,41); }
td.TdClassName
{
border-color: #219529;
}
.TagClassName
{
border-color: #219529;
}
</style>