Shades of Forest Green #22AD0C
Tints of Forest Green #22AD0C
RGB
CMYK
RGB Variations
Color information
#22AD0C (or 0x22AD0C) is known color: Forest Green. HEX triplet: 22, AD and 0C. RGB value is (34,173,12). Sum of RGB (Red+Green+Blue) = 34+173+12=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 173 (67.97% from 255 or 79.00% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #22AD0C is #DD52F3. Grayscale: #717171. Windows color (decimal): -14504692 or 830754. OLE color: 830754.
HSL color Cylindrical-coordinate representation of color #22AD0C: hue angle of 111.8º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #22AD0C is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 173 | 12 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.32 |
| HSL | 111.8º | 0.87% | 0.36% | - |
| HSV(B) | 111.8º | 0.93% | 0.68% | - |
| XYZ | 15.67 | 30.25 | 5.36 | - |
| YUV | 113.09 | 70.95 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 12 | 0.80 | 0 | 0.93 | 0.32 | 111.8 | 0.87 | 0.36 |
| Hex | 22 | AD | C | 50 | 0 | 5D | 20 | 70 | 57 | 24 |
| Octal | 42 | 255 | 14 | 120 | 0 | 135 | 40 | 160 | 127 | 44 |
| Binary | 100010 | 10101101 | 1100 | 1010000 | 0 | 1011101 | 100000 | 1110000 | 1010111 | 100100 |
Color Harmonies of #22AD0C
Complementary color
Monochromatic Colors of #22AD0C
Black with #22AD0C
Text Example
Text Example
White with #22AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AD0C; }
p { color: rgb(34,173,12); }
H1.HeaderClassName
{
color: #22AD0C;
}
.AnyTagClassName
{
color: #22AD0C;
}
</style>
background-color css
<style>
a { background-color: #22AD0C; }
a { background-color: rgb(34,173,12); }
div.DivClassName
{
background-color: #22AD0C;
}
.BgClassName
{
background-color: #22AD0C;
}
</style>
border-color css
<style>
span { border-color: #22AD0C; }
span { border-color: rgb(34,173,12); }
td.TdClassName
{
border-color: #22AD0C;
}
.TagClassName
{
border-color: #22AD0C;
}
</style>