Shades of Forest Green #11701C
Tints of Forest Green #11701C
RGB
CMYK
RGB Variations
Color information
#11701C (or 0x11701C) is known color: Forest Green. HEX triplet: 11, 70 and 1C. RGB value is (17,112,28). Sum of RGB (Red+Green+Blue) = 17+112+28=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #11701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11701C is #EE8FE3. Grayscale: #4A4A4A. Windows color (decimal): -15634404 or 1863697. OLE color: 1863697.
HSL color Cylindrical-coordinate representation of color #11701C: hue angle of 126.95º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11701C is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 28 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.56 |
| HSL | 126.95º | 0.74% | 0.25% | - |
| HSV(B) | 126.95º | 0.85% | 0.44% | - |
| XYZ | 6.23 | 11.79 | 3.05 | - |
| YUV | 74.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 28 | 0.85 | 0 | 0.75 | 0.56 | 126.95 | 0.74 | 0.25 |
| Hex | 11 | 70 | 1C | 55 | 0 | 4B | 38 | 7F | 4A | 19 |
| Octal | 21 | 160 | 34 | 125 | 0 | 113 | 70 | 177 | 112 | 31 |
| Binary | 10001 | 1110000 | 11100 | 1010101 | 0 | 1001011 | 111000 | 1111111 | 1001010 | 11001 |
Color Harmonies of #11701C
Complementary color
Monochromatic Colors of #11701C
Black with #11701C
Text Example
Text Example
White with #11701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11701C; }
p { color: rgb(17,112,28); }
H1.HeaderClassName
{
color: #11701C;
}
.AnyTagClassName
{
color: #11701C;
}
</style>
background-color css
<style>
a { background-color: #11701C; }
a { background-color: rgb(17,112,28); }
div.DivClassName
{
background-color: #11701C;
}
.BgClassName
{
background-color: #11701C;
}
</style>
border-color css
<style>
span { border-color: #11701C; }
span { border-color: rgb(17,112,28); }
td.TdClassName
{
border-color: #11701C;
}
.TagClassName
{
border-color: #11701C;
}
</style>