Shades of Dark Spring Green #017F3A
Tints of Dark Spring Green #017F3A
RGB
CMYK
RGB Variations
Color information
#017F3A (or 0x017F3A) is known color: Dark Spring Green. HEX triplet: 01, 7F and 3A. RGB value is (1,127,58). Sum of RGB (Red+Green+Blue) = 1+127+58=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 127 (50% from 255 or 68.28% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 127 - color contains mainly: green. Hex color #017F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017F3A is #FE80C5. Grayscale: #515151. Windows color (decimal): -16679110 or 3833601. OLE color: 3833601.
HSL color Cylindrical-coordinate representation of color #017F3A: hue angle of 147.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F3A is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 58 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.50 |
| HSL | 147.14º | 0.98% | 0.25% | - |
| HSV(B) | 147.14º | 0.99% | 0.5% | - |
| XYZ | 8.37 | 15.49 | 6.55 | - |
| YUV | 81.46 | 114.76 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 58 | 0.99 | 0 | 0.54 | 0.50 | 147.14 | 0.98 | 0.25 |
| Hex | 1 | 7F | 3A | 63 | 0 | 36 | 32 | 93 | 62 | 19 |
| Octal | 1 | 177 | 72 | 143 | 0 | 66 | 62 | 223 | 142 | 31 |
| Binary | 1 | 1111111 | 111010 | 1100011 | 0 | 110110 | 110010 | 10010011 | 1100010 | 11001 |
Color Harmonies of #017F3A
Complementary color
Monochromatic Colors of #017F3A
Black with #017F3A
Text Example
Text Example
White with #017F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F3A; }
p { color: rgb(1,127,58); }
H1.HeaderClassName
{
color: #017F3A;
}
.AnyTagClassName
{
color: #017F3A;
}
</style>
background-color css
<style>
a { background-color: #017F3A; }
a { background-color: rgb(1,127,58); }
div.DivClassName
{
background-color: #017F3A;
}
.BgClassName
{
background-color: #017F3A;
}
</style>
border-color css
<style>
span { border-color: #017F3A; }
span { border-color: rgb(1,127,58); }
td.TdClassName
{
border-color: #017F3A;
}
.TagClassName
{
border-color: #017F3A;
}
</style>