Shades of Pigment Green #058D37
Tints of Pigment Green #058D37
RGB
CMYK
RGB Variations
Color information
#058D37 (or 0x058D37) is known color: Pigment Green. HEX triplet: 05, 8D and 37. RGB value is (5,141,55). Sum of RGB (Red+Green+Blue) = 5+141+55=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 141 (55.47% from 255 or 70.15% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 141 - color contains mainly: green. Hex color #058D37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D37 is #FA72C8. Grayscale: #5A5A5A. Windows color (decimal): -16413385 or 3640581. OLE color: 3640581.
HSL color Cylindrical-coordinate representation of color #058D37: hue angle of 142.06º 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 #058D37 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 55 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.45 |
| HSL | 142.06º | 0.93% | 0.29% | - |
| HSV(B) | 142.06º | 0.96% | 0.55% | - |
| XYZ | 10.28 | 19.36 | 6.81 | - |
| YUV | 90.53 | 107.94 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 55 | 0.96 | 0 | 0.61 | 0.45 | 142.06 | 0.93 | 0.29 |
| Hex | 5 | 8D | 37 | 60 | 0 | 3D | 2D | 8E | 5D | 1D |
| Octal | 5 | 215 | 67 | 140 | 0 | 75 | 55 | 216 | 135 | 35 |
| Binary | 101 | 10001101 | 110111 | 1100000 | 0 | 111101 | 101101 | 10001110 | 1011101 | 11101 |
Color Harmonies of #058D37
Complementary color
Monochromatic Colors of #058D37
Black with #058D37
Text Example
Text Example
White with #058D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D37; }
p { color: rgb(5,141,55); }
H1.HeaderClassName
{
color: #058D37;
}
.AnyTagClassName
{
color: #058D37;
}
</style>
background-color css
<style>
a { background-color: #058D37; }
a { background-color: rgb(5,141,55); }
div.DivClassName
{
background-color: #058D37;
}
.BgClassName
{
background-color: #058D37;
}
</style>
border-color css
<style>
span { border-color: #058D37; }
span { border-color: rgb(5,141,55); }
td.TdClassName
{
border-color: #058D37;
}
.TagClassName
{
border-color: #058D37;
}
</style>