Shades of Forest Green #11761B
Tints of Forest Green #11761B
RGB
CMYK
RGB Variations
Color information
#11761B (or 0x11761B) is known color: Forest Green. HEX triplet: 11, 76 and 1B. RGB value is (17,118,27). Sum of RGB (Red+Green+Blue) = 17+118+27=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #11761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11761B is #EE89E4. Grayscale: #4D4D4D. Windows color (decimal): -15632869 or 1799697. OLE color: 1799697.
HSL color Cylindrical-coordinate representation of color #11761B: hue angle of 125.94º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11761B is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 27 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.54 |
| HSL | 125.94º | 0.75% | 0.26% | - |
| HSV(B) | 125.94º | 0.86% | 0.46% | - |
| XYZ | 6.91 | 13.16 | 3.21 | - |
| YUV | 77.43 | 99.54 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 27 | 0.86 | 0 | 0.77 | 0.54 | 125.94 | 0.75 | 0.26 |
| Hex | 11 | 76 | 1B | 56 | 0 | 4D | 36 | 7E | 4B | 1A |
| Octal | 21 | 166 | 33 | 126 | 0 | 115 | 66 | 176 | 113 | 32 |
| Binary | 10001 | 1110110 | 11011 | 1010110 | 0 | 1001101 | 110110 | 1111110 | 1001011 | 11010 |
Color Harmonies of #11761B
Complementary color
Monochromatic Colors of #11761B
Black with #11761B
Text Example
Text Example
White with #11761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11761B; }
p { color: rgb(17,118,27); }
H1.HeaderClassName
{
color: #11761B;
}
.AnyTagClassName
{
color: #11761B;
}
</style>
background-color css
<style>
a { background-color: #11761B; }
a { background-color: rgb(17,118,27); }
div.DivClassName
{
background-color: #11761B;
}
.BgClassName
{
background-color: #11761B;
}
</style>
border-color css
<style>
span { border-color: #11761B; }
span { border-color: rgb(17,118,27); }
td.TdClassName
{
border-color: #11761B;
}
.TagClassName
{
border-color: #11761B;
}
</style>