Shades of Forest Green #11781C
Tints of Forest Green #11781C
RGB
CMYK
RGB Variations
Color information
#11781C (or 0x11781C) is known color: Forest Green. HEX triplet: 11, 78 and 1C. RGB value is (17,120,28). Sum of RGB (Red+Green+Blue) = 17+120+28=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 120 (47.27% from 255 or 72.73% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 120 - color contains mainly: green. Hex color #11781C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11781C is #EE87E3. Grayscale: #4E4E4E. Windows color (decimal): -15632356 or 1865745. OLE color: 1865745.
HSL color Cylindrical-coordinate representation of color #11781C: hue angle of 126.41º 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 #11781C is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 120 | 28 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.53 |
| HSL | 126.41º | 0.75% | 0.27% | - |
| HSV(B) | 126.41º | 0.86% | 0.47% | - |
| XYZ | 7.16 | 13.64 | 3.35 | - |
| YUV | 78.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 28 | 0.86 | 0 | 0.77 | 0.53 | 126.41 | 0.75 | 0.27 |
| Hex | 11 | 78 | 1C | 56 | 0 | 4D | 35 | 7E | 4B | 1B |
| Octal | 21 | 170 | 34 | 126 | 0 | 115 | 65 | 176 | 113 | 33 |
| Binary | 10001 | 1111000 | 11100 | 1010110 | 0 | 1001101 | 110101 | 1111110 | 1001011 | 11011 |
Color Harmonies of #11781C
Complementary color
Monochromatic Colors of #11781C
Black with #11781C
Text Example
Text Example
White with #11781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11781C; }
p { color: rgb(17,120,28); }
H1.HeaderClassName
{
color: #11781C;
}
.AnyTagClassName
{
color: #11781C;
}
</style>
background-color css
<style>
a { background-color: #11781C; }
a { background-color: rgb(17,120,28); }
div.DivClassName
{
background-color: #11781C;
}
.BgClassName
{
background-color: #11781C;
}
</style>
border-color css
<style>
span { border-color: #11781C; }
span { border-color: rgb(17,120,28); }
td.TdClassName
{
border-color: #11781C;
}
.TagClassName
{
border-color: #11781C;
}
</style>