Shades of Dark Spring Green #117D3B
Tints of Dark Spring Green #117D3B
RGB
CMYK
RGB Variations
Color information
#117D3B (or 0x117D3B) is known color: Dark Spring Green. HEX triplet: 11, 7D and 3B. RGB value is (17,125,59). Sum of RGB (Red+Green+Blue) = 17+125+59=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 125 (49.22% from 255 or 62.19% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 125 - color contains mainly: green. Hex color #117D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117D3B is #EE82C4. Grayscale: #555555. Windows color (decimal): -15631045 or 3898641. OLE color: 3898641.
HSL color Cylindrical-coordinate representation of color #117D3B: hue angle of 143.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D3B is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 59 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.51 |
| HSL | 143.33º | 0.76% | 0.28% | - |
| HSV(B) | 143.33º | 0.86% | 0.49% | - |
| XYZ | 8.35 | 15.1 | 6.61 | - |
| YUV | 85.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 59 | 0.86 | 0 | 0.53 | 0.51 | 143.33 | 0.76 | 0.28 |
| Hex | 11 | 7D | 3B | 56 | 0 | 35 | 33 | 8F | 4C | 1C |
| Octal | 21 | 175 | 73 | 126 | 0 | 65 | 63 | 217 | 114 | 34 |
| Binary | 10001 | 1111101 | 111011 | 1010110 | 0 | 110101 | 110011 | 10001111 | 1001100 | 11100 |
Color Harmonies of #117D3B
Complementary color
Monochromatic Colors of #117D3B
Black with #117D3B
Text Example
Text Example
White with #117D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D3B; }
p { color: rgb(17,125,59); }
H1.HeaderClassName
{
color: #117D3B;
}
.AnyTagClassName
{
color: #117D3B;
}
</style>
background-color css
<style>
a { background-color: #117D3B; }
a { background-color: rgb(17,125,59); }
div.DivClassName
{
background-color: #117D3B;
}
.BgClassName
{
background-color: #117D3B;
}
</style>
border-color css
<style>
span { border-color: #117D3B; }
span { border-color: rgb(17,125,59); }
td.TdClassName
{
border-color: #117D3B;
}
.TagClassName
{
border-color: #117D3B;
}
</style>