Shades of Pigment Green #059A30
Tints of Pigment Green #059A30
RGB
CMYK
RGB Variations
Color information
#059A30 (or 0x059A30) is known color: Pigment Green. HEX triplet: 05, 9A and 30. RGB value is (5,154,48). Sum of RGB (Red+Green+Blue) = 5+154+48=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 154 (60.55% from 255 or 74.40% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 154 - color contains mainly: green. Hex color #059A30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059A30 is #FA65CF. Grayscale: #616161. Windows color (decimal): -16410064 or 3185157. OLE color: 3185157.
HSL color Cylindrical-coordinate representation of color #059A30: hue angle of 137.32º 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 #059A30 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 154 | 48 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.40 |
| HSL | 137.32º | 0.94% | 0.31% | - |
| HSV(B) | 137.32º | 0.97% | 0.6% | - |
| XYZ | 12.15 | 23.36 | 6.66 | - |
| YUV | 97.37 | 100.14 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 48 | 0.97 | 0 | 0.69 | 0.40 | 137.32 | 0.94 | 0.31 |
| Hex | 5 | 9A | 30 | 61 | 0 | 45 | 28 | 89 | 5E | 1F |
| Octal | 5 | 232 | 60 | 141 | 0 | 105 | 50 | 211 | 136 | 37 |
| Binary | 101 | 10011010 | 110000 | 1100001 | 0 | 1000101 | 101000 | 10001001 | 1011110 | 11111 |
Color Harmonies of #059A30
Complementary color
Monochromatic Colors of #059A30
Black with #059A30
Text Example
Text Example
White with #059A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059A30; }
p { color: rgb(5,154,48); }
H1.HeaderClassName
{
color: #059A30;
}
.AnyTagClassName
{
color: #059A30;
}
</style>
background-color css
<style>
a { background-color: #059A30; }
a { background-color: rgb(5,154,48); }
div.DivClassName
{
background-color: #059A30;
}
.BgClassName
{
background-color: #059A30;
}
</style>
border-color css
<style>
span { border-color: #059A30; }
span { border-color: rgb(5,154,48); }
td.TdClassName
{
border-color: #059A30;
}
.TagClassName
{
border-color: #059A30;
}
</style>