Shades of Pigment Green #029F4C
Tints of Pigment Green #029F4C
RGB
CMYK
RGB Variations
Color information
#029F4C (or 0x029F4C) is known color: Pigment Green. HEX triplet: 02, 9F and 4C. RGB value is (2,159,76). Sum of RGB (Red+Green+Blue) = 2+159+76=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 159 (62.5% from 255 or 67.09% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 159 - color contains mainly: green. Hex color #029F4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F4C is #FD60B3. Grayscale: #666666. Windows color (decimal): -16605364 or 5021442. OLE color: 5021442.
HSL color Cylindrical-coordinate representation of color #029F4C: hue angle of 148.28º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F4C is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 76 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.38 |
| HSL | 148.28º | 0.98% | 0.32% | - |
| HSV(B) | 148.28º | 0.99% | 0.62% | - |
| XYZ | 13.73 | 25.33 | 11 | - |
| YUV | 102.6 | 112.99 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 76 | 0.99 | 0 | 0.52 | 0.38 | 148.28 | 0.98 | 0.32 |
| Hex | 2 | 9F | 4C | 63 | 0 | 34 | 26 | 94 | 62 | 20 |
| Octal | 2 | 237 | 114 | 143 | 0 | 64 | 46 | 224 | 142 | 40 |
| Binary | 10 | 10011111 | 1001100 | 1100011 | 0 | 110100 | 100110 | 10010100 | 1100010 | 100000 |
Color Harmonies of #029F4C
Complementary color
Monochromatic Colors of #029F4C
Black with #029F4C
Text Example
Text Example
White with #029F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F4C; }
p { color: rgb(2,159,76); }
H1.HeaderClassName
{
color: #029F4C;
}
.AnyTagClassName
{
color: #029F4C;
}
</style>
background-color css
<style>
a { background-color: #029F4C; }
a { background-color: rgb(2,159,76); }
div.DivClassName
{
background-color: #029F4C;
}
.BgClassName
{
background-color: #029F4C;
}
</style>
border-color css
<style>
span { border-color: #029F4C; }
span { border-color: rgb(2,159,76); }
td.TdClassName
{
border-color: #029F4C;
}
.TagClassName
{
border-color: #029F4C;
}
</style>