Shades of Forest Green #117D25
Tints of Forest Green #117D25
RGB
CMYK
RGB Variations
Color information
#117D25 (or 0x117D25) is known color: Forest Green. HEX triplet: 11, 7D and 25. RGB value is (17,125,37). Sum of RGB (Red+Green+Blue) = 17+125+37=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 125 (49.22% from 255 or 69.83% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 125 - color contains mainly: green. Hex color #117D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117D25 is #EE82DA. Grayscale: #525252. Windows color (decimal): -15631067 or 2456849. OLE color: 2456849.
HSL color Cylindrical-coordinate representation of color #117D25: hue angle of 131.11º 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 #117D25 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 37 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.51 |
| HSL | 131.11º | 0.76% | 0.28% | - |
| HSV(B) | 131.11º | 0.86% | 0.49% | - |
| XYZ | 7.9 | 14.92 | 4.21 | - |
| YUV | 82.68 | 102.22 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 37 | 0.86 | 0 | 0.70 | 0.51 | 131.11 | 0.76 | 0.28 |
| Hex | 11 | 7D | 25 | 56 | 0 | 46 | 33 | 83 | 4C | 1C |
| Octal | 21 | 175 | 45 | 126 | 0 | 106 | 63 | 203 | 114 | 34 |
| Binary | 10001 | 1111101 | 100101 | 1010110 | 0 | 1000110 | 110011 | 10000011 | 1001100 | 11100 |
Color Harmonies of #117D25
Complementary color
Monochromatic Colors of #117D25
Black with #117D25
Text Example
Text Example
White with #117D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D25; }
p { color: rgb(17,125,37); }
H1.HeaderClassName
{
color: #117D25;
}
.AnyTagClassName
{
color: #117D25;
}
</style>
background-color css
<style>
a { background-color: #117D25; }
a { background-color: rgb(17,125,37); }
div.DivClassName
{
background-color: #117D25;
}
.BgClassName
{
background-color: #117D25;
}
</style>
border-color css
<style>
span { border-color: #117D25; }
span { border-color: rgb(17,125,37); }
td.TdClassName
{
border-color: #117D25;
}
.TagClassName
{
border-color: #117D25;
}
</style>