Shades of Pigment Green #029D4D
Tints of Pigment Green #029D4D
RGB
CMYK
RGB Variations
Color information
#029D4D (or 0x029D4D) is known color: Pigment Green. HEX triplet: 02, 9D and 4D. RGB value is (2,157,77). Sum of RGB (Red+Green+Blue) = 2+157+77=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 157 (61.72% from 255 or 66.53% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 157 - color contains mainly: green. Hex color #029D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029D4D is #FD62B2. Grayscale: #656565. Windows color (decimal): -16605875 or 5086466. OLE color: 5086466.
HSL color Cylindrical-coordinate representation of color #029D4D: hue angle of 149.03º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029D4D is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 157 | 77 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.38 |
| HSL | 149.03º | 0.97% | 0.31% | - |
| HSV(B) | 149.03º | 0.99% | 0.62% | - |
| XYZ | 13.42 | 24.66 | 11.07 | - |
| YUV | 101.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 77 | 0.99 | 0 | 0.51 | 0.38 | 149.03 | 0.97 | 0.31 |
| Hex | 2 | 9D | 4D | 63 | 0 | 33 | 26 | 95 | 61 | 1F |
| Octal | 2 | 235 | 115 | 143 | 0 | 63 | 46 | 225 | 141 | 37 |
| Binary | 10 | 10011101 | 1001101 | 1100011 | 0 | 110011 | 100110 | 10010101 | 1100001 | 11111 |
Color Harmonies of #029D4D
Complementary color
Monochromatic Colors of #029D4D
Black with #029D4D
Text Example
Text Example
White with #029D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029D4D; }
p { color: rgb(2,157,77); }
H1.HeaderClassName
{
color: #029D4D;
}
.AnyTagClassName
{
color: #029D4D;
}
</style>
background-color css
<style>
a { background-color: #029D4D; }
a { background-color: rgb(2,157,77); }
div.DivClassName
{
background-color: #029D4D;
}
.BgClassName
{
background-color: #029D4D;
}
</style>
border-color css
<style>
span { border-color: #029D4D; }
span { border-color: rgb(2,157,77); }
td.TdClassName
{
border-color: #029D4D;
}
.TagClassName
{
border-color: #029D4D;
}
</style>