Shades of Dark Spring Green #117944
Tints of Dark Spring Green #117944
RGB
CMYK
RGB Variations
Color information
#117944 (or 0x117944) is known color: Dark Spring Green. HEX triplet: 11, 79 and 44. RGB value is (17,121,68). Sum of RGB (Red+Green+Blue) = 17+121+68=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #117944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117944 is #EE86BB. Grayscale: #535353. Windows color (decimal): -15632060 or 4487441. OLE color: 4487441.
HSL color Cylindrical-coordinate representation of color #117944: hue angle of 149.42º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117944 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 121 | 68 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.53 |
| HSL | 149.42º | 0.75% | 0.27% | - |
| HSV(B) | 149.42º | 0.86% | 0.47% | - |
| XYZ | 8.11 | 14.21 | 7.78 | - |
| YUV | 83.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 121 | 68 | 0.86 | 0 | 0.44 | 0.53 | 149.42 | 0.75 | 0.27 |
| Hex | 11 | 79 | 44 | 56 | 0 | 2C | 35 | 95 | 4B | 1B |
| Octal | 21 | 171 | 104 | 126 | 0 | 54 | 65 | 225 | 113 | 33 |
| Binary | 10001 | 1111001 | 1000100 | 1010110 | 0 | 101100 | 110101 | 10010101 | 1001011 | 11011 |
Color Harmonies of #117944
Complementary color
Monochromatic Colors of #117944
Black with #117944
Text Example
Text Example
White with #117944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117944; }
p { color: rgb(17,121,68); }
H1.HeaderClassName
{
color: #117944;
}
.AnyTagClassName
{
color: #117944;
}
</style>
background-color css
<style>
a { background-color: #117944; }
a { background-color: rgb(17,121,68); }
div.DivClassName
{
background-color: #117944;
}
.BgClassName
{
background-color: #117944;
}
</style>
border-color css
<style>
span { border-color: #117944; }
span { border-color: rgb(17,121,68); }
td.TdClassName
{
border-color: #117944;
}
.TagClassName
{
border-color: #117944;
}
</style>