Shades of Forest Green #22A013
Tints of Forest Green #22A013
RGB
CMYK
RGB Variations
Color information
#22A013 (or 0x22A013) is known color: Forest Green. HEX triplet: 22, A0 and 13. RGB value is (34,160,19). Sum of RGB (Red+Green+Blue) = 34+160+19=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #22A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #22A013 is #DD5FEC. Grayscale: #6A6A6A. Windows color (decimal): -14508013 or 1286178. OLE color: 1286178.
HSL color Cylindrical-coordinate representation of color #22A013: hue angle of 113.62º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22A013 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 160 | 19 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.37 |
| HSL | 113.62º | 0.79% | 0.35% | - |
| HSV(B) | 113.62º | 0.88% | 0.63% | - |
| XYZ | 13.35 | 25.53 | 4.84 | - |
| YUV | 106.25 | 78.76 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 160 | 19 | 0.79 | 0 | 0.88 | 0.37 | 113.62 | 0.79 | 0.35 |
| Hex | 22 | A0 | 13 | 4F | 0 | 58 | 25 | 72 | 4F | 23 |
| Octal | 42 | 240 | 23 | 117 | 0 | 130 | 45 | 162 | 117 | 43 |
| Binary | 100010 | 10100000 | 10011 | 1001111 | 0 | 1011000 | 100101 | 1110010 | 1001111 | 100011 |
Color Harmonies of #22A013
Complementary color
Monochromatic Colors of #22A013
Black with #22A013
Text Example
Text Example
White with #22A013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A013; }
p { color: rgb(34,160,19); }
H1.HeaderClassName
{
color: #22A013;
}
.AnyTagClassName
{
color: #22A013;
}
</style>
background-color css
<style>
a { background-color: #22A013; }
a { background-color: rgb(34,160,19); }
div.DivClassName
{
background-color: #22A013;
}
.BgClassName
{
background-color: #22A013;
}
</style>
border-color css
<style>
span { border-color: #22A013; }
span { border-color: rgb(34,160,19); }
td.TdClassName
{
border-color: #22A013;
}
.TagClassName
{
border-color: #22A013;
}
</style>