Shades of Forest Green #11711D
Tints of Forest Green #11711D
RGB
CMYK
RGB Variations
Color information
#11711D (or 0x11711D) is known color: Forest Green. HEX triplet: 11, 71 and 1D. RGB value is (17,113,29). Sum of RGB (Red+Green+Blue) = 17+113+29=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 113 (44.53% from 255 or 71.07% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 113 - color contains mainly: green. Hex color #11711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11711D is #EE8EE2. Grayscale: #4A4A4A. Windows color (decimal): -15634147 or 1929489. OLE color: 1929489.
HSL color Cylindrical-coordinate representation of color #11711D: hue angle of 127.5º 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 #11711D is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 29 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.56 |
| HSL | 127.5º | 0.74% | 0.25% | - |
| HSV(B) | 127.5º | 0.85% | 0.44% | - |
| XYZ | 6.36 | 12.02 | 3.15 | - |
| YUV | 74.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 29 | 0.85 | 0 | 0.74 | 0.56 | 127.5 | 0.74 | 0.25 |
| Hex | 11 | 71 | 1D | 55 | 0 | 4A | 38 | 80 | 4A | 19 |
| Octal | 21 | 161 | 35 | 125 | 0 | 112 | 70 | 200 | 112 | 31 |
| Binary | 10001 | 1110001 | 11101 | 1010101 | 0 | 1001010 | 111000 | 10000000 | 1001010 | 11001 |
Color Harmonies of #11711D
Complementary color
Monochromatic Colors of #11711D
Black with #11711D
Text Example
Text Example
White with #11711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11711D; }
p { color: rgb(17,113,29); }
H1.HeaderClassName
{
color: #11711D;
}
.AnyTagClassName
{
color: #11711D;
}
</style>
background-color css
<style>
a { background-color: #11711D; }
a { background-color: rgb(17,113,29); }
div.DivClassName
{
background-color: #11711D;
}
.BgClassName
{
background-color: #11711D;
}
</style>
border-color css
<style>
span { border-color: #11711D; }
span { border-color: rgb(17,113,29); }
td.TdClassName
{
border-color: #11711D;
}
.TagClassName
{
border-color: #11711D;
}
</style>