Shades of Pigment Green #029A50
Tints of Pigment Green #029A50
RGB
CMYK
RGB Variations
Color information
#029A50 (or 0x029A50) is known color: Pigment Green. HEX triplet: 02, 9A and 50. RGB value is (2,154,80). Sum of RGB (Red+Green+Blue) = 2+154+80=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #029A50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029A50 is #FD65AF. Grayscale: #646464. Windows color (decimal): -16606640 or 5282306. OLE color: 5282306.
HSL color Cylindrical-coordinate representation of color #029A50: hue angle of 150.79º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A50 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 154 | 80 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.40 |
| HSL | 150.79º | 0.97% | 0.31% | - |
| HSV(B) | 150.79º | 0.99% | 0.6% | - |
| XYZ | 13.03 | 23.7 | 11.48 | - |
| YUV | 100.12 | 116.64 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 80 | 0.99 | 0 | 0.48 | 0.40 | 150.79 | 0.97 | 0.31 |
| Hex | 2 | 9A | 50 | 63 | 0 | 30 | 28 | 97 | 61 | 1F |
| Octal | 2 | 232 | 120 | 143 | 0 | 60 | 50 | 227 | 141 | 37 |
| Binary | 10 | 10011010 | 1010000 | 1100011 | 0 | 110000 | 101000 | 10010111 | 1100001 | 11111 |
Color Harmonies of #029A50
Complementary color
Monochromatic Colors of #029A50
Black with #029A50
Text Example
Text Example
White with #029A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029A50; }
p { color: rgb(2,154,80); }
H1.HeaderClassName
{
color: #029A50;
}
.AnyTagClassName
{
color: #029A50;
}
</style>
background-color css
<style>
a { background-color: #029A50; }
a { background-color: rgb(2,154,80); }
div.DivClassName
{
background-color: #029A50;
}
.BgClassName
{
background-color: #029A50;
}
</style>
border-color css
<style>
span { border-color: #029A50; }
span { border-color: rgb(2,154,80); }
td.TdClassName
{
border-color: #029A50;
}
.TagClassName
{
border-color: #029A50;
}
</style>