Shades of Forest Green #11A520
Tints of Forest Green #11A520
RGB
CMYK
RGB Variations
Color information
#11A520 (or 0x11A520) is known color: Forest Green. HEX triplet: 11, A5 and 20. RGB value is (17,165,32). Sum of RGB (Red+Green+Blue) = 17+165+32=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 165 (64.84% from 255 or 77.10% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 165 - color contains mainly: green. Hex color #11A520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A520 is #EE5ADF. Grayscale: #696969. Windows color (decimal): -15620832 or 2139409. OLE color: 2139409.
HSL color Cylindrical-coordinate representation of color #11A520: hue angle of 126.08º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A520 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 165 | 32 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.35 |
| HSL | 126.08º | 0.81% | 0.36% | - |
| HSV(B) | 126.08º | 0.9% | 0.65% | - |
| XYZ | 13.95 | 27.13 | 5.87 | - |
| YUV | 105.59 | 86.47 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 165 | 32 | 0.90 | 0 | 0.81 | 0.35 | 126.08 | 0.81 | 0.36 |
| Hex | 11 | A5 | 20 | 5A | 0 | 51 | 23 | 7E | 51 | 24 |
| Octal | 21 | 245 | 40 | 132 | 0 | 121 | 43 | 176 | 121 | 44 |
| Binary | 10001 | 10100101 | 100000 | 1011010 | 0 | 1010001 | 100011 | 1111110 | 1010001 | 100100 |
Color Harmonies of #11A520
Complementary color
Monochromatic Colors of #11A520
Black with #11A520
Text Example
Text Example
White with #11A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A520; }
p { color: rgb(17,165,32); }
H1.HeaderClassName
{
color: #11A520;
}
.AnyTagClassName
{
color: #11A520;
}
</style>
background-color css
<style>
a { background-color: #11A520; }
a { background-color: rgb(17,165,32); }
div.DivClassName
{
background-color: #11A520;
}
.BgClassName
{
background-color: #11A520;
}
</style>
border-color css
<style>
span { border-color: #11A520; }
span { border-color: rgb(17,165,32); }
td.TdClassName
{
border-color: #11A520;
}
.TagClassName
{
border-color: #11A520;
}
</style>