Shades of Dark Spring Green #017E2C
Tints of Dark Spring Green #017E2C
RGB
CMYK
RGB Variations
Color information
#017E2C (or 0x017E2C) is known color: Dark Spring Green. HEX triplet: 01, 7E and 2C. RGB value is (1,126,44). Sum of RGB (Red+Green+Blue) = 1+126+44=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 126 (49.61% from 255 or 73.68% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 126 - color contains mainly: green. Hex color #017E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017E2C is #FE81D3. Grayscale: #4F4F4F. Windows color (decimal): -16679380 or 2915841. OLE color: 2915841.
HSL color Cylindrical-coordinate representation of color #017E2C: hue angle of 140.64º 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 #017E2C is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 44 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.51 |
| HSL | 140.64º | 0.98% | 0.25% | - |
| HSV(B) | 140.64º | 0.99% | 0.49% | - |
| XYZ | 7.93 | 15.11 | 4.88 | - |
| YUV | 79.28 | 108.09 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 44 | 0.99 | 0 | 0.65 | 0.51 | 140.64 | 0.98 | 0.25 |
| Hex | 1 | 7E | 2C | 63 | 0 | 41 | 33 | 8D | 62 | 19 |
| Octal | 1 | 176 | 54 | 143 | 0 | 101 | 63 | 215 | 142 | 31 |
| Binary | 1 | 1111110 | 101100 | 1100011 | 0 | 1000001 | 110011 | 10001101 | 1100010 | 11001 |
Color Harmonies of #017E2C
Complementary color
Monochromatic Colors of #017E2C
Black with #017E2C
Text Example
Text Example
White with #017E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E2C; }
p { color: rgb(1,126,44); }
H1.HeaderClassName
{
color: #017E2C;
}
.AnyTagClassName
{
color: #017E2C;
}
</style>
background-color css
<style>
a { background-color: #017E2C; }
a { background-color: rgb(1,126,44); }
div.DivClassName
{
background-color: #017E2C;
}
.BgClassName
{
background-color: #017E2C;
}
</style>
border-color css
<style>
span { border-color: #017E2C; }
span { border-color: rgb(1,126,44); }
td.TdClassName
{
border-color: #017E2C;
}
.TagClassName
{
border-color: #017E2C;
}
</style>