Shades of Pigment Green #059B3E
Tints of Pigment Green #059B3E
RGB
CMYK
RGB Variations
Color information
#059B3E (or 0x059B3E) is known color: Pigment Green. HEX triplet: 05, 9B and 3E. RGB value is (5,155,62). Sum of RGB (Red+Green+Blue) = 5+155+62=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 155 (60.94% from 255 or 69.82% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 155 - color contains mainly: green. Hex color #059B3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059B3E is #FA64C1. Grayscale: #636363. Windows color (decimal): -16409794 or 4102917. OLE color: 4102917.
HSL color Cylindrical-coordinate representation of color #059B3E: hue angle of 142.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059B3E is Cyan = 0.97, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 155 | 62 | - |
| CMYK | 0.97 | 0 | 0.6 | 0.39 |
| HSL | 142.8º | 0.94% | 0.31% | - |
| HSV(B) | 142.8º | 0.97% | 0.61% | - |
| XYZ | 12.65 | 23.82 | 8.49 | - |
| YUV | 99.55 | 106.81 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 62 | 0.97 | 0 | 0.6 | 0.39 | 142.8 | 0.94 | 0.31 |
| Hex | 5 | 9B | 3E | 61 | 0 | 3C | 27 | 8F | 5E | 1F |
| Octal | 5 | 233 | 76 | 141 | 0 | 74 | 47 | 217 | 136 | 37 |
| Binary | 101 | 10011011 | 111110 | 1100001 | 0 | 111100 | 100111 | 10001111 | 1011110 | 11111 |
Color Harmonies of #059B3E
Complementary color
Monochromatic Colors of #059B3E
Black with #059B3E
Text Example
Text Example
White with #059B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059B3E; }
p { color: rgb(5,155,62); }
H1.HeaderClassName
{
color: #059B3E;
}
.AnyTagClassName
{
color: #059B3E;
}
</style>
background-color css
<style>
a { background-color: #059B3E; }
a { background-color: rgb(5,155,62); }
div.DivClassName
{
background-color: #059B3E;
}
.BgClassName
{
background-color: #059B3E;
}
</style>
border-color css
<style>
span { border-color: #059B3E; }
span { border-color: rgb(5,155,62); }
td.TdClassName
{
border-color: #059B3E;
}
.TagClassName
{
border-color: #059B3E;
}
</style>