Shades of Dark Spring Green #058031
Tints of Dark Spring Green #058031
RGB
CMYK
RGB Variations
Color information
#058031 (or 0x058031) is known color: Dark Spring Green. HEX triplet: 05, 80 and 31. RGB value is (5,128,49). Sum of RGB (Red+Green+Blue) = 5+128+49=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #058031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058031 is #FA7FCE. Grayscale: #525252. Windows color (decimal): -16416719 or 3244037. OLE color: 3244037.
HSL color Cylindrical-coordinate representation of color #058031: hue angle of 141.46º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058031 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 49 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.50 |
| HSL | 141.46º | 0.92% | 0.26% | - |
| HSV(B) | 141.46º | 0.96% | 0.5% | - |
| XYZ | 8.34 | 15.69 | 5.5 | - |
| YUV | 82.22 | 109.25 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 49 | 0.96 | 0 | 0.62 | 0.50 | 141.46 | 0.92 | 0.26 |
| Hex | 5 | 80 | 31 | 60 | 0 | 3E | 32 | 8D | 5C | 1A |
| Octal | 5 | 200 | 61 | 140 | 0 | 76 | 62 | 215 | 134 | 32 |
| Binary | 101 | 10000000 | 110001 | 1100000 | 0 | 111110 | 110010 | 10001101 | 1011100 | 11010 |
Color Harmonies of #058031
Complementary color
Monochromatic Colors of #058031
Black with #058031
Text Example
Text Example
White with #058031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058031; }
p { color: rgb(5,128,49); }
H1.HeaderClassName
{
color: #058031;
}
.AnyTagClassName
{
color: #058031;
}
</style>
background-color css
<style>
a { background-color: #058031; }
a { background-color: rgb(5,128,49); }
div.DivClassName
{
background-color: #058031;
}
.BgClassName
{
background-color: #058031;
}
</style>
border-color css
<style>
span { border-color: #058031; }
span { border-color: rgb(5,128,49); }
td.TdClassName
{
border-color: #058031;
}
.TagClassName
{
border-color: #058031;
}
</style>