Shades of Pigment Green #058D41
Tints of Pigment Green #058D41
RGB
CMYK
RGB Variations
Color information
#058D41 (or 0x058D41) is known color: Pigment Green. HEX triplet: 05, 8D and 41. RGB value is (5,141,65). Sum of RGB (Red+Green+Blue) = 5+141+65=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 141 (55.47% from 255 or 66.82% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 141 - color contains mainly: green. Hex color #058D41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D41 is #FA72BE. Grayscale: #5B5B5B. Windows color (decimal): -16413375 or 4295941. OLE color: 4295941.
HSL color Cylindrical-coordinate representation of color #058D41: hue angle of 146.47º 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 #058D41 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 65 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.45 |
| HSL | 146.47º | 0.93% | 0.29% | - |
| HSV(B) | 146.47º | 0.96% | 0.55% | - |
| XYZ | 10.54 | 19.46 | 8.2 | - |
| YUV | 91.67 | 112.94 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 65 | 0.96 | 0 | 0.54 | 0.45 | 146.47 | 0.93 | 0.29 |
| Hex | 5 | 8D | 41 | 60 | 0 | 36 | 2D | 92 | 5D | 1D |
| Octal | 5 | 215 | 101 | 140 | 0 | 66 | 55 | 222 | 135 | 35 |
| Binary | 101 | 10001101 | 1000001 | 1100000 | 0 | 110110 | 101101 | 10010010 | 1011101 | 11101 |
Color Harmonies of #058D41
Complementary color
Monochromatic Colors of #058D41
Black with #058D41
Text Example
Text Example
White with #058D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D41; }
p { color: rgb(5,141,65); }
H1.HeaderClassName
{
color: #058D41;
}
.AnyTagClassName
{
color: #058D41;
}
</style>
background-color css
<style>
a { background-color: #058D41; }
a { background-color: rgb(5,141,65); }
div.DivClassName
{
background-color: #058D41;
}
.BgClassName
{
background-color: #058D41;
}
</style>
border-color css
<style>
span { border-color: #058D41; }
span { border-color: rgb(5,141,65); }
td.TdClassName
{
border-color: #058D41;
}
.TagClassName
{
border-color: #058D41;
}
</style>