Shades of Forest Green #11972C
Tints of Forest Green #11972C
RGB
CMYK
RGB Variations
Color information
#11972C (or 0x11972C) is known color: Forest Green. HEX triplet: 11, 97 and 2C. RGB value is (17,151,44). Sum of RGB (Red+Green+Blue) = 17+151+44=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #11972C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11972C is #EE68D3. Grayscale: #636363. Windows color (decimal): -15624404 or 2922257. OLE color: 2922257.
HSL color Cylindrical-coordinate representation of color #11972C: hue angle of 132.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11972C is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 44 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.41 |
| HSL | 132.09º | 0.8% | 0.33% | - |
| HSV(B) | 132.09º | 0.89% | 0.59% | - |
| XYZ | 11.75 | 22.43 | 6.09 | - |
| YUV | 98.74 | 97.11 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 44 | 0.89 | 0 | 0.71 | 0.41 | 132.09 | 0.8 | 0.33 |
| Hex | 11 | 97 | 2C | 59 | 0 | 47 | 29 | 84 | 50 | 21 |
| Octal | 21 | 227 | 54 | 131 | 0 | 107 | 51 | 204 | 120 | 41 |
| Binary | 10001 | 10010111 | 101100 | 1011001 | 0 | 1000111 | 101001 | 10000100 | 1010000 | 100001 |
Color Harmonies of #11972C
Complementary color
Monochromatic Colors of #11972C
Black with #11972C
Text Example
Text Example
White with #11972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11972C; }
p { color: rgb(17,151,44); }
H1.HeaderClassName
{
color: #11972C;
}
.AnyTagClassName
{
color: #11972C;
}
</style>
background-color css
<style>
a { background-color: #11972C; }
a { background-color: rgb(17,151,44); }
div.DivClassName
{
background-color: #11972C;
}
.BgClassName
{
background-color: #11972C;
}
</style>
border-color css
<style>
span { border-color: #11972C; }
span { border-color: rgb(17,151,44); }
td.TdClassName
{
border-color: #11972C;
}
.TagClassName
{
border-color: #11972C;
}
</style>