Shades of Pigment Green #029146
Tints of Pigment Green #029146
RGB
CMYK
RGB Variations
Color information
#029146 (or 0x029146) is known color: Pigment Green. HEX triplet: 02, 91 and 46. RGB value is (2,145,70). Sum of RGB (Red+Green+Blue) = 2+145+70=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #029146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029146 is #FD6EB9. Grayscale: #5D5D5D. Windows color (decimal): -16608954 or 4624642. OLE color: 4624642.
HSL color Cylindrical-coordinate representation of color #029146: hue angle of 148.53º 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 #029146 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 70 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.43 |
| HSL | 148.53º | 0.97% | 0.29% | - |
| HSV(B) | 148.53º | 0.99% | 0.57% | - |
| XYZ | 11.26 | 20.71 | 9.2 | - |
| YUV | 93.69 | 114.62 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 70 | 0.99 | 0 | 0.52 | 0.43 | 148.53 | 0.97 | 0.29 |
| Hex | 2 | 91 | 46 | 63 | 0 | 34 | 2B | 95 | 61 | 1D |
| Octal | 2 | 221 | 106 | 143 | 0 | 64 | 53 | 225 | 141 | 35 |
| Binary | 10 | 10010001 | 1000110 | 1100011 | 0 | 110100 | 101011 | 10010101 | 1100001 | 11101 |
Color Harmonies of #029146
Complementary color
Monochromatic Colors of #029146
Black with #029146
Text Example
Text Example
White with #029146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029146; }
p { color: rgb(2,145,70); }
H1.HeaderClassName
{
color: #029146;
}
.AnyTagClassName
{
color: #029146;
}
</style>
background-color css
<style>
a { background-color: #029146; }
a { background-color: rgb(2,145,70); }
div.DivClassName
{
background-color: #029146;
}
.BgClassName
{
background-color: #029146;
}
</style>
border-color css
<style>
span { border-color: #029146; }
span { border-color: rgb(2,145,70); }
td.TdClassName
{
border-color: #029146;
}
.TagClassName
{
border-color: #029146;
}
</style>