Shades of Forest Green #11771A
Tints of Forest Green #11771A
RGB
CMYK
RGB Variations
Color information
#11771A (or 0x11771A) is known color: Forest Green. HEX triplet: 11, 77 and 1A. RGB value is (17,119,26). Sum of RGB (Red+Green+Blue) = 17+119+26=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 119 (46.88% from 255 or 73.46% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 119 - color contains mainly: green. Hex color #11771A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11771A is #EE88E5. Grayscale: #4E4E4E. Windows color (decimal): -15632614 or 1734417. OLE color: 1734417.
HSL color Cylindrical-coordinate representation of color #11771A: hue angle of 125.29º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11771A is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 119 | 26 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.53 |
| HSL | 125.29º | 0.75% | 0.27% | - |
| HSV(B) | 125.29º | 0.86% | 0.47% | - |
| XYZ | 7.01 | 13.39 | 3.19 | - |
| YUV | 77.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 26 | 0.86 | 0 | 0.78 | 0.53 | 125.29 | 0.75 | 0.27 |
| Hex | 11 | 77 | 1A | 56 | 0 | 4E | 35 | 7D | 4B | 1B |
| Octal | 21 | 167 | 32 | 126 | 0 | 116 | 65 | 175 | 113 | 33 |
| Binary | 10001 | 1110111 | 11010 | 1010110 | 0 | 1001110 | 110101 | 1111101 | 1001011 | 11011 |
Color Harmonies of #11771A
Complementary color
Monochromatic Colors of #11771A
Black with #11771A
Text Example
Text Example
White with #11771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11771A; }
p { color: rgb(17,119,26); }
H1.HeaderClassName
{
color: #11771A;
}
.AnyTagClassName
{
color: #11771A;
}
</style>
background-color css
<style>
a { background-color: #11771A; }
a { background-color: rgb(17,119,26); }
div.DivClassName
{
background-color: #11771A;
}
.BgClassName
{
background-color: #11771A;
}
</style>
border-color css
<style>
span { border-color: #11771A; }
span { border-color: rgb(17,119,26); }
td.TdClassName
{
border-color: #11771A;
}
.TagClassName
{
border-color: #11771A;
}
</style>