Shades of Forest Green #11AA20
Tints of Forest Green #11AA20
RGB
CMYK
RGB Variations
Color information
#11AA20 (or 0x11AA20) is known color: Forest Green. HEX triplet: 11, AA and 20. RGB value is (17,170,32). Sum of RGB (Red+Green+Blue) = 17+170+32=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 170 (66.80% from 255 or 77.63% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AA20 is #EE55DF. Grayscale: #6C6C6C. Windows color (decimal): -15619552 or 2140689. OLE color: 2140689.
HSL color Cylindrical-coordinate representation of color #11AA20: hue angle of 125.88º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA20 is Cyan = 0.9, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 32 | - |
| CMYK | 0.9 | 0 | 0.81 | 0.33 |
| HSL | 125.88º | 0.82% | 0.37% | - |
| HSV(B) | 125.88º | 0.9% | 0.67% | - |
| XYZ | 14.87 | 28.97 | 6.18 | - |
| YUV | 108.52 | 84.81 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 32 | 0.9 | 0 | 0.81 | 0.33 | 125.88 | 0.82 | 0.37 |
| Hex | 11 | AA | 20 | 5A | 0 | 51 | 21 | 7E | 52 | 25 |
| Octal | 21 | 252 | 40 | 132 | 0 | 121 | 41 | 176 | 122 | 45 |
| Binary | 10001 | 10101010 | 100000 | 1011010 | 0 | 1010001 | 100001 | 1111110 | 1010010 | 100101 |
Color Harmonies of #11AA20
Complementary color
Monochromatic Colors of #11AA20
Black with #11AA20
Text Example
Text Example
White with #11AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AA20; }
p { color: rgb(17,170,32); }
H1.HeaderClassName
{
color: #11AA20;
}
.AnyTagClassName
{
color: #11AA20;
}
</style>
background-color css
<style>
a { background-color: #11AA20; }
a { background-color: rgb(17,170,32); }
div.DivClassName
{
background-color: #11AA20;
}
.BgClassName
{
background-color: #11AA20;
}
</style>
border-color css
<style>
span { border-color: #11AA20; }
span { border-color: rgb(17,170,32); }
td.TdClassName
{
border-color: #11AA20;
}
.TagClassName
{
border-color: #11AA20;
}
</style>