Shades of Forest Green #11931C
Tints of Forest Green #11931C
RGB
CMYK
RGB Variations
Color information
#11931C (or 0x11931C) is known color: Forest Green. HEX triplet: 11, 93 and 1C. RGB value is (17,147,28). Sum of RGB (Red+Green+Blue) = 17+147+28=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 147 (57.81% from 255 or 76.56% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 147 - color contains mainly: green. Hex color #11931C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11931C is #EE6CE3. Grayscale: #5E5E5E. Windows color (decimal): -15625444 or 1872657. OLE color: 1872657.
HSL color Cylindrical-coordinate representation of color #11931C: hue angle of 125.08º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11931C is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 28 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.42 |
| HSL | 125.08º | 0.79% | 0.32% | - |
| HSV(B) | 125.08º | 0.88% | 0.58% | - |
| XYZ | 10.87 | 21.07 | 4.59 | - |
| YUV | 94.56 | 90.43 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 28 | 0.88 | 0 | 0.81 | 0.42 | 125.08 | 0.79 | 0.32 |
| Hex | 11 | 93 | 1C | 58 | 0 | 51 | 2A | 7D | 4F | 20 |
| Octal | 21 | 223 | 34 | 130 | 0 | 121 | 52 | 175 | 117 | 40 |
| Binary | 10001 | 10010011 | 11100 | 1011000 | 0 | 1010001 | 101010 | 1111101 | 1001111 | 100000 |
Color Harmonies of #11931C
Complementary color
Monochromatic Colors of #11931C
Black with #11931C
Text Example
Text Example
White with #11931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11931C; }
p { color: rgb(17,147,28); }
H1.HeaderClassName
{
color: #11931C;
}
.AnyTagClassName
{
color: #11931C;
}
</style>
background-color css
<style>
a { background-color: #11931C; }
a { background-color: rgb(17,147,28); }
div.DivClassName
{
background-color: #11931C;
}
.BgClassName
{
background-color: #11931C;
}
</style>
border-color css
<style>
span { border-color: #11931C; }
span { border-color: rgb(17,147,28); }
td.TdClassName
{
border-color: #11931C;
}
.TagClassName
{
border-color: #11931C;
}
</style>