Shades of Dark Spring Green #017730
Tints of Dark Spring Green #017730
RGB
CMYK
RGB Variations
Color information
#017730 (or 0x017730) is known color: Dark Spring Green. HEX triplet: 01, 77 and 30. RGB value is (1,119,48). Sum of RGB (Red+Green+Blue) = 1+119+48=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #017730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017730 is #FE88CF. Grayscale: #4B4B4B. Windows color (decimal): -16681168 or 3176193. OLE color: 3176193.
HSL color Cylindrical-coordinate representation of color #017730: hue angle of 143.9º 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 #017730 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 48 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.53 |
| HSL | 143.9º | 0.98% | 0.24% | - |
| HSV(B) | 143.9º | 0.99% | 0.47% | - |
| XYZ | 7.14 | 13.41 | 5.01 | - |
| YUV | 75.62 | 112.41 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 48 | 0.99 | 0 | 0.60 | 0.53 | 143.9 | 0.98 | 0.24 |
| Hex | 1 | 77 | 30 | 63 | 0 | 3C | 35 | 90 | 62 | 18 |
| Octal | 1 | 167 | 60 | 143 | 0 | 74 | 65 | 220 | 142 | 30 |
| Binary | 1 | 1110111 | 110000 | 1100011 | 0 | 111100 | 110101 | 10010000 | 1100010 | 11000 |
Color Harmonies of #017730
Complementary color
Monochromatic Colors of #017730
Black with #017730
Text Example
Text Example
White with #017730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017730; }
p { color: rgb(1,119,48); }
H1.HeaderClassName
{
color: #017730;
}
.AnyTagClassName
{
color: #017730;
}
</style>
background-color css
<style>
a { background-color: #017730; }
a { background-color: rgb(1,119,48); }
div.DivClassName
{
background-color: #017730;
}
.BgClassName
{
background-color: #017730;
}
</style>
border-color css
<style>
span { border-color: #017730; }
span { border-color: rgb(1,119,48); }
td.TdClassName
{
border-color: #017730;
}
.TagClassName
{
border-color: #017730;
}
</style>