Shades of Forest Green #11992C
Tints of Forest Green #11992C
RGB
CMYK
RGB Variations
Color information
#11992C (or 0x11992C) is known color: Forest Green. HEX triplet: 11, 99 and 2C. RGB value is (17,153,44). Sum of RGB (Red+Green+Blue) = 17+153+44=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 153 (60.16% from 255 or 71.50% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 153 - color contains mainly: green. Hex color #11992C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11992C is #EE66D3. Grayscale: #646464. Windows color (decimal): -15623892 or 2922769. OLE color: 2922769.
HSL color Cylindrical-coordinate representation of color #11992C: hue angle of 131.91º 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 #11992C is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 44 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.4 |
| HSL | 131.91º | 0.8% | 0.33% | - |
| HSV(B) | 131.91º | 0.89% | 0.6% | - |
| XYZ | 12.08 | 23.08 | 6.2 | - |
| YUV | 99.91 | 96.44 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 44 | 0.89 | 0 | 0.71 | 0.4 | 131.91 | 0.8 | 0.33 |
| Hex | 11 | 99 | 2C | 59 | 0 | 47 | 28 | 84 | 50 | 21 |
| Octal | 21 | 231 | 54 | 131 | 0 | 107 | 50 | 204 | 120 | 41 |
| Binary | 10001 | 10011001 | 101100 | 1011001 | 0 | 1000111 | 101000 | 10000100 | 1010000 | 100001 |
Color Harmonies of #11992C
Complementary color
Monochromatic Colors of #11992C
Black with #11992C
Text Example
Text Example
White with #11992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11992C; }
p { color: rgb(17,153,44); }
H1.HeaderClassName
{
color: #11992C;
}
.AnyTagClassName
{
color: #11992C;
}
</style>
background-color css
<style>
a { background-color: #11992C; }
a { background-color: rgb(17,153,44); }
div.DivClassName
{
background-color: #11992C;
}
.BgClassName
{
background-color: #11992C;
}
</style>
border-color css
<style>
span { border-color: #11992C; }
span { border-color: rgb(17,153,44); }
td.TdClassName
{
border-color: #11992C;
}
.TagClassName
{
border-color: #11992C;
}
</style>