Shades of Forest Green #11A220
Tints of Forest Green #11A220
RGB
CMYK
RGB Variations
Color information
#11A220 (or 0x11A220) is known color: Forest Green. HEX triplet: 11, A2 and 20. RGB value is (17,162,32). Sum of RGB (Red+Green+Blue) = 17+162+32=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 162 (63.67% from 255 or 76.78% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 162 - color contains mainly: green. Hex color #11A220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A220 is #EE5DDF. Grayscale: #686868. Windows color (decimal): -15621600 or 2138641. OLE color: 2138641.
HSL color Cylindrical-coordinate representation of color #11A220: hue angle of 126.21º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A220 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 162 | 32 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.36 |
| HSL | 126.21º | 0.81% | 0.35% | - |
| HSV(B) | 126.21º | 0.9% | 0.64% | - |
| XYZ | 13.41 | 26.06 | 5.69 | - |
| YUV | 103.83 | 87.46 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 32 | 0.90 | 0 | 0.80 | 0.36 | 126.21 | 0.81 | 0.35 |
| Hex | 11 | A2 | 20 | 5A | 0 | 50 | 24 | 7E | 51 | 23 |
| Octal | 21 | 242 | 40 | 132 | 0 | 120 | 44 | 176 | 121 | 43 |
| Binary | 10001 | 10100010 | 100000 | 1011010 | 0 | 1010000 | 100100 | 1111110 | 1010001 | 100011 |
Color Harmonies of #11A220
Complementary color
Monochromatic Colors of #11A220
Black with #11A220
Text Example
Text Example
White with #11A220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A220; }
p { color: rgb(17,162,32); }
H1.HeaderClassName
{
color: #11A220;
}
.AnyTagClassName
{
color: #11A220;
}
</style>
background-color css
<style>
a { background-color: #11A220; }
a { background-color: rgb(17,162,32); }
div.DivClassName
{
background-color: #11A220;
}
.BgClassName
{
background-color: #11A220;
}
</style>
border-color css
<style>
span { border-color: #11A220; }
span { border-color: rgb(17,162,32); }
td.TdClassName
{
border-color: #11A220;
}
.TagClassName
{
border-color: #11A220;
}
</style>