Shades of Dark Spring Green #058830
Tints of Dark Spring Green #058830
RGB
CMYK
RGB Variations
Color information
#058830 (or 0x058830) is known color: Dark Spring Green. HEX triplet: 05, 88 and 30. RGB value is (5,136,48). Sum of RGB (Red+Green+Blue) = 5+136+48=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 136 (53.52% from 255 or 71.96% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 136 - color contains mainly: green. Hex color #058830 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058830 is #FA77CF. Grayscale: #575757. Windows color (decimal): -16414672 or 3180549. OLE color: 3180549.
HSL color Cylindrical-coordinate representation of color #058830: hue angle of 139.69º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058830 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 48 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.47 |
| HSL | 139.69º | 0.93% | 0.28% | - |
| HSV(B) | 139.69º | 0.96% | 0.53% | - |
| XYZ | 9.4 | 17.85 | 5.75 | - |
| YUV | 86.8 | 106.1 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 48 | 0.96 | 0 | 0.65 | 0.47 | 139.69 | 0.93 | 0.28 |
| Hex | 5 | 88 | 30 | 60 | 0 | 41 | 2F | 8C | 5D | 1C |
| Octal | 5 | 210 | 60 | 140 | 0 | 101 | 57 | 214 | 135 | 34 |
| Binary | 101 | 10001000 | 110000 | 1100000 | 0 | 1000001 | 101111 | 10001100 | 1011101 | 11100 |
Color Harmonies of #058830
Complementary color
Monochromatic Colors of #058830
Black with #058830
Text Example
Text Example
White with #058830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058830; }
p { color: rgb(5,136,48); }
H1.HeaderClassName
{
color: #058830;
}
.AnyTagClassName
{
color: #058830;
}
</style>
background-color css
<style>
a { background-color: #058830; }
a { background-color: rgb(5,136,48); }
div.DivClassName
{
background-color: #058830;
}
.BgClassName
{
background-color: #058830;
}
</style>
border-color css
<style>
span { border-color: #058830; }
span { border-color: rgb(5,136,48); }
td.TdClassName
{
border-color: #058830;
}
.TagClassName
{
border-color: #058830;
}
</style>