Shades of Forest Green #219934
Tints of Forest Green #219934
RGB
CMYK
RGB Variations
Color information
#219934 (or 0x219934) is known color: Forest Green. HEX triplet: 21, 99 and 34. RGB value is (33,153,52). Sum of RGB (Red+Green+Blue) = 33+153+52=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #219934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219934 is #DE66CB. Grayscale: #696969. Windows color (decimal): -14575308 or 3447073. OLE color: 3447073.
HSL color Cylindrical-coordinate representation of color #219934: hue angle of 129.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219934 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 52 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.4 |
| HSL | 129.5º | 0.65% | 0.36% | - |
| HSV(B) | 129.5º | 0.78% | 0.6% | - |
| XYZ | 12.64 | 23.35 | 7.09 | - |
| YUV | 105.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 52 | 0.78 | 0 | 0.66 | 0.4 | 129.5 | 0.65 | 0.36 |
| Hex | 21 | 99 | 34 | 4E | 0 | 42 | 28 | 82 | 41 | 24 |
| Octal | 41 | 231 | 64 | 116 | 0 | 102 | 50 | 202 | 101 | 44 |
| Binary | 100001 | 10011001 | 110100 | 1001110 | 0 | 1000010 | 101000 | 10000010 | 1000001 | 100100 |
Color Harmonies of #219934
Complementary color
Monochromatic Colors of #219934
Black with #219934
Text Example
Text Example
White with #219934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219934; }
p { color: rgb(33,153,52); }
H1.HeaderClassName
{
color: #219934;
}
.AnyTagClassName
{
color: #219934;
}
</style>
background-color css
<style>
a { background-color: #219934; }
a { background-color: rgb(33,153,52); }
div.DivClassName
{
background-color: #219934;
}
.BgClassName
{
background-color: #219934;
}
</style>
border-color css
<style>
span { border-color: #219934; }
span { border-color: rgb(33,153,52); }
td.TdClassName
{
border-color: #219934;
}
.TagClassName
{
border-color: #219934;
}
</style>