Shades of Pigment Green #058F3E
Tints of Pigment Green #058F3E
RGB
CMYK
RGB Variations
Color information
#058F3E (or 0x058F3E) is known color: Pigment Green. HEX triplet: 05, 8F and 3E. RGB value is (5,143,62). Sum of RGB (Red+Green+Blue) = 5+143+62=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 143 (56.25% from 255 or 68.10% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 143 - color contains mainly: green. Hex color #058F3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F3E is #FA70C1. Grayscale: #5C5C5C. Windows color (decimal): -16412866 or 4099845. OLE color: 4099845.
HSL color Cylindrical-coordinate representation of color #058F3E: hue angle of 144.78º 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 #058F3E is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 62 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.44 |
| HSL | 144.78º | 0.93% | 0.29% | - |
| HSV(B) | 144.78º | 0.97% | 0.56% | - |
| XYZ | 10.75 | 20.02 | 7.86 | - |
| YUV | 92.5 | 110.78 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 62 | 0.97 | 0 | 0.57 | 0.44 | 144.78 | 0.93 | 0.29 |
| Hex | 5 | 8F | 3E | 61 | 0 | 39 | 2C | 91 | 5D | 1D |
| Octal | 5 | 217 | 76 | 141 | 0 | 71 | 54 | 221 | 135 | 35 |
| Binary | 101 | 10001111 | 111110 | 1100001 | 0 | 111001 | 101100 | 10010001 | 1011101 | 11101 |
Color Harmonies of #058F3E
Complementary color
Monochromatic Colors of #058F3E
Black with #058F3E
Text Example
Text Example
White with #058F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F3E; }
p { color: rgb(5,143,62); }
H1.HeaderClassName
{
color: #058F3E;
}
.AnyTagClassName
{
color: #058F3E;
}
</style>
background-color css
<style>
a { background-color: #058F3E; }
a { background-color: rgb(5,143,62); }
div.DivClassName
{
background-color: #058F3E;
}
.BgClassName
{
background-color: #058F3E;
}
</style>
border-color css
<style>
span { border-color: #058F3E; }
span { border-color: rgb(5,143,62); }
td.TdClassName
{
border-color: #058F3E;
}
.TagClassName
{
border-color: #058F3E;
}
</style>