Shades of Forest Green #117C1C
Tints of Forest Green #117C1C
RGB
CMYK
RGB Variations
Color information
#117C1C (or 0x117C1C) is known color: Forest Green. HEX triplet: 11, 7C and 1C. RGB value is (17,124,28). Sum of RGB (Red+Green+Blue) = 17+124+28=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 124 (48.83% from 255 or 73.37% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 124 - color contains mainly: green. Hex color #117C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C1C is #EE83E3. Grayscale: #515151. Windows color (decimal): -15631332 or 1866769. OLE color: 1866769.
HSL color Cylindrical-coordinate representation of color #117C1C: hue angle of 126.17º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C1C is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 28 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.51 |
| HSL | 126.17º | 0.76% | 0.28% | - |
| HSV(B) | 126.17º | 0.86% | 0.49% | - |
| XYZ | 7.65 | 14.62 | 3.52 | - |
| YUV | 81.06 | 98.05 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 28 | 0.86 | 0 | 0.77 | 0.51 | 126.17 | 0.76 | 0.28 |
| Hex | 11 | 7C | 1C | 56 | 0 | 4D | 33 | 7E | 4C | 1C |
| Octal | 21 | 174 | 34 | 126 | 0 | 115 | 63 | 176 | 114 | 34 |
| Binary | 10001 | 1111100 | 11100 | 1010110 | 0 | 1001101 | 110011 | 1111110 | 1001100 | 11100 |
Color Harmonies of #117C1C
Complementary color
Monochromatic Colors of #117C1C
Black with #117C1C
Text Example
Text Example
White with #117C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C1C; }
p { color: rgb(17,124,28); }
H1.HeaderClassName
{
color: #117C1C;
}
.AnyTagClassName
{
color: #117C1C;
}
</style>
background-color css
<style>
a { background-color: #117C1C; }
a { background-color: rgb(17,124,28); }
div.DivClassName
{
background-color: #117C1C;
}
.BgClassName
{
background-color: #117C1C;
}
</style>
border-color css
<style>
span { border-color: #117C1C; }
span { border-color: rgb(17,124,28); }
td.TdClassName
{
border-color: #117C1C;
}
.TagClassName
{
border-color: #117C1C;
}
</style>