Shades of Dark Spring Green #117147
Tints of Dark Spring Green #117147
RGB
CMYK
RGB Variations
Color information
#117147 (or 0x117147) is known color: Dark Spring Green. HEX triplet: 11, 71 and 47. RGB value is (17,113,71). Sum of RGB (Red+Green+Blue) = 17+113+71=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #117147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117147 is #EE8EB8. Grayscale: #4F4F4F. Windows color (decimal): -15634105 or 4682001. OLE color: 4682001.
HSL color Cylindrical-coordinate representation of color #117147: hue angle of 153.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117147 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 71 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.56 |
| HSL | 153.75º | 0.74% | 0.25% | - |
| HSV(B) | 153.75º | 0.85% | 0.44% | - |
| XYZ | 7.27 | 12.38 | 7.97 | - |
| YUV | 79.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 71 | 0.85 | 0 | 0.37 | 0.56 | 153.75 | 0.74 | 0.25 |
| Hex | 11 | 71 | 47 | 55 | 0 | 25 | 38 | 9A | 4A | 19 |
| Octal | 21 | 161 | 107 | 125 | 0 | 45 | 70 | 232 | 112 | 31 |
| Binary | 10001 | 1110001 | 1000111 | 1010101 | 0 | 100101 | 111000 | 10011010 | 1001010 | 11001 |
Color Harmonies of #117147
Complementary color
Monochromatic Colors of #117147
Black with #117147
Text Example
Text Example
White with #117147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117147; }
p { color: rgb(17,113,71); }
H1.HeaderClassName
{
color: #117147;
}
.AnyTagClassName
{
color: #117147;
}
</style>
background-color css
<style>
a { background-color: #117147; }
a { background-color: rgb(17,113,71); }
div.DivClassName
{
background-color: #117147;
}
.BgClassName
{
background-color: #117147;
}
</style>
border-color css
<style>
span { border-color: #117147; }
span { border-color: rgb(17,113,71); }
td.TdClassName
{
border-color: #117147;
}
.TagClassName
{
border-color: #117147;
}
</style>