Shades of Dark Spring Green #017A2E
Tints of Dark Spring Green #017A2E
RGB
CMYK
RGB Variations
Color information
#017A2E (or 0x017A2E) is known color: Dark Spring Green. HEX triplet: 01, 7A and 2E. RGB value is (1,122,46). Sum of RGB (Red+Green+Blue) = 1+122+46=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 122 (48.05% from 255 or 72.19% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 122 - color contains mainly: green. Hex color #017A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017A2E is #FE85D1. Grayscale: #4D4D4D. Windows color (decimal): -16680402 or 3045889. OLE color: 3045889.
HSL color Cylindrical-coordinate representation of color #017A2E: hue angle of 142.31º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A2E is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 122 | 46 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.52 |
| HSL | 142.31º | 0.98% | 0.24% | - |
| HSV(B) | 142.31º | 0.99% | 0.48% | - |
| XYZ | 7.47 | 14.12 | 4.92 | - |
| YUV | 77.16 | 110.41 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 46 | 0.99 | 0 | 0.62 | 0.52 | 142.31 | 0.98 | 0.24 |
| Hex | 1 | 7A | 2E | 63 | 0 | 3E | 34 | 8E | 62 | 18 |
| Octal | 1 | 172 | 56 | 143 | 0 | 76 | 64 | 216 | 142 | 30 |
| Binary | 1 | 1111010 | 101110 | 1100011 | 0 | 111110 | 110100 | 10001110 | 1100010 | 11000 |
Color Harmonies of #017A2E
Complementary color
Monochromatic Colors of #017A2E
Black with #017A2E
Text Example
Text Example
White with #017A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017A2E; }
p { color: rgb(1,122,46); }
H1.HeaderClassName
{
color: #017A2E;
}
.AnyTagClassName
{
color: #017A2E;
}
</style>
background-color css
<style>
a { background-color: #017A2E; }
a { background-color: rgb(1,122,46); }
div.DivClassName
{
background-color: #017A2E;
}
.BgClassName
{
background-color: #017A2E;
}
</style>
border-color css
<style>
span { border-color: #017A2E; }
span { border-color: rgb(1,122,46); }
td.TdClassName
{
border-color: #017A2E;
}
.TagClassName
{
border-color: #017A2E;
}
</style>