Shades of Dark Spring Green #017932
Tints of Dark Spring Green #017932
RGB
CMYK
RGB Variations
Color information
#017932 (or 0x017932) is known color: Dark Spring Green. HEX triplet: 01, 79 and 32. RGB value is (1,121,50). Sum of RGB (Red+Green+Blue) = 1+121+50=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 121 (47.66% from 255 or 70.35% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 121 - color contains mainly: green. Hex color #017932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017932 is #FE86CD. Grayscale: #4D4D4D. Windows color (decimal): -16680654 or 3307777. OLE color: 3307777.
HSL color Cylindrical-coordinate representation of color #017932: hue angle of 144.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017932 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 121 | 50 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.53 |
| HSL | 144.5º | 0.98% | 0.24% | - |
| HSV(B) | 144.5º | 0.99% | 0.47% | - |
| XYZ | 7.43 | 13.91 | 5.31 | - |
| YUV | 77.03 | 112.74 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 50 | 0.99 | 0 | 0.59 | 0.53 | 144.5 | 0.98 | 0.24 |
| Hex | 1 | 79 | 32 | 63 | 0 | 3B | 35 | 90 | 62 | 18 |
| Octal | 1 | 171 | 62 | 143 | 0 | 73 | 65 | 220 | 142 | 30 |
| Binary | 1 | 1111001 | 110010 | 1100011 | 0 | 111011 | 110101 | 10010000 | 1100010 | 11000 |
Color Harmonies of #017932
Complementary color
Monochromatic Colors of #017932
Black with #017932
Text Example
Text Example
White with #017932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017932; }
p { color: rgb(1,121,50); }
H1.HeaderClassName
{
color: #017932;
}
.AnyTagClassName
{
color: #017932;
}
</style>
background-color css
<style>
a { background-color: #017932; }
a { background-color: rgb(1,121,50); }
div.DivClassName
{
background-color: #017932;
}
.BgClassName
{
background-color: #017932;
}
</style>
border-color css
<style>
span { border-color: #017932; }
span { border-color: rgb(1,121,50); }
td.TdClassName
{
border-color: #017932;
}
.TagClassName
{
border-color: #017932;
}
</style>