Shades of Forest Green #11992F
Tints of Forest Green #11992F
RGB
CMYK
RGB Variations
Color information
#11992F (or 0x11992F) is known color: Forest Green. HEX triplet: 11, 99 and 2F. RGB value is (17,153,47). Sum of RGB (Red+Green+Blue) = 17+153+47=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 153 (60.16% from 255 or 70.51% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 153 - color contains mainly: green. Hex color #11992F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11992F is #EE66D0. Grayscale: #646464. Windows color (decimal): -15623889 or 3119377. OLE color: 3119377.
HSL color Cylindrical-coordinate representation of color #11992F: hue angle of 133.24º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11992F is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 47 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.4 |
| HSL | 133.24º | 0.8% | 0.33% | - |
| HSV(B) | 133.24º | 0.89% | 0.6% | - |
| XYZ | 12.14 | 23.11 | 6.51 | - |
| YUV | 100.25 | 97.94 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 47 | 0.89 | 0 | 0.69 | 0.4 | 133.24 | 0.8 | 0.33 |
| Hex | 11 | 99 | 2F | 59 | 0 | 45 | 28 | 85 | 50 | 21 |
| Octal | 21 | 231 | 57 | 131 | 0 | 105 | 50 | 205 | 120 | 41 |
| Binary | 10001 | 10011001 | 101111 | 1011001 | 0 | 1000101 | 101000 | 10000101 | 1010000 | 100001 |
Color Harmonies of #11992F
Complementary color
Monochromatic Colors of #11992F
Black with #11992F
Text Example
Text Example
White with #11992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11992F; }
p { color: rgb(17,153,47); }
H1.HeaderClassName
{
color: #11992F;
}
.AnyTagClassName
{
color: #11992F;
}
</style>
background-color css
<style>
a { background-color: #11992F; }
a { background-color: rgb(17,153,47); }
div.DivClassName
{
background-color: #11992F;
}
.BgClassName
{
background-color: #11992F;
}
</style>
border-color css
<style>
span { border-color: #11992F; }
span { border-color: rgb(17,153,47); }
td.TdClassName
{
border-color: #11992F;
}
.TagClassName
{
border-color: #11992F;
}
</style>