Shades of Pigment Green #029F33
Tints of Pigment Green #029F33
RGB
CMYK
RGB Variations
Color information
#029F33 (or 0x029F33) is known color: Pigment Green. HEX triplet: 02, 9F and 33. RGB value is (2,159,51). Sum of RGB (Red+Green+Blue) = 2+159+51=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 159 (62.5% from 255 or 75% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 159 - color contains mainly: green. Hex color #029F33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F33 is #FD60CC. Grayscale: #646464. Windows color (decimal): -16605389 or 3383042. OLE color: 3383042.
HSL color Cylindrical-coordinate representation of color #029F33: hue angle of 138.73º 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 #029F33 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 51 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.38 |
| HSL | 138.73º | 0.98% | 0.32% | - |
| HSV(B) | 138.73º | 0.99% | 0.62% | - |
| XYZ | 13.02 | 25.05 | 7.28 | - |
| YUV | 99.75 | 100.49 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 51 | 0.99 | 0 | 0.68 | 0.38 | 138.73 | 0.98 | 0.32 |
| Hex | 2 | 9F | 33 | 63 | 0 | 44 | 26 | 8B | 62 | 20 |
| Octal | 2 | 237 | 63 | 143 | 0 | 104 | 46 | 213 | 142 | 40 |
| Binary | 10 | 10011111 | 110011 | 1100011 | 0 | 1000100 | 100110 | 10001011 | 1100010 | 100000 |
Color Harmonies of #029F33
Complementary color
Monochromatic Colors of #029F33
Black with #029F33
Text Example
Text Example
White with #029F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F33; }
p { color: rgb(2,159,51); }
H1.HeaderClassName
{
color: #029F33;
}
.AnyTagClassName
{
color: #029F33;
}
</style>
background-color css
<style>
a { background-color: #029F33; }
a { background-color: rgb(2,159,51); }
div.DivClassName
{
background-color: #029F33;
}
.BgClassName
{
background-color: #029F33;
}
</style>
border-color css
<style>
span { border-color: #029F33; }
span { border-color: rgb(2,159,51); }
td.TdClassName
{
border-color: #029F33;
}
.TagClassName
{
border-color: #029F33;
}
</style>