Shades of Dark Spring Green #017E3E
Tints of Dark Spring Green #017E3E
RGB
CMYK
RGB Variations
Color information
#017E3E (or 0x017E3E) is known color: Dark Spring Green. HEX triplet: 01, 7E and 3E. RGB value is (1,126,62). Sum of RGB (Red+Green+Blue) = 1+126+62=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 126 (49.61% from 255 or 66.67% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 126 - color contains mainly: green. Hex color #017E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017E3E is #FE81C1. Grayscale: #515151. Windows color (decimal): -16679362 or 4095489. OLE color: 4095489.
HSL color Cylindrical-coordinate representation of color #017E3E: hue angle of 149.28º 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 #017E3E is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
RGB | 1 | 126 | 62 | - |
CMYK | 0.99 | 0 | 0.51 | 0.51 |
HSL | 149.28º | 0.98% | 0.25% | - |
HSV(B) | 149.28º | 0.99% | 0.49% | - |
XYZ | 8.34 | 15.28 | 7.07 | - |
YUV | 81.33 | 117.09 | 70.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 126 | 62 | 0.99 | 0 | 0.51 | 0.51 | 149.28 | 0.98 | 0.25 |
Hex | 1 | 7E | 3E | 63 | 0 | 33 | 33 | 95 | 62 | 19 |
Octal | 1 | 176 | 76 | 143 | 0 | 63 | 63 | 225 | 142 | 31 |
Binary | 1 | 1111110 | 111110 | 1100011 | 0 | 110011 | 110011 | 10010101 | 1100010 | 11001 |
Color Harmonies of #017E3E
Complementary color
Monochromatic Colors of #017E3E
Black with #017E3E
Text Example
Text Example
White with #017E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E3E; }
p { color: rgb(1,126,62); }
H1.HeaderClassName
{
color: #017E3E;
}
.AnyTagClassName
{
color: #017E3E;
}
</style>
background-color css
<style>
a { background-color: #017E3E; }
a { background-color: rgb(1,126,62); }
div.DivClassName
{
background-color: #017E3E;
}
.BgClassName
{
background-color: #017E3E;
}
</style>
border-color css
<style>
span { border-color: #017E3E; }
span { border-color: rgb(1,126,62); }
td.TdClassName
{
border-color: #017E3E;
}
.TagClassName
{
border-color: #017E3E;
}
</style>