Shades of Forest Green #11751C
Tints of Forest Green #11751C
RGB
CMYK
RGB Variations
Color information
#11751C (or 0x11751C) is known color: Forest Green. HEX triplet: 11, 75 and 1C. RGB value is (17,117,28). Sum of RGB (Red+Green+Blue) = 17+117+28=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #11751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11751C is #EE8AE3. Grayscale: #4D4D4D. Windows color (decimal): -15633124 or 1864977. OLE color: 1864977.
HSL color Cylindrical-coordinate representation of color #11751C: hue angle of 126.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11751C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 117 | 28 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.54 |
| HSL | 126.6º | 0.75% | 0.26% | - |
| HSV(B) | 126.6º | 0.85% | 0.46% | - |
| XYZ | 6.8 | 12.93 | 3.23 | - |
| YUV | 76.95 | 100.37 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 28 | 0.85 | 0 | 0.76 | 0.54 | 126.6 | 0.75 | 0.26 |
| Hex | 11 | 75 | 1C | 55 | 0 | 4C | 36 | 7F | 4B | 1A |
| Octal | 21 | 165 | 34 | 125 | 0 | 114 | 66 | 177 | 113 | 32 |
| Binary | 10001 | 1110101 | 11100 | 1010101 | 0 | 1001100 | 110110 | 1111111 | 1001011 | 11010 |
Color Harmonies of #11751C
Complementary color
Monochromatic Colors of #11751C
Black with #11751C
Text Example
Text Example
White with #11751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11751C; }
p { color: rgb(17,117,28); }
H1.HeaderClassName
{
color: #11751C;
}
.AnyTagClassName
{
color: #11751C;
}
</style>
background-color css
<style>
a { background-color: #11751C; }
a { background-color: rgb(17,117,28); }
div.DivClassName
{
background-color: #11751C;
}
.BgClassName
{
background-color: #11751C;
}
</style>
border-color css
<style>
span { border-color: #11751C; }
span { border-color: rgb(17,117,28); }
td.TdClassName
{
border-color: #11751C;
}
.TagClassName
{
border-color: #11751C;
}
</style>