Shades of Dark Spring Green #058C31
Tints of Dark Spring Green #058C31
RGB
CMYK
RGB Variations
Color information
#058C31 (or 0x058C31) is known color: Dark Spring Green. HEX triplet: 05, 8C and 31. RGB value is (5,140,49). Sum of RGB (Red+Green+Blue) = 5+140+49=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 140 (55.08% from 255 or 72.16% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 140 - color contains mainly: green. Hex color #058C31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C31 is #FA73CE. Grayscale: #595959. Windows color (decimal): -16413647 or 3247109. OLE color: 3247109.
HSL color Cylindrical-coordinate representation of color #058C31: hue angle of 139.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C31 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 49 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.45 |
| HSL | 139.56º | 0.93% | 0.28% | - |
| HSV(B) | 139.56º | 0.96% | 0.55% | - |
| XYZ | 10 | 19.01 | 6.05 | - |
| YUV | 89.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 49 | 0.96 | 0 | 0.65 | 0.45 | 139.56 | 0.93 | 0.28 |
| Hex | 5 | 8C | 31 | 60 | 0 | 41 | 2D | 8C | 5D | 1C |
| Octal | 5 | 214 | 61 | 140 | 0 | 101 | 55 | 214 | 135 | 34 |
| Binary | 101 | 10001100 | 110001 | 1100000 | 0 | 1000001 | 101101 | 10001100 | 1011101 | 11100 |
Color Harmonies of #058C31
Complementary color
Monochromatic Colors of #058C31
Black with #058C31
Text Example
Text Example
White with #058C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C31; }
p { color: rgb(5,140,49); }
H1.HeaderClassName
{
color: #058C31;
}
.AnyTagClassName
{
color: #058C31;
}
</style>
background-color css
<style>
a { background-color: #058C31; }
a { background-color: rgb(5,140,49); }
div.DivClassName
{
background-color: #058C31;
}
.BgClassName
{
background-color: #058C31;
}
</style>
border-color css
<style>
span { border-color: #058C31; }
span { border-color: rgb(5,140,49); }
td.TdClassName
{
border-color: #058C31;
}
.TagClassName
{
border-color: #058C31;
}
</style>