Shades of Dark Spring Green #117044
Tints of Dark Spring Green #117044
RGB
CMYK
RGB Variations
Color information
#117044 (or 0x117044) is known color: Dark Spring Green. HEX triplet: 11, 70 and 44. RGB value is (17,112,68). Sum of RGB (Red+Green+Blue) = 17+112+68=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #117044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117044 is #EE8FBB. Grayscale: #4E4E4E. Windows color (decimal): -15634364 or 4485137. OLE color: 4485137.
HSL color Cylindrical-coordinate representation of color #117044: hue angle of 152.21º 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 #117044 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 68 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.56 |
| HSL | 152.21º | 0.74% | 0.25% | - |
| HSV(B) | 152.21º | 0.85% | 0.44% | - |
| XYZ | 7.07 | 12.12 | 7.44 | - |
| YUV | 78.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 68 | 0.85 | 0 | 0.39 | 0.56 | 152.21 | 0.74 | 0.25 |
| Hex | 11 | 70 | 44 | 55 | 0 | 27 | 38 | 98 | 4A | 19 |
| Octal | 21 | 160 | 104 | 125 | 0 | 47 | 70 | 230 | 112 | 31 |
| Binary | 10001 | 1110000 | 1000100 | 1010101 | 0 | 100111 | 111000 | 10011000 | 1001010 | 11001 |
Color Harmonies of #117044
Complementary color
Monochromatic Colors of #117044
Black with #117044
Text Example
Text Example
White with #117044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117044; }
p { color: rgb(17,112,68); }
H1.HeaderClassName
{
color: #117044;
}
.AnyTagClassName
{
color: #117044;
}
</style>
background-color css
<style>
a { background-color: #117044; }
a { background-color: rgb(17,112,68); }
div.DivClassName
{
background-color: #117044;
}
.BgClassName
{
background-color: #117044;
}
</style>
border-color css
<style>
span { border-color: #117044; }
span { border-color: rgb(17,112,68); }
td.TdClassName
{
border-color: #117044;
}
.TagClassName
{
border-color: #117044;
}
</style>