Shades of Forest Green #11972D
Tints of Forest Green #11972D
RGB
CMYK
RGB Variations
Color information
#11972D (or 0x11972D) is known color: Forest Green. HEX triplet: 11, 97 and 2D. RGB value is (17,151,45). Sum of RGB (Red+Green+Blue) = 17+151+45=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 151 (59.38% from 255 or 70.89% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 151 - color contains mainly: green. Hex color #11972D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11972D is #EE68D2. Grayscale: #636363. Windows color (decimal): -15624403 or 2987793. OLE color: 2987793.
HSL color Cylindrical-coordinate representation of color #11972D: hue angle of 132.54º 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 #11972D is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 45 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.41 |
| HSL | 132.54º | 0.8% | 0.33% | - |
| HSV(B) | 132.54º | 0.89% | 0.59% | - |
| XYZ | 11.77 | 22.44 | 6.19 | - |
| YUV | 98.85 | 97.61 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 45 | 0.89 | 0 | 0.70 | 0.41 | 132.54 | 0.8 | 0.33 |
| Hex | 11 | 97 | 2D | 59 | 0 | 46 | 29 | 85 | 50 | 21 |
| Octal | 21 | 227 | 55 | 131 | 0 | 106 | 51 | 205 | 120 | 41 |
| Binary | 10001 | 10010111 | 101101 | 1011001 | 0 | 1000110 | 101001 | 10000101 | 1010000 | 100001 |
Color Harmonies of #11972D
Complementary color
Monochromatic Colors of #11972D
Black with #11972D
Text Example
Text Example
White with #11972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11972D; }
p { color: rgb(17,151,45); }
H1.HeaderClassName
{
color: #11972D;
}
.AnyTagClassName
{
color: #11972D;
}
</style>
background-color css
<style>
a { background-color: #11972D; }
a { background-color: rgb(17,151,45); }
div.DivClassName
{
background-color: #11972D;
}
.BgClassName
{
background-color: #11972D;
}
</style>
border-color css
<style>
span { border-color: #11972D; }
span { border-color: rgb(17,151,45); }
td.TdClassName
{
border-color: #11972D;
}
.TagClassName
{
border-color: #11972D;
}
</style>