Shades of Forest Green #11A12D
Tints of Forest Green #11A12D
RGB
CMYK
RGB Variations
Color information
#11A12D (or 0x11A12D) is known color: Forest Green. HEX triplet: 11, A1 and 2D. RGB value is (17,161,45). Sum of RGB (Red+Green+Blue) = 17+161+45=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 161 (63.28% from 255 or 72.20% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 161 - color contains mainly: green. Hex color #11A12D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A12D is #EE5ED2. Grayscale: #696969. Windows color (decimal): -15621843 or 2990353. OLE color: 2990353.
HSL color Cylindrical-coordinate representation of color #11A12D: hue angle of 131.67º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A12D is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 161 | 45 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.37 |
| HSL | 131.67º | 0.81% | 0.35% | - |
| HSV(B) | 131.67º | 0.89% | 0.63% | - |
| XYZ | 13.45 | 25.8 | 6.75 | - |
| YUV | 104.72 | 94.29 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 45 | 0.89 | 0 | 0.72 | 0.37 | 131.67 | 0.81 | 0.35 |
| Hex | 11 | A1 | 2D | 59 | 0 | 48 | 25 | 84 | 51 | 23 |
| Octal | 21 | 241 | 55 | 131 | 0 | 110 | 45 | 204 | 121 | 43 |
| Binary | 10001 | 10100001 | 101101 | 1011001 | 0 | 1001000 | 100101 | 10000100 | 1010001 | 100011 |
Color Harmonies of #11A12D
Complementary color
Monochromatic Colors of #11A12D
Black with #11A12D
Text Example
Text Example
White with #11A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A12D; }
p { color: rgb(17,161,45); }
H1.HeaderClassName
{
color: #11A12D;
}
.AnyTagClassName
{
color: #11A12D;
}
</style>
background-color css
<style>
a { background-color: #11A12D; }
a { background-color: rgb(17,161,45); }
div.DivClassName
{
background-color: #11A12D;
}
.BgClassName
{
background-color: #11A12D;
}
</style>
border-color css
<style>
span { border-color: #11A12D; }
span { border-color: rgb(17,161,45); }
td.TdClassName
{
border-color: #11A12D;
}
.TagClassName
{
border-color: #11A12D;
}
</style>