Shades of Forest Green #22A006
Tints of Forest Green #22A006
RGB
CMYK
RGB Variations
Color information
#22A006 (or 0x22A006) is known color: Forest Green. HEX triplet: 22, A0 and 06. RGB value is (34,160,6). Sum of RGB (Red+Green+Blue) = 34+160+6=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 160 (62.89% from 255 or 80% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 160 - color contains mainly: green. Hex color #22A006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #22A006 is #DD5FF9. Grayscale: #696969. Windows color (decimal): -14508026 or 434210. OLE color: 434210.
HSL color Cylindrical-coordinate representation of color #22A006: hue angle of 109.09º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22A006 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 160 | 6 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.37 |
| HSL | 109.09º | 0.93% | 0.33% | - |
| HSV(B) | 109.09º | 0.96% | 0.63% | - |
| XYZ | 13.26 | 25.49 | 4.39 | - |
| YUV | 104.77 | 72.26 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 160 | 6 | 0.79 | 0 | 0.96 | 0.37 | 109.09 | 0.93 | 0.33 |
| Hex | 22 | A0 | 6 | 4F | 0 | 60 | 25 | 6D | 5D | 21 |
| Octal | 42 | 240 | 6 | 117 | 0 | 140 | 45 | 155 | 135 | 41 |
| Binary | 100010 | 10100000 | 110 | 1001111 | 0 | 1100000 | 100101 | 1101101 | 1011101 | 100001 |
Color Harmonies of #22A006
Complementary color
Monochromatic Colors of #22A006
Black with #22A006
Text Example
Text Example
White with #22A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A006; }
p { color: rgb(34,160,6); }
H1.HeaderClassName
{
color: #22A006;
}
.AnyTagClassName
{
color: #22A006;
}
</style>
background-color css
<style>
a { background-color: #22A006; }
a { background-color: rgb(34,160,6); }
div.DivClassName
{
background-color: #22A006;
}
.BgClassName
{
background-color: #22A006;
}
</style>
border-color css
<style>
span { border-color: #22A006; }
span { border-color: rgb(34,160,6); }
td.TdClassName
{
border-color: #22A006;
}
.TagClassName
{
border-color: #22A006;
}
</style>