Shades of Forest Green #219434
Tints of Forest Green #219434
RGB
CMYK
RGB Variations
Color information
#219434 (or 0x219434) is known color: Forest Green. HEX triplet: 21, 94 and 34. RGB value is (33,148,52). Sum of RGB (Red+Green+Blue) = 33+148+52=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #219434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219434 is #DE6BCB. Grayscale: #666666. Windows color (decimal): -14576588 or 3445793. OLE color: 3445793.
HSL color Cylindrical-coordinate representation of color #219434: hue angle of 129.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219434 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 52 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.42 |
| HSL | 129.91º | 0.64% | 0.35% | - |
| HSV(B) | 129.91º | 0.78% | 0.58% | - |
| XYZ | 11.84 | 21.75 | 6.82 | - |
| YUV | 102.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 52 | 0.78 | 0 | 0.65 | 0.42 | 129.91 | 0.64 | 0.35 |
| Hex | 21 | 94 | 34 | 4E | 0 | 41 | 2A | 82 | 40 | 23 |
| Octal | 41 | 224 | 64 | 116 | 0 | 101 | 52 | 202 | 100 | 43 |
| Binary | 100001 | 10010100 | 110100 | 1001110 | 0 | 1000001 | 101010 | 10000010 | 1000000 | 100011 |
Color Harmonies of #219434
Complementary color
Monochromatic Colors of #219434
Black with #219434
Text Example
Text Example
White with #219434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219434; }
p { color: rgb(33,148,52); }
H1.HeaderClassName
{
color: #219434;
}
.AnyTagClassName
{
color: #219434;
}
</style>
background-color css
<style>
a { background-color: #219434; }
a { background-color: rgb(33,148,52); }
div.DivClassName
{
background-color: #219434;
}
.BgClassName
{
background-color: #219434;
}
</style>
border-color css
<style>
span { border-color: #219434; }
span { border-color: rgb(33,148,52); }
td.TdClassName
{
border-color: #219434;
}
.TagClassName
{
border-color: #219434;
}
</style>