Shades of Dark Spring Green #017935
Tints of Dark Spring Green #017935
RGB
CMYK
RGB Variations
Color information
#017935 (or 0x017935) is known color: Dark Spring Green. HEX triplet: 01, 79 and 35. RGB value is (1,121,53). Sum of RGB (Red+Green+Blue) = 1+121+53=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 121 (47.66% from 255 or 69.14% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 121 - color contains mainly: green. Hex color #017935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017935 is #FE86CA. Grayscale: #4D4D4D. Windows color (decimal): -16680651 or 3504385. OLE color: 3504385.
HSL color Cylindrical-coordinate representation of color #017935: hue angle of 146º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017935 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 121 | 53 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.53 |
| HSL | 146º | 0.98% | 0.24% | - |
| HSV(B) | 146º | 0.99% | 0.47% | - |
| XYZ | 7.49 | 13.94 | 5.66 | - |
| YUV | 77.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 53 | 0.99 | 0 | 0.56 | 0.53 | 146 | 0.98 | 0.24 |
| Hex | 1 | 79 | 35 | 63 | 0 | 38 | 35 | 92 | 62 | 18 |
| Octal | 1 | 171 | 65 | 143 | 0 | 70 | 65 | 222 | 142 | 30 |
| Binary | 1 | 1111001 | 110101 | 1100011 | 0 | 111000 | 110101 | 10010010 | 1100010 | 11000 |
Color Harmonies of #017935
Complementary color
Monochromatic Colors of #017935
Black with #017935
Text Example
Text Example
White with #017935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017935; }
p { color: rgb(1,121,53); }
H1.HeaderClassName
{
color: #017935;
}
.AnyTagClassName
{
color: #017935;
}
</style>
background-color css
<style>
a { background-color: #017935; }
a { background-color: rgb(1,121,53); }
div.DivClassName
{
background-color: #017935;
}
.BgClassName
{
background-color: #017935;
}
</style>
border-color css
<style>
span { border-color: #017935; }
span { border-color: rgb(1,121,53); }
td.TdClassName
{
border-color: #017935;
}
.TagClassName
{
border-color: #017935;
}
</style>