Shades of Dark Spring Green #117E3D
Tints of Dark Spring Green #117E3D
RGB
CMYK
RGB Variations
Color information
#117E3D (or 0x117E3D) is known color: Dark Spring Green. HEX triplet: 11, 7E and 3D. RGB value is (17,126,61). Sum of RGB (Red+Green+Blue) = 17+126+61=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #117E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117E3D is #EE81C2. Grayscale: #565656. Windows color (decimal): -15630787 or 4029969. OLE color: 4029969.
HSL color Cylindrical-coordinate representation of color #117E3D: hue angle of 144.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E3D is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 61 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.51 |
| HSL | 144.22º | 0.76% | 0.28% | - |
| HSV(B) | 144.22º | 0.87% | 0.49% | - |
| XYZ | 8.53 | 15.38 | 6.93 | - |
| YUV | 86 | 113.89 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 61 | 0.87 | 0 | 0.52 | 0.51 | 144.22 | 0.76 | 0.28 |
| Hex | 11 | 7E | 3D | 57 | 0 | 34 | 33 | 90 | 4C | 1C |
| Octal | 21 | 176 | 75 | 127 | 0 | 64 | 63 | 220 | 114 | 34 |
| Binary | 10001 | 1111110 | 111101 | 1010111 | 0 | 110100 | 110011 | 10010000 | 1001100 | 11100 |
Color Harmonies of #117E3D
Complementary color
Monochromatic Colors of #117E3D
Black with #117E3D
Text Example
Text Example
White with #117E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E3D; }
p { color: rgb(17,126,61); }
H1.HeaderClassName
{
color: #117E3D;
}
.AnyTagClassName
{
color: #117E3D;
}
</style>
background-color css
<style>
a { background-color: #117E3D; }
a { background-color: rgb(17,126,61); }
div.DivClassName
{
background-color: #117E3D;
}
.BgClassName
{
background-color: #117E3D;
}
</style>
border-color css
<style>
span { border-color: #117E3D; }
span { border-color: rgb(17,126,61); }
td.TdClassName
{
border-color: #117E3D;
}
.TagClassName
{
border-color: #117E3D;
}
</style>