Shades of Pigment Green #058F49
Tints of Pigment Green #058F49
RGB
CMYK
RGB Variations
Color information
#058F49 (or 0x058F49) is known color: Pigment Green. HEX triplet: 05, 8F and 49. RGB value is (5,143,73). Sum of RGB (Red+Green+Blue) = 5+143+73=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #058F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F49 is #FA70B6. Grayscale: #5D5D5D. Windows color (decimal): -16412855 or 4820741. OLE color: 4820741.
HSL color Cylindrical-coordinate representation of color #058F49: hue angle of 149.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F49 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 73 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.44 |
| HSL | 149.57º | 0.93% | 0.29% | - |
| HSV(B) | 149.57º | 0.97% | 0.56% | - |
| XYZ | 11.09 | 20.16 | 9.61 | - |
| YUV | 93.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 73 | 0.97 | 0 | 0.49 | 0.44 | 149.57 | 0.93 | 0.29 |
| Hex | 5 | 8F | 49 | 61 | 0 | 31 | 2C | 96 | 5D | 1D |
| Octal | 5 | 217 | 111 | 141 | 0 | 61 | 54 | 226 | 135 | 35 |
| Binary | 101 | 10001111 | 1001001 | 1100001 | 0 | 110001 | 101100 | 10010110 | 1011101 | 11101 |
Color Harmonies of #058F49
Complementary color
Monochromatic Colors of #058F49
Black with #058F49
Text Example
Text Example
White with #058F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F49; }
p { color: rgb(5,143,73); }
H1.HeaderClassName
{
color: #058F49;
}
.AnyTagClassName
{
color: #058F49;
}
</style>
background-color css
<style>
a { background-color: #058F49; }
a { background-color: rgb(5,143,73); }
div.DivClassName
{
background-color: #058F49;
}
.BgClassName
{
background-color: #058F49;
}
</style>
border-color css
<style>
span { border-color: #058F49; }
span { border-color: rgb(5,143,73); }
td.TdClassName
{
border-color: #058F49;
}
.TagClassName
{
border-color: #058F49;
}
</style>