Shades of Pigment Green #059251
Tints of Pigment Green #059251
RGB
CMYK
RGB Variations
Color information
#059251 (or 0x059251) is known color: Pigment Green. HEX triplet: 05, 92 and 51. RGB value is (5,146,81). Sum of RGB (Red+Green+Blue) = 5+146+81=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #059251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059251 is #FA6DAE. Grayscale: #606060. Windows color (decimal): -16412079 or 5345797. OLE color: 5345797.
HSL color Cylindrical-coordinate representation of color #059251: hue angle of 152.34º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059251 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 81 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.43 |
| HSL | 152.34º | 0.93% | 0.3% | - |
| HSV(B) | 152.34º | 0.97% | 0.57% | - |
| XYZ | 11.83 | 21.18 | 11.25 | - |
| YUV | 96.43 | 119.29 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 81 | 0.97 | 0 | 0.45 | 0.43 | 152.34 | 0.93 | 0.3 |
| Hex | 5 | 92 | 51 | 61 | 0 | 2D | 2B | 98 | 5D | 1E |
| Octal | 5 | 222 | 121 | 141 | 0 | 55 | 53 | 230 | 135 | 36 |
| Binary | 101 | 10010010 | 1010001 | 1100001 | 0 | 101101 | 101011 | 10011000 | 1011101 | 11110 |
Color Harmonies of #059251
Complementary color
Monochromatic Colors of #059251
Black with #059251
Text Example
Text Example
White with #059251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059251; }
p { color: rgb(5,146,81); }
H1.HeaderClassName
{
color: #059251;
}
.AnyTagClassName
{
color: #059251;
}
</style>
background-color css
<style>
a { background-color: #059251; }
a { background-color: rgb(5,146,81); }
div.DivClassName
{
background-color: #059251;
}
.BgClassName
{
background-color: #059251;
}
</style>
border-color css
<style>
span { border-color: #059251; }
span { border-color: rgb(5,146,81); }
td.TdClassName
{
border-color: #059251;
}
.TagClassName
{
border-color: #059251;
}
</style>