Shades of Pigment Green #029946
Tints of Pigment Green #029946
RGB
CMYK
RGB Variations
Color information
#029946 (or 0x029946) is known color: Pigment Green. HEX triplet: 02, 99 and 46. RGB value is (2,153,70). Sum of RGB (Red+Green+Blue) = 2+153+70=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 153 (60.16% from 255 or 68% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 153 - color contains mainly: green. Hex color #029946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029946 is #FD66B9. Grayscale: #626262. Windows color (decimal): -16606906 or 4626690. OLE color: 4626690.
HSL color Cylindrical-coordinate representation of color #029946: hue angle of 147.02º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029946 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 153 | 70 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.4 |
| HSL | 147.02º | 0.97% | 0.3% | - |
| HSV(B) | 147.02º | 0.99% | 0.6% | - |
| XYZ | 12.52 | 23.24 | 9.62 | - |
| YUV | 98.39 | 111.97 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 70 | 0.99 | 0 | 0.54 | 0.4 | 147.02 | 0.97 | 0.3 |
| Hex | 2 | 99 | 46 | 63 | 0 | 36 | 28 | 93 | 61 | 1E |
| Octal | 2 | 231 | 106 | 143 | 0 | 66 | 50 | 223 | 141 | 36 |
| Binary | 10 | 10011001 | 1000110 | 1100011 | 0 | 110110 | 101000 | 10010011 | 1100001 | 11110 |
Color Harmonies of #029946
Complementary color
Monochromatic Colors of #029946
Black with #029946
Text Example
Text Example
White with #029946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029946; }
p { color: rgb(2,153,70); }
H1.HeaderClassName
{
color: #029946;
}
.AnyTagClassName
{
color: #029946;
}
</style>
background-color css
<style>
a { background-color: #029946; }
a { background-color: rgb(2,153,70); }
div.DivClassName
{
background-color: #029946;
}
.BgClassName
{
background-color: #029946;
}
</style>
border-color css
<style>
span { border-color: #029946; }
span { border-color: rgb(2,153,70); }
td.TdClassName
{
border-color: #029946;
}
.TagClassName
{
border-color: #029946;
}
</style>