Shades of Forest Green #117319
Tints of Forest Green #117319
RGB
CMYK
RGB Variations
Color information
#117319 (or 0x117319) is known color: Forest Green. HEX triplet: 11, 73 and 19. RGB value is (17,115,25). Sum of RGB (Red+Green+Blue) = 17+115+25=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #117319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117319 is #EE8CE6. Grayscale: #4B4B4B. Windows color (decimal): -15633639 or 1667857. OLE color: 1667857.
HSL color Cylindrical-coordinate representation of color #117319: hue angle of 124.9º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117319 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 25 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.55 |
| HSL | 124.9º | 0.74% | 0.26% | - |
| HSV(B) | 124.9º | 0.85% | 0.45% | - |
| XYZ | 6.54 | 12.45 | 2.98 | - |
| YUV | 75.44 | 99.53 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 25 | 0.85 | 0 | 0.78 | 0.55 | 124.9 | 0.74 | 0.26 |
| Hex | 11 | 73 | 19 | 55 | 0 | 4E | 37 | 7D | 4A | 1A |
| Octal | 21 | 163 | 31 | 125 | 0 | 116 | 67 | 175 | 112 | 32 |
| Binary | 10001 | 1110011 | 11001 | 1010101 | 0 | 1001110 | 110111 | 1111101 | 1001010 | 11010 |
Color Harmonies of #117319
Complementary color
Monochromatic Colors of #117319
Black with #117319
Text Example
Text Example
White with #117319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117319; }
p { color: rgb(17,115,25); }
H1.HeaderClassName
{
color: #117319;
}
.AnyTagClassName
{
color: #117319;
}
</style>
background-color css
<style>
a { background-color: #117319; }
a { background-color: rgb(17,115,25); }
div.DivClassName
{
background-color: #117319;
}
.BgClassName
{
background-color: #117319;
}
</style>
border-color css
<style>
span { border-color: #117319; }
span { border-color: rgb(17,115,25); }
td.TdClassName
{
border-color: #117319;
}
.TagClassName
{
border-color: #117319;
}
</style>