Shades of Forest Green #11741B
Tints of Forest Green #11741B
RGB
CMYK
RGB Variations
Color information
#11741B (or 0x11741B) is known color: Forest Green. HEX triplet: 11, 74 and 1B. RGB value is (17,116,27). Sum of RGB (Red+Green+Blue) = 17+116+27=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 116 (45.70% from 255 or 72.5% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 116 - color contains mainly: green. Hex color #11741B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11741B is #EE8BE4. Grayscale: #4C4C4C. Windows color (decimal): -15633381 or 1799185. OLE color: 1799185.
HSL color Cylindrical-coordinate representation of color #11741B: hue angle of 126.06º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11741B is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 27 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.55 |
| HSL | 126.06º | 0.74% | 0.26% | - |
| HSV(B) | 126.06º | 0.85% | 0.45% | - |
| XYZ | 6.67 | 12.69 | 3.13 | - |
| YUV | 76.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 27 | 0.85 | 0 | 0.77 | 0.55 | 126.06 | 0.74 | 0.26 |
| Hex | 11 | 74 | 1B | 55 | 0 | 4D | 37 | 7E | 4A | 1A |
| Octal | 21 | 164 | 33 | 125 | 0 | 115 | 67 | 176 | 112 | 32 |
| Binary | 10001 | 1110100 | 11011 | 1010101 | 0 | 1001101 | 110111 | 1111110 | 1001010 | 11010 |
Color Harmonies of #11741B
Complementary color
Monochromatic Colors of #11741B
Black with #11741B
Text Example
Text Example
White with #11741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11741B; }
p { color: rgb(17,116,27); }
H1.HeaderClassName
{
color: #11741B;
}
.AnyTagClassName
{
color: #11741B;
}
</style>
background-color css
<style>
a { background-color: #11741B; }
a { background-color: rgb(17,116,27); }
div.DivClassName
{
background-color: #11741B;
}
.BgClassName
{
background-color: #11741B;
}
</style>
border-color css
<style>
span { border-color: #11741B; }
span { border-color: rgb(17,116,27); }
td.TdClassName
{
border-color: #11741B;
}
.TagClassName
{
border-color: #11741B;
}
</style>