Shades of Forest Green #117D19
Tints of Forest Green #117D19
RGB
CMYK
RGB Variations
Color information
#117D19 (or 0x117D19) is known color: Forest Green. HEX triplet: 11, 7D and 19. RGB value is (17,125,25). Sum of RGB (Red+Green+Blue) = 17+125+25=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 125 (49.22% from 255 or 74.85% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 125 - color contains mainly: green. Hex color #117D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117D19 is #EE82E6. Grayscale: #515151. Windows color (decimal): -15631079 or 1670417. OLE color: 1670417.
HSL color Cylindrical-coordinate representation of color #117D19: hue angle of 124.44º 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 #117D19 is Cyan = 0.86, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 25 | - |
| CMYK | 0.86 | 0 | 0.8 | 0.51 |
| HSL | 124.44º | 0.76% | 0.28% | - |
| HSV(B) | 124.44º | 0.86% | 0.49% | - |
| XYZ | 7.74 | 14.86 | 3.38 | - |
| YUV | 81.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 25 | 0.86 | 0 | 0.8 | 0.51 | 124.44 | 0.76 | 0.28 |
| Hex | 11 | 7D | 19 | 56 | 0 | 50 | 33 | 7C | 4C | 1C |
| Octal | 21 | 175 | 31 | 126 | 0 | 120 | 63 | 174 | 114 | 34 |
| Binary | 10001 | 1111101 | 11001 | 1010110 | 0 | 1010000 | 110011 | 1111100 | 1001100 | 11100 |
Color Harmonies of #117D19
Complementary color
Monochromatic Colors of #117D19
Black with #117D19
Text Example
Text Example
White with #117D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D19; }
p { color: rgb(17,125,25); }
H1.HeaderClassName
{
color: #117D19;
}
.AnyTagClassName
{
color: #117D19;
}
</style>
background-color css
<style>
a { background-color: #117D19; }
a { background-color: rgb(17,125,25); }
div.DivClassName
{
background-color: #117D19;
}
.BgClassName
{
background-color: #117D19;
}
</style>
border-color css
<style>
span { border-color: #117D19; }
span { border-color: rgb(17,125,25); }
td.TdClassName
{
border-color: #117D19;
}
.TagClassName
{
border-color: #117D19;
}
</style>