Shades of Forest Green #11A320
Tints of Forest Green #11A320
RGB
CMYK
RGB Variations
Color information
#11A320 (or 0x11A320) is known color: Forest Green. HEX triplet: 11, A3 and 20. RGB value is (17,163,32). Sum of RGB (Red+Green+Blue) = 17+163+32=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 163 (64.06% from 255 or 76.89% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 163 - color contains mainly: green. Hex color #11A320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A320 is #EE5CDF. Grayscale: #686868. Windows color (decimal): -15621344 or 2138897. OLE color: 2138897.
HSL color Cylindrical-coordinate representation of color #11A320: hue angle of 126.16º 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 #11A320 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 163 | 32 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.36 |
| HSL | 126.16º | 0.81% | 0.35% | - |
| HSV(B) | 126.16º | 0.9% | 0.64% | - |
| XYZ | 13.59 | 26.42 | 5.75 | - |
| YUV | 104.41 | 87.13 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 32 | 0.90 | 0 | 0.80 | 0.36 | 126.16 | 0.81 | 0.35 |
| Hex | 11 | A3 | 20 | 5A | 0 | 50 | 24 | 7E | 51 | 23 |
| Octal | 21 | 243 | 40 | 132 | 0 | 120 | 44 | 176 | 121 | 43 |
| Binary | 10001 | 10100011 | 100000 | 1011010 | 0 | 1010000 | 100100 | 1111110 | 1010001 | 100011 |
Color Harmonies of #11A320
Complementary color
Monochromatic Colors of #11A320
Black with #11A320
Text Example
Text Example
White with #11A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A320; }
p { color: rgb(17,163,32); }
H1.HeaderClassName
{
color: #11A320;
}
.AnyTagClassName
{
color: #11A320;
}
</style>
background-color css
<style>
a { background-color: #11A320; }
a { background-color: rgb(17,163,32); }
div.DivClassName
{
background-color: #11A320;
}
.BgClassName
{
background-color: #11A320;
}
</style>
border-color css
<style>
span { border-color: #11A320; }
span { border-color: rgb(17,163,32); }
td.TdClassName
{
border-color: #11A320;
}
.TagClassName
{
border-color: #11A320;
}
</style>