Shades of Pigment Green #058E45
Tints of Pigment Green #058E45
RGB
CMYK
RGB Variations
Color information
#058E45 (or 0x058E45) is known color: Pigment Green. HEX triplet: 05, 8E and 45. RGB value is (5,142,69). Sum of RGB (Red+Green+Blue) = 5+142+69=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #058E45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E45 is #FA71BA. Grayscale: #5C5C5C. Windows color (decimal): -16413115 or 4558341. OLE color: 4558341.
HSL color Cylindrical-coordinate representation of color #058E45: hue angle of 148.03º 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 #058E45 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 142 | 69 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.44 |
| HSL | 148.03º | 0.93% | 0.29% | - |
| HSV(B) | 148.03º | 0.96% | 0.56% | - |
| XYZ | 10.81 | 19.81 | 8.88 | - |
| YUV | 92.72 | 114.61 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 69 | 0.96 | 0 | 0.51 | 0.44 | 148.03 | 0.93 | 0.29 |
| Hex | 5 | 8E | 45 | 60 | 0 | 33 | 2C | 94 | 5D | 1D |
| Octal | 5 | 216 | 105 | 140 | 0 | 63 | 54 | 224 | 135 | 35 |
| Binary | 101 | 10001110 | 1000101 | 1100000 | 0 | 110011 | 101100 | 10010100 | 1011101 | 11101 |
Color Harmonies of #058E45
Complementary color
Monochromatic Colors of #058E45
Black with #058E45
Text Example
Text Example
White with #058E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058E45; }
p { color: rgb(5,142,69); }
H1.HeaderClassName
{
color: #058E45;
}
.AnyTagClassName
{
color: #058E45;
}
</style>
background-color css
<style>
a { background-color: #058E45; }
a { background-color: rgb(5,142,69); }
div.DivClassName
{
background-color: #058E45;
}
.BgClassName
{
background-color: #058E45;
}
</style>
border-color css
<style>
span { border-color: #058E45; }
span { border-color: rgb(5,142,69); }
td.TdClassName
{
border-color: #058E45;
}
.TagClassName
{
border-color: #058E45;
}
</style>