Shades of Forest Green #219D0A
Tints of Forest Green #219D0A
RGB
CMYK
RGB Variations
Color information
#219D0A (or 0x219D0A) is known color: Forest Green. HEX triplet: 21, 9D and 0A. RGB value is (33,157,10). Sum of RGB (Red+Green+Blue) = 33+157+10=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 157 (61.72% from 255 or 78.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 157 - color contains mainly: green. Hex color #219D0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219D0A is #DE62F5. Grayscale: #676767. Windows color (decimal): -14574326 or 695585. OLE color: 695585.
HSL color Cylindrical-coordinate representation of color #219D0A: hue angle of 110.61º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #219D0A is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 157 | 10 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.38 |
| HSL | 110.61º | 0.88% | 0.33% | - |
| HSV(B) | 110.61º | 0.94% | 0.62% | - |
| XYZ | 12.74 | 24.46 | 4.34 | - |
| YUV | 103.17 | 75.42 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 10 | 0.79 | 0 | 0.94 | 0.38 | 110.61 | 0.88 | 0.33 |
| Hex | 21 | 9D | A | 4F | 0 | 5E | 26 | 6F | 58 | 21 |
| Octal | 41 | 235 | 12 | 117 | 0 | 136 | 46 | 157 | 130 | 41 |
| Binary | 100001 | 10011101 | 1010 | 1001111 | 0 | 1011110 | 100110 | 1101111 | 1011000 | 100001 |
Color Harmonies of #219D0A
Complementary color
Monochromatic Colors of #219D0A
Black with #219D0A
Text Example
Text Example
White with #219D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219D0A; }
p { color: rgb(33,157,10); }
H1.HeaderClassName
{
color: #219D0A;
}
.AnyTagClassName
{
color: #219D0A;
}
</style>
background-color css
<style>
a { background-color: #219D0A; }
a { background-color: rgb(33,157,10); }
div.DivClassName
{
background-color: #219D0A;
}
.BgClassName
{
background-color: #219D0A;
}
</style>
border-color css
<style>
span { border-color: #219D0A; }
span { border-color: rgb(33,157,10); }
td.TdClassName
{
border-color: #219D0A;
}
.TagClassName
{
border-color: #219D0A;
}
</style>