Shades of Pigment Green #058E49
Tints of Pigment Green #058E49
RGB
CMYK
RGB Variations
Color information
#058E49 (or 0x058E49) is known color: Pigment Green. HEX triplet: 05, 8E and 49. RGB value is (5,142,73). Sum of RGB (Red+Green+Blue) = 5+142+73=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 142 (55.86% from 255 or 64.55% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 142 - color contains mainly: green. Hex color #058E49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E49 is #FA71B6. Grayscale: #5D5D5D. Windows color (decimal): -16413111 or 4820485. OLE color: 4820485.
HSL color Cylindrical-coordinate representation of color #058E49: hue angle of 149.78º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058E49 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 142 | 73 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.44 |
| HSL | 149.78º | 0.93% | 0.29% | - |
| HSV(B) | 149.78º | 0.96% | 0.56% | - |
| XYZ | 10.94 | 19.86 | 9.56 | - |
| YUV | 93.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 73 | 0.96 | 0 | 0.49 | 0.44 | 149.78 | 0.93 | 0.29 |
| Hex | 5 | 8E | 49 | 60 | 0 | 31 | 2C | 96 | 5D | 1D |
| Octal | 5 | 216 | 111 | 140 | 0 | 61 | 54 | 226 | 135 | 35 |
| Binary | 101 | 10001110 | 1001001 | 1100000 | 0 | 110001 | 101100 | 10010110 | 1011101 | 11101 |
Color Harmonies of #058E49
Complementary color
Monochromatic Colors of #058E49
Black with #058E49
Text Example
Text Example
White with #058E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058E49; }
p { color: rgb(5,142,73); }
H1.HeaderClassName
{
color: #058E49;
}
.AnyTagClassName
{
color: #058E49;
}
</style>
background-color css
<style>
a { background-color: #058E49; }
a { background-color: rgb(5,142,73); }
div.DivClassName
{
background-color: #058E49;
}
.BgClassName
{
background-color: #058E49;
}
</style>
border-color css
<style>
span { border-color: #058E49; }
span { border-color: rgb(5,142,73); }
td.TdClassName
{
border-color: #058E49;
}
.TagClassName
{
border-color: #058E49;
}
</style>