Shades of Dark Spring Green #017D37
Tints of Dark Spring Green #017D37
RGB
CMYK
RGB Variations
Color information
#017D37 (or 0x017D37) is known color: Dark Spring Green. HEX triplet: 01, 7D and 37. RGB value is (1,125,55). Sum of RGB (Red+Green+Blue) = 1+125+55=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 125 (49.22% from 255 or 69.06% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 125 - color contains mainly: green. Hex color #017D37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017D37 is #FE82C8. Grayscale: #505050. Windows color (decimal): -16679625 or 3636481. OLE color: 3636481.
HSL color Cylindrical-coordinate representation of color #017D37: hue angle of 146.13º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D37 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 55 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.51 |
| HSL | 146.13º | 0.98% | 0.25% | - |
| HSV(B) | 146.13º | 0.99% | 0.49% | - |
| XYZ | 8.04 | 14.95 | 6.08 | - |
| YUV | 79.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 55 | 0.99 | 0 | 0.56 | 0.51 | 146.13 | 0.98 | 0.25 |
| Hex | 1 | 7D | 37 | 63 | 0 | 38 | 33 | 92 | 62 | 19 |
| Octal | 1 | 175 | 67 | 143 | 0 | 70 | 63 | 222 | 142 | 31 |
| Binary | 1 | 1111101 | 110111 | 1100011 | 0 | 111000 | 110011 | 10010010 | 1100010 | 11001 |
Color Harmonies of #017D37
Complementary color
Monochromatic Colors of #017D37
Black with #017D37
Text Example
Text Example
White with #017D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D37; }
p { color: rgb(1,125,55); }
H1.HeaderClassName
{
color: #017D37;
}
.AnyTagClassName
{
color: #017D37;
}
</style>
background-color css
<style>
a { background-color: #017D37; }
a { background-color: rgb(1,125,55); }
div.DivClassName
{
background-color: #017D37;
}
.BgClassName
{
background-color: #017D37;
}
</style>
border-color css
<style>
span { border-color: #017D37; }
span { border-color: rgb(1,125,55); }
td.TdClassName
{
border-color: #017D37;
}
.TagClassName
{
border-color: #017D37;
}
</style>