Shades of Pigment Green #059240
Tints of Pigment Green #059240
RGB
CMYK
RGB Variations
Color information
#059240 (or 0x059240) is known color: Pigment Green. HEX triplet: 05, 92 and 40. RGB value is (5,146,64). Sum of RGB (Red+Green+Blue) = 5+146+64=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #059240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059240 is #FA6DBF. Grayscale: #5E5E5E. Windows color (decimal): -16412096 or 4231685. OLE color: 4231685.
HSL color Cylindrical-coordinate representation of color #059240: hue angle of 145.11º 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 #059240 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 64 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.43 |
| HSL | 145.11º | 0.93% | 0.3% | - |
| HSV(B) | 145.11º | 0.97% | 0.57% | - |
| XYZ | 11.27 | 20.96 | 8.3 | - |
| YUV | 94.49 | 110.79 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 64 | 0.97 | 0 | 0.56 | 0.43 | 145.11 | 0.93 | 0.3 |
| Hex | 5 | 92 | 40 | 61 | 0 | 38 | 2B | 91 | 5D | 1E |
| Octal | 5 | 222 | 100 | 141 | 0 | 70 | 53 | 221 | 135 | 36 |
| Binary | 101 | 10010010 | 1000000 | 1100001 | 0 | 111000 | 101011 | 10010001 | 1011101 | 11110 |
Color Harmonies of #059240
Complementary color
Monochromatic Colors of #059240
Black with #059240
Text Example
Text Example
White with #059240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059240; }
p { color: rgb(5,146,64); }
H1.HeaderClassName
{
color: #059240;
}
.AnyTagClassName
{
color: #059240;
}
</style>
background-color css
<style>
a { background-color: #059240; }
a { background-color: rgb(5,146,64); }
div.DivClassName
{
background-color: #059240;
}
.BgClassName
{
background-color: #059240;
}
</style>
border-color css
<style>
span { border-color: #059240; }
span { border-color: rgb(5,146,64); }
td.TdClassName
{
border-color: #059240;
}
.TagClassName
{
border-color: #059240;
}
</style>