Shades of Dark Spring Green #017D2D
Tints of Dark Spring Green #017D2D
RGB
CMYK
RGB Variations
Color information
#017D2D (or 0x017D2D) is known color: Dark Spring Green. HEX triplet: 01, 7D and 2D. RGB value is (1,125,45). Sum of RGB (Red+Green+Blue) = 1+125+45=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 125 (49.22% from 255 or 73.10% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 125 - color contains mainly: green. Hex color #017D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017D2D is #FE82D2. Grayscale: #4F4F4F. Windows color (decimal): -16679635 or 2981121. OLE color: 2981121.
HSL color Cylindrical-coordinate representation of color #017D2D: hue angle of 141.29º 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 #017D2D is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 45 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.51 |
| HSL | 141.29º | 0.98% | 0.25% | - |
| HSV(B) | 141.29º | 0.99% | 0.49% | - |
| XYZ | 7.82 | 14.86 | 4.94 | - |
| YUV | 78.8 | 108.92 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 45 | 0.99 | 0 | 0.64 | 0.51 | 141.29 | 0.98 | 0.25 |
| Hex | 1 | 7D | 2D | 63 | 0 | 40 | 33 | 8D | 62 | 19 |
| Octal | 1 | 175 | 55 | 143 | 0 | 100 | 63 | 215 | 142 | 31 |
| Binary | 1 | 1111101 | 101101 | 1100011 | 0 | 1000000 | 110011 | 10001101 | 1100010 | 11001 |
Color Harmonies of #017D2D
Complementary color
Monochromatic Colors of #017D2D
Black with #017D2D
Text Example
Text Example
White with #017D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D2D; }
p { color: rgb(1,125,45); }
H1.HeaderClassName
{
color: #017D2D;
}
.AnyTagClassName
{
color: #017D2D;
}
</style>
background-color css
<style>
a { background-color: #017D2D; }
a { background-color: rgb(1,125,45); }
div.DivClassName
{
background-color: #017D2D;
}
.BgClassName
{
background-color: #017D2D;
}
</style>
border-color css
<style>
span { border-color: #017D2D; }
span { border-color: rgb(1,125,45); }
td.TdClassName
{
border-color: #017D2D;
}
.TagClassName
{
border-color: #017D2D;
}
</style>