Shades of Forest Green #219913
Tints of Forest Green #219913
RGB
CMYK
RGB Variations
Color information
#219913 (or 0x219913) is known color: Forest Green. HEX triplet: 21, 99 and 13. RGB value is (33,153,19). Sum of RGB (Red+Green+Blue) = 33+153+19=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 153 (60.16% from 255 or 74.63% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 153 - color contains mainly: green. Hex color #219913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219913 is #DE66EC. Grayscale: #666666. Windows color (decimal): -14575341 or 1284385. OLE color: 1284385.
HSL color Cylindrical-coordinate representation of color #219913: hue angle of 113.73º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #219913 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 19 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.4 |
| HSL | 113.73º | 0.78% | 0.34% | - |
| HSV(B) | 113.73º | 0.88% | 0.6% | - |
| XYZ | 12.14 | 23.15 | 4.45 | - |
| YUV | 101.84 | 81.24 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 19 | 0.78 | 0 | 0.88 | 0.4 | 113.73 | 0.78 | 0.34 |
| Hex | 21 | 99 | 13 | 4E | 0 | 58 | 28 | 72 | 4E | 22 |
| Octal | 41 | 231 | 23 | 116 | 0 | 130 | 50 | 162 | 116 | 42 |
| Binary | 100001 | 10011001 | 10011 | 1001110 | 0 | 1011000 | 101000 | 1110010 | 1001110 | 100010 |
Color Harmonies of #219913
Complementary color
Monochromatic Colors of #219913
Black with #219913
Text Example
Text Example
White with #219913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219913; }
p { color: rgb(33,153,19); }
H1.HeaderClassName
{
color: #219913;
}
.AnyTagClassName
{
color: #219913;
}
</style>
background-color css
<style>
a { background-color: #219913; }
a { background-color: rgb(33,153,19); }
div.DivClassName
{
background-color: #219913;
}
.BgClassName
{
background-color: #219913;
}
</style>
border-color css
<style>
span { border-color: #219913; }
span { border-color: rgb(33,153,19); }
td.TdClassName
{
border-color: #219913;
}
.TagClassName
{
border-color: #219913;
}
</style>