Shades of Pigment Green #029140
Tints of Pigment Green #029140
RGB
CMYK
RGB Variations
Color information
#029140 (or 0x029140) is known color: Pigment Green. HEX triplet: 02, 91 and 40. RGB value is (2,145,64). Sum of RGB (Red+Green+Blue) = 2+145+64=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 145 (57.03% from 255 or 68.72% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 145 - color contains mainly: green. Hex color #029140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029140 is #FD6EBF. Grayscale: #5D5D5D. Windows color (decimal): -16608960 or 4231426. OLE color: 4231426.
HSL color Cylindrical-coordinate representation of color #029140: hue angle of 146.01º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029140 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 64 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.43 |
| HSL | 146.01º | 0.97% | 0.29% | - |
| HSV(B) | 146.01º | 0.99% | 0.57% | - |
| XYZ | 11.08 | 20.63 | 8.25 | - |
| YUV | 93.01 | 111.62 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 64 | 0.99 | 0 | 0.56 | 0.43 | 146.01 | 0.97 | 0.29 |
| Hex | 2 | 91 | 40 | 63 | 0 | 38 | 2B | 92 | 61 | 1D |
| Octal | 2 | 221 | 100 | 143 | 0 | 70 | 53 | 222 | 141 | 35 |
| Binary | 10 | 10010001 | 1000000 | 1100011 | 0 | 111000 | 101011 | 10010010 | 1100001 | 11101 |
Color Harmonies of #029140
Complementary color
Monochromatic Colors of #029140
Black with #029140
Text Example
Text Example
White with #029140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029140; }
p { color: rgb(2,145,64); }
H1.HeaderClassName
{
color: #029140;
}
.AnyTagClassName
{
color: #029140;
}
</style>
background-color css
<style>
a { background-color: #029140; }
a { background-color: rgb(2,145,64); }
div.DivClassName
{
background-color: #029140;
}
.BgClassName
{
background-color: #029140;
}
</style>
border-color css
<style>
span { border-color: #029140; }
span { border-color: rgb(2,145,64); }
td.TdClassName
{
border-color: #029140;
}
.TagClassName
{
border-color: #029140;
}
</style>