Shades of Pigment Green #058F32
Tints of Pigment Green #058F32
RGB
CMYK
RGB Variations
Color information
#058F32 (or 0x058F32) is known color: Pigment Green. HEX triplet: 05, 8F and 32. RGB value is (5,143,50). Sum of RGB (Red+Green+Blue) = 5+143+50=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 143 (56.25% from 255 or 72.22% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 143 - color contains mainly: green. Hex color #058F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F32 is #FA70CD. Grayscale: #5B5B5B. Windows color (decimal): -16412878 or 3313413. OLE color: 3313413.
HSL color Cylindrical-coordinate representation of color #058F32: hue angle of 139.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 #058F32 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 50 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.44 |
| HSL | 139.57º | 0.93% | 0.29% | - |
| HSV(B) | 139.57º | 0.97% | 0.56% | - |
| XYZ | 10.46 | 19.91 | 6.31 | - |
| YUV | 91.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 50 | 0.97 | 0 | 0.65 | 0.44 | 139.57 | 0.93 | 0.29 |
| Hex | 5 | 8F | 32 | 61 | 0 | 41 | 2C | 8C | 5D | 1D |
| Octal | 5 | 217 | 62 | 141 | 0 | 101 | 54 | 214 | 135 | 35 |
| Binary | 101 | 10001111 | 110010 | 1100001 | 0 | 1000001 | 101100 | 10001100 | 1011101 | 11101 |
Color Harmonies of #058F32
Complementary color
Monochromatic Colors of #058F32
Black with #058F32
Text Example
Text Example
White with #058F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F32; }
p { color: rgb(5,143,50); }
H1.HeaderClassName
{
color: #058F32;
}
.AnyTagClassName
{
color: #058F32;
}
</style>
background-color css
<style>
a { background-color: #058F32; }
a { background-color: rgb(5,143,50); }
div.DivClassName
{
background-color: #058F32;
}
.BgClassName
{
background-color: #058F32;
}
</style>
border-color css
<style>
span { border-color: #058F32; }
span { border-color: rgb(5,143,50); }
td.TdClassName
{
border-color: #058F32;
}
.TagClassName
{
border-color: #058F32;
}
</style>