Shades of Dark Spring Green #058C34
Tints of Dark Spring Green #058C34
RGB
CMYK
RGB Variations
Color information
#058C34 (or 0x058C34) is known color: Dark Spring Green. HEX triplet: 05, 8C and 34. RGB value is (5,140,52). Sum of RGB (Red+Green+Blue) = 5+140+52=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 140 (55.08% from 255 or 71.07% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 140 - color contains mainly: green. Hex color #058C34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C34 is #FA73CB. Grayscale: #595959. Windows color (decimal): -16413644 or 3443717. OLE color: 3443717.
HSL color Cylindrical-coordinate representation of color #058C34: hue angle of 140.89º 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 #058C34 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 52 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.45 |
| HSL | 140.89º | 0.93% | 0.28% | - |
| HSV(B) | 140.89º | 0.96% | 0.55% | - |
| XYZ | 10.06 | 19.04 | 6.39 | - |
| YUV | 89.6 | 106.77 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 52 | 0.96 | 0 | 0.63 | 0.45 | 140.89 | 0.93 | 0.28 |
| Hex | 5 | 8C | 34 | 60 | 0 | 3F | 2D | 8D | 5D | 1C |
| Octal | 5 | 214 | 64 | 140 | 0 | 77 | 55 | 215 | 135 | 34 |
| Binary | 101 | 10001100 | 110100 | 1100000 | 0 | 111111 | 101101 | 10001101 | 1011101 | 11100 |
Color Harmonies of #058C34
Complementary color
Monochromatic Colors of #058C34
Black with #058C34
Text Example
Text Example
White with #058C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C34; }
p { color: rgb(5,140,52); }
H1.HeaderClassName
{
color: #058C34;
}
.AnyTagClassName
{
color: #058C34;
}
</style>
background-color css
<style>
a { background-color: #058C34; }
a { background-color: rgb(5,140,52); }
div.DivClassName
{
background-color: #058C34;
}
.BgClassName
{
background-color: #058C34;
}
</style>
border-color css
<style>
span { border-color: #058C34; }
span { border-color: rgb(5,140,52); }
td.TdClassName
{
border-color: #058C34;
}
.TagClassName
{
border-color: #058C34;
}
</style>