Shades of Pigment Green #059233
Tints of Pigment Green #059233
RGB
CMYK
RGB Variations
Color information
#059233 (or 0x059233) is known color: Pigment Green. HEX triplet: 05, 92 and 33. RGB value is (5,146,51). Sum of RGB (Red+Green+Blue) = 5+146+51=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 146 (57.42% from 255 or 72.28% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 146 - color contains mainly: green. Hex color #059233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059233 is #FA6DCC. Grayscale: #5D5D5D. Windows color (decimal): -16412109 or 3379717. OLE color: 3379717.
HSL color Cylindrical-coordinate representation of color #059233: hue angle of 139.57º 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 #059233 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 51 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.43 |
| HSL | 139.57º | 0.93% | 0.3% | - |
| HSV(B) | 139.57º | 0.97% | 0.57% | - |
| XYZ | 10.94 | 20.83 | 6.58 | - |
| YUV | 93.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 51 | 0.97 | 0 | 0.65 | 0.43 | 139.57 | 0.93 | 0.3 |
| Hex | 5 | 92 | 33 | 61 | 0 | 41 | 2B | 8C | 5D | 1E |
| Octal | 5 | 222 | 63 | 141 | 0 | 101 | 53 | 214 | 135 | 36 |
| Binary | 101 | 10010010 | 110011 | 1100001 | 0 | 1000001 | 101011 | 10001100 | 1011101 | 11110 |
Color Harmonies of #059233
Complementary color
Monochromatic Colors of #059233
Black with #059233
Text Example
Text Example
White with #059233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059233; }
p { color: rgb(5,146,51); }
H1.HeaderClassName
{
color: #059233;
}
.AnyTagClassName
{
color: #059233;
}
</style>
background-color css
<style>
a { background-color: #059233; }
a { background-color: rgb(5,146,51); }
div.DivClassName
{
background-color: #059233;
}
.BgClassName
{
background-color: #059233;
}
</style>
border-color css
<style>
span { border-color: #059233; }
span { border-color: rgb(5,146,51); }
td.TdClassName
{
border-color: #059233;
}
.TagClassName
{
border-color: #059233;
}
</style>