Shades of Dark Spring Green #058D31
Tints of Dark Spring Green #058D31
RGB
CMYK
RGB Variations
Color information
#058D31 (or 0x058D31) is known color: Dark Spring Green. HEX triplet: 05, 8D and 31. RGB value is (5,141,49). Sum of RGB (Red+Green+Blue) = 5+141+49=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 141 (55.47% from 255 or 72.31% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 141 - color contains mainly: green. Hex color #058D31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D31 is #FA72CE. Grayscale: #5A5A5A. Windows color (decimal): -16413391 or 3247365. OLE color: 3247365.
HSL color Cylindrical-coordinate representation of color #058D31: hue angle of 139.41º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D31 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 49 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.45 |
| HSL | 139.41º | 0.93% | 0.29% | - |
| HSV(B) | 139.41º | 0.96% | 0.55% | - |
| XYZ | 10.14 | 19.3 | 6.1 | - |
| YUV | 89.85 | 104.94 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 49 | 0.96 | 0 | 0.65 | 0.45 | 139.41 | 0.93 | 0.29 |
| Hex | 5 | 8D | 31 | 60 | 0 | 41 | 2D | 8B | 5D | 1D |
| Octal | 5 | 215 | 61 | 140 | 0 | 101 | 55 | 213 | 135 | 35 |
| Binary | 101 | 10001101 | 110001 | 1100000 | 0 | 1000001 | 101101 | 10001011 | 1011101 | 11101 |
Color Harmonies of #058D31
Complementary color
Monochromatic Colors of #058D31
Black with #058D31
Text Example
Text Example
White with #058D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D31; }
p { color: rgb(5,141,49); }
H1.HeaderClassName
{
color: #058D31;
}
.AnyTagClassName
{
color: #058D31;
}
</style>
background-color css
<style>
a { background-color: #058D31; }
a { background-color: rgb(5,141,49); }
div.DivClassName
{
background-color: #058D31;
}
.BgClassName
{
background-color: #058D31;
}
</style>
border-color css
<style>
span { border-color: #058D31; }
span { border-color: rgb(5,141,49); }
td.TdClassName
{
border-color: #058D31;
}
.TagClassName
{
border-color: #058D31;
}
</style>