Shades of Dark Spring Green #017E2B
Tints of Dark Spring Green #017E2B
RGB
CMYK
RGB Variations
Color information
#017E2B (or 0x017E2B) is known color: Dark Spring Green. HEX triplet: 01, 7E and 2B. RGB value is (1,126,43). Sum of RGB (Red+Green+Blue) = 1+126+43=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 126 (49.61% from 255 or 74.12% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 126 - color contains mainly: green. Hex color #017E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017E2B is #FE81D4. Grayscale: #4F4F4F. Windows color (decimal): -16679381 or 2850305. OLE color: 2850305.
HSL color Cylindrical-coordinate representation of color #017E2B: hue angle of 140.16º 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 #017E2B is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 43 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.51 |
| HSL | 140.16º | 0.98% | 0.25% | - |
| HSV(B) | 140.16º | 0.99% | 0.49% | - |
| XYZ | 7.91 | 15.1 | 4.78 | - |
| YUV | 79.16 | 107.59 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 43 | 0.99 | 0 | 0.66 | 0.51 | 140.16 | 0.98 | 0.25 |
| Hex | 1 | 7E | 2B | 63 | 0 | 42 | 33 | 8C | 62 | 19 |
| Octal | 1 | 176 | 53 | 143 | 0 | 102 | 63 | 214 | 142 | 31 |
| Binary | 1 | 1111110 | 101011 | 1100011 | 0 | 1000010 | 110011 | 10001100 | 1100010 | 11001 |
Color Harmonies of #017E2B
Complementary color
Monochromatic Colors of #017E2B
Black with #017E2B
Text Example
Text Example
White with #017E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E2B; }
p { color: rgb(1,126,43); }
H1.HeaderClassName
{
color: #017E2B;
}
.AnyTagClassName
{
color: #017E2B;
}
</style>
background-color css
<style>
a { background-color: #017E2B; }
a { background-color: rgb(1,126,43); }
div.DivClassName
{
background-color: #017E2B;
}
.BgClassName
{
background-color: #017E2B;
}
</style>
border-color css
<style>
span { border-color: #017E2B; }
span { border-color: rgb(1,126,43); }
td.TdClassName
{
border-color: #017E2B;
}
.TagClassName
{
border-color: #017E2B;
}
</style>