Shades of Forest Green #117C25
Tints of Forest Green #117C25
RGB
CMYK
RGB Variations
Color information
#117C25 (or 0x117C25) is known color: Forest Green. HEX triplet: 11, 7C and 25. RGB value is (17,124,37). Sum of RGB (Red+Green+Blue) = 17+124+37=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 124 (48.83% from 255 or 69.66% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 124 - color contains mainly: green. Hex color #117C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C25 is #EE83DA. Grayscale: #525252. Windows color (decimal): -15631323 or 2456593. OLE color: 2456593.
HSL color Cylindrical-coordinate representation of color #117C25: hue angle of 131.21º 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 #117C25 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 37 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.51 |
| HSL | 131.22º | 0.76% | 0.28% | - |
| HSV(B) | 131.22º | 0.86% | 0.49% | - |
| XYZ | 7.77 | 14.67 | 4.17 | - |
| YUV | 82.09 | 102.55 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 37 | 0.86 | 0 | 0.70 | 0.51 | 131.22 | 0.76 | 0.28 |
| Hex | 11 | 7C | 25 | 56 | 0 | 46 | 33 | 83 | 4C | 1C |
| Octal | 21 | 174 | 45 | 126 | 0 | 106 | 63 | 203 | 114 | 34 |
| Binary | 10001 | 1111100 | 100101 | 1010110 | 0 | 1000110 | 110011 | 10000011 | 1001100 | 11100 |
Color Harmonies of #117C25
Complementary color
Monochromatic Colors of #117C25
Black with #117C25
Text Example
Text Example
White with #117C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C25; }
p { color: rgb(17,124,37); }
H1.HeaderClassName
{
color: #117C25;
}
.AnyTagClassName
{
color: #117C25;
}
</style>
background-color css
<style>
a { background-color: #117C25; }
a { background-color: rgb(17,124,37); }
div.DivClassName
{
background-color: #117C25;
}
.BgClassName
{
background-color: #117C25;
}
</style>
border-color css
<style>
span { border-color: #117C25; }
span { border-color: rgb(17,124,37); }
td.TdClassName
{
border-color: #117C25;
}
.TagClassName
{
border-color: #117C25;
}
</style>