Shades of Dark Spring Green #117148
Tints of Dark Spring Green #117148
RGB
CMYK
RGB Variations
Color information
#117148 (or 0x117148) is known color: Dark Spring Green. HEX triplet: 11, 71 and 48. RGB value is (17,113,72). Sum of RGB (Red+Green+Blue) = 17+113+72=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #117148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117148 is #EE8EB7. Grayscale: #4F4F4F. Windows color (decimal): -15634104 or 4747537. OLE color: 4747537.
HSL color Cylindrical-coordinate representation of color #117148: hue angle of 154.38º 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 #117148 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 72 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.56 |
| HSL | 154.38º | 0.74% | 0.25% | - |
| HSV(B) | 154.38º | 0.85% | 0.44% | - |
| XYZ | 7.31 | 12.4 | 8.14 | - |
| YUV | 79.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 72 | 0.85 | 0 | 0.36 | 0.56 | 154.38 | 0.74 | 0.25 |
| Hex | 11 | 71 | 48 | 55 | 0 | 24 | 38 | 9A | 4A | 19 |
| Octal | 21 | 161 | 110 | 125 | 0 | 44 | 70 | 232 | 112 | 31 |
| Binary | 10001 | 1110001 | 1001000 | 1010101 | 0 | 100100 | 111000 | 10011010 | 1001010 | 11001 |
Color Harmonies of #117148
Complementary color
Monochromatic Colors of #117148
Black with #117148
Text Example
Text Example
White with #117148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117148; }
p { color: rgb(17,113,72); }
H1.HeaderClassName
{
color: #117148;
}
.AnyTagClassName
{
color: #117148;
}
</style>
background-color css
<style>
a { background-color: #117148; }
a { background-color: rgb(17,113,72); }
div.DivClassName
{
background-color: #117148;
}
.BgClassName
{
background-color: #117148;
}
</style>
border-color css
<style>
span { border-color: #117148; }
span { border-color: rgb(17,113,72); }
td.TdClassName
{
border-color: #117148;
}
.TagClassName
{
border-color: #117148;
}
</style>