Shades of Forest Green #116F1B
Tints of Forest Green #116F1B
RGB
CMYK
RGB Variations
Color information
#116F1B (or 0x116F1B) is known color: Forest Green. HEX triplet: 11, 6F and 1B. RGB value is (17,111,27). Sum of RGB (Red+Green+Blue) = 17+111+27=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 111 (43.75% from 255 or 71.61% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 111 - color contains mainly: green. Hex color #116F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F1B is #EE90E4. Grayscale: #494949. Windows color (decimal): -15634661 or 1797905. OLE color: 1797905.
HSL color Cylindrical-coordinate representation of color #116F1B: hue angle of 126.38º degrees, saturation: 0.73, 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 #116F1B is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 27 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.56 |
| HSL | 126.38º | 0.73% | 0.25% | - |
| HSV(B) | 126.38º | 0.85% | 0.44% | - |
| XYZ | 6.11 | 11.57 | 2.95 | - |
| YUV | 73.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 27 | 0.85 | 0 | 0.76 | 0.56 | 126.38 | 0.73 | 0.25 |
| Hex | 11 | 6F | 1B | 55 | 0 | 4C | 38 | 7E | 49 | 19 |
| Octal | 21 | 157 | 33 | 125 | 0 | 114 | 70 | 176 | 111 | 31 |
| Binary | 10001 | 1101111 | 11011 | 1010101 | 0 | 1001100 | 111000 | 1111110 | 1001001 | 11001 |
Color Harmonies of #116F1B
Complementary color
Monochromatic Colors of #116F1B
Black with #116F1B
Text Example
Text Example
White with #116F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F1B; }
p { color: rgb(17,111,27); }
H1.HeaderClassName
{
color: #116F1B;
}
.AnyTagClassName
{
color: #116F1B;
}
</style>
background-color css
<style>
a { background-color: #116F1B; }
a { background-color: rgb(17,111,27); }
div.DivClassName
{
background-color: #116F1B;
}
.BgClassName
{
background-color: #116F1B;
}
</style>
border-color css
<style>
span { border-color: #116F1B; }
span { border-color: rgb(17,111,27); }
td.TdClassName
{
border-color: #116F1B;
}
.TagClassName
{
border-color: #116F1B;
}
</style>