Shades of Forest Green #11A11D
Tints of Forest Green #11A11D
RGB
CMYK
RGB Variations
Color information
#11A11D (or 0x11A11D) is known color: Forest Green. HEX triplet: 11, A1 and 1D. RGB value is (17,161,29). Sum of RGB (Red+Green+Blue) = 17+161+29=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 161 (63.28% from 255 or 77.78% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 161 - color contains mainly: green. Hex color #11A11D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A11D is #EE5EE2. Grayscale: #676767. Windows color (decimal): -15621859 or 1941777. OLE color: 1941777.
HSL color Cylindrical-coordinate representation of color #11A11D: hue angle of 125º 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 #11A11D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 161 | 29 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.37 |
| HSL | 125º | 0.81% | 0.35% | - |
| HSV(B) | 125º | 0.89% | 0.63% | - |
| XYZ | 13.2 | 25.7 | 5.43 | - |
| YUV | 102.9 | 86.29 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 29 | 0.89 | 0 | 0.82 | 0.37 | 125 | 0.81 | 0.35 |
| Hex | 11 | A1 | 1D | 59 | 0 | 52 | 25 | 7D | 51 | 23 |
| Octal | 21 | 241 | 35 | 131 | 0 | 122 | 45 | 175 | 121 | 43 |
| Binary | 10001 | 10100001 | 11101 | 1011001 | 0 | 1010010 | 100101 | 1111101 | 1010001 | 100011 |
Color Harmonies of #11A11D
Complementary color
Monochromatic Colors of #11A11D
Black with #11A11D
Text Example
Text Example
White with #11A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A11D; }
p { color: rgb(17,161,29); }
H1.HeaderClassName
{
color: #11A11D;
}
.AnyTagClassName
{
color: #11A11D;
}
</style>
background-color css
<style>
a { background-color: #11A11D; }
a { background-color: rgb(17,161,29); }
div.DivClassName
{
background-color: #11A11D;
}
.BgClassName
{
background-color: #11A11D;
}
</style>
border-color css
<style>
span { border-color: #11A11D; }
span { border-color: rgb(17,161,29); }
td.TdClassName
{
border-color: #11A11D;
}
.TagClassName
{
border-color: #11A11D;
}
</style>