Shades of Forest Green #11991C
Tints of Forest Green #11991C
RGB
CMYK
RGB Variations
Color information
#11991C (or 0x11991C) is known color: Forest Green. HEX triplet: 11, 99 and 1C. RGB value is (17,153,28). Sum of RGB (Red+Green+Blue) = 17+153+28=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 153 (60.16% from 255 or 77.27% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 153 - color contains mainly: green. Hex color #11991C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11991C is #EE66E3. Grayscale: #626262. Windows color (decimal): -15623908 or 1874193. OLE color: 1874193.
HSL color Cylindrical-coordinate representation of color #11991C: hue angle of 124.85º 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 #11991C is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 28 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.4 |
| HSL | 124.85º | 0.8% | 0.33% | - |
| HSV(B) | 124.85º | 0.89% | 0.6% | - |
| XYZ | 11.83 | 22.99 | 4.91 | - |
| YUV | 98.09 | 88.44 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 28 | 0.89 | 0 | 0.82 | 0.4 | 124.85 | 0.8 | 0.33 |
| Hex | 11 | 99 | 1C | 59 | 0 | 52 | 28 | 7D | 50 | 21 |
| Octal | 21 | 231 | 34 | 131 | 0 | 122 | 50 | 175 | 120 | 41 |
| Binary | 10001 | 10011001 | 11100 | 1011001 | 0 | 1010010 | 101000 | 1111101 | 1010000 | 100001 |
Color Harmonies of #11991C
Complementary color
Monochromatic Colors of #11991C
Black with #11991C
Text Example
Text Example
White with #11991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11991C; }
p { color: rgb(17,153,28); }
H1.HeaderClassName
{
color: #11991C;
}
.AnyTagClassName
{
color: #11991C;
}
</style>
background-color css
<style>
a { background-color: #11991C; }
a { background-color: rgb(17,153,28); }
div.DivClassName
{
background-color: #11991C;
}
.BgClassName
{
background-color: #11991C;
}
</style>
border-color css
<style>
span { border-color: #11991C; }
span { border-color: rgb(17,153,28); }
td.TdClassName
{
border-color: #11991C;
}
.TagClassName
{
border-color: #11991C;
}
</style>