Shades of Pigment Green #059A2E
Tints of Pigment Green #059A2E
RGB
CMYK
RGB Variations
Color information
#059A2E (or 0x059A2E) is known color: Pigment Green. HEX triplet: 05, 9A and 2E. RGB value is (5,154,46). Sum of RGB (Red+Green+Blue) = 5+154+46=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 154 (60.55% from 255 or 75.12% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 154 - color contains mainly: green. Hex color #059A2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059A2E is #FA65D1. Grayscale: #616161. Windows color (decimal): -16410066 or 3054085. OLE color: 3054085.
HSL color Cylindrical-coordinate representation of color #059A2E: hue angle of 136.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A2E is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 154 | 46 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.40 |
| HSL | 136.51º | 0.94% | 0.31% | - |
| HSV(B) | 136.51º | 0.97% | 0.6% | - |
| XYZ | 12.11 | 23.34 | 6.45 | - |
| YUV | 97.14 | 99.14 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 46 | 0.97 | 0 | 0.70 | 0.40 | 136.51 | 0.94 | 0.31 |
| Hex | 5 | 9A | 2E | 61 | 0 | 46 | 28 | 89 | 5E | 1F |
| Octal | 5 | 232 | 56 | 141 | 0 | 106 | 50 | 211 | 136 | 37 |
| Binary | 101 | 10011010 | 101110 | 1100001 | 0 | 1000110 | 101000 | 10001001 | 1011110 | 11111 |
Color Harmonies of #059A2E
Complementary color
Monochromatic Colors of #059A2E
Black with #059A2E
Text Example
Text Example
White with #059A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059A2E; }
p { color: rgb(5,154,46); }
H1.HeaderClassName
{
color: #059A2E;
}
.AnyTagClassName
{
color: #059A2E;
}
</style>
background-color css
<style>
a { background-color: #059A2E; }
a { background-color: rgb(5,154,46); }
div.DivClassName
{
background-color: #059A2E;
}
.BgClassName
{
background-color: #059A2E;
}
</style>
border-color css
<style>
span { border-color: #059A2E; }
span { border-color: rgb(5,154,46); }
td.TdClassName
{
border-color: #059A2E;
}
.TagClassName
{
border-color: #059A2E;
}
</style>