Shades of Pigment Green #058F40
Tints of Pigment Green #058F40
RGB
CMYK
RGB Variations
Color information
#058F40 (or 0x058F40) is known color: Pigment Green. HEX triplet: 05, 8F and 40. RGB value is (5,143,64). Sum of RGB (Red+Green+Blue) = 5+143+64=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 143 (56.25% from 255 or 67.45% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 143 - color contains mainly: green. Hex color #058F40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F40 is #FA70BF. Grayscale: #5C5C5C. Windows color (decimal): -16412864 or 4230917. OLE color: 4230917.
HSL color Cylindrical-coordinate representation of color #058F40: hue angle of 145.65º 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 #058F40 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 64 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.44 |
| HSL | 145.65º | 0.93% | 0.29% | - |
| HSV(B) | 145.65º | 0.97% | 0.56% | - |
| XYZ | 10.81 | 20.05 | 8.15 | - |
| YUV | 92.73 | 111.78 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 64 | 0.97 | 0 | 0.55 | 0.44 | 145.65 | 0.93 | 0.29 |
| Hex | 5 | 8F | 40 | 61 | 0 | 37 | 2C | 92 | 5D | 1D |
| Octal | 5 | 217 | 100 | 141 | 0 | 67 | 54 | 222 | 135 | 35 |
| Binary | 101 | 10001111 | 1000000 | 1100001 | 0 | 110111 | 101100 | 10010010 | 1011101 | 11101 |
Color Harmonies of #058F40
Complementary color
Monochromatic Colors of #058F40
Black with #058F40
Text Example
Text Example
White with #058F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F40; }
p { color: rgb(5,143,64); }
H1.HeaderClassName
{
color: #058F40;
}
.AnyTagClassName
{
color: #058F40;
}
</style>
background-color css
<style>
a { background-color: #058F40; }
a { background-color: rgb(5,143,64); }
div.DivClassName
{
background-color: #058F40;
}
.BgClassName
{
background-color: #058F40;
}
</style>
border-color css
<style>
span { border-color: #058F40; }
span { border-color: rgb(5,143,64); }
td.TdClassName
{
border-color: #058F40;
}
.TagClassName
{
border-color: #058F40;
}
</style>