Shades of Forest Green #11711C
Tints of Forest Green #11711C
RGB
CMYK
RGB Variations
Color information
#11711C (or 0x11711C) is known color: Forest Green. HEX triplet: 11, 71 and 1C. RGB value is (17,113,28). Sum of RGB (Red+Green+Blue) = 17+113+28=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #11711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11711C is #EE8EE3. Grayscale: #4A4A4A. Windows color (decimal): -15634148 or 1863953. OLE color: 1863953.
HSL color Cylindrical-coordinate representation of color #11711C: hue angle of 126.87º 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 #11711C is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 28 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.56 |
| HSL | 126.88º | 0.74% | 0.25% | - |
| HSV(B) | 126.88º | 0.85% | 0.44% | - |
| XYZ | 6.35 | 12.01 | 3.08 | - |
| YUV | 74.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 28 | 0.85 | 0 | 0.75 | 0.56 | 126.88 | 0.74 | 0.25 |
| Hex | 11 | 71 | 1C | 55 | 0 | 4B | 38 | 7F | 4A | 19 |
| Octal | 21 | 161 | 34 | 125 | 0 | 113 | 70 | 177 | 112 | 31 |
| Binary | 10001 | 1110001 | 11100 | 1010101 | 0 | 1001011 | 111000 | 1111111 | 1001010 | 11001 |
Color Harmonies of #11711C
Complementary color
Monochromatic Colors of #11711C
Black with #11711C
Text Example
Text Example
White with #11711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11711C; }
p { color: rgb(17,113,28); }
H1.HeaderClassName
{
color: #11711C;
}
.AnyTagClassName
{
color: #11711C;
}
</style>
background-color css
<style>
a { background-color: #11711C; }
a { background-color: rgb(17,113,28); }
div.DivClassName
{
background-color: #11711C;
}
.BgClassName
{
background-color: #11711C;
}
</style>
border-color css
<style>
span { border-color: #11711C; }
span { border-color: rgb(17,113,28); }
td.TdClassName
{
border-color: #11711C;
}
.TagClassName
{
border-color: #11711C;
}
</style>