Shades of Pigment Green #029B49
Tints of Pigment Green #029B49
RGB
CMYK
RGB Variations
Color information
#029B49 (or 0x029B49) is known color: Pigment Green. HEX triplet: 02, 9B and 49. RGB value is (2,155,73). Sum of RGB (Red+Green+Blue) = 2+155+73=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 155 (60.94% from 255 or 67.39% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 155 - color contains mainly: green. Hex color #029B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029B49 is #FD64B6. Grayscale: #646464. Windows color (decimal): -16606391 or 4823810. OLE color: 4823810.
HSL color Cylindrical-coordinate representation of color #029B49: hue angle of 147.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B49 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 73 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.39 |
| HSL | 147.84º | 0.97% | 0.31% | - |
| HSV(B) | 147.84º | 0.99% | 0.61% | - |
| XYZ | 12.95 | 23.94 | 10.24 | - |
| YUV | 99.91 | 112.81 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 73 | 0.99 | 0 | 0.53 | 0.39 | 147.84 | 0.97 | 0.31 |
| Hex | 2 | 9B | 49 | 63 | 0 | 35 | 27 | 94 | 61 | 1F |
| Octal | 2 | 233 | 111 | 143 | 0 | 65 | 47 | 224 | 141 | 37 |
| Binary | 10 | 10011011 | 1001001 | 1100011 | 0 | 110101 | 100111 | 10010100 | 1100001 | 11111 |
Color Harmonies of #029B49
Complementary color
Monochromatic Colors of #029B49
Black with #029B49
Text Example
Text Example
White with #029B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B49; }
p { color: rgb(2,155,73); }
H1.HeaderClassName
{
color: #029B49;
}
.AnyTagClassName
{
color: #029B49;
}
</style>
background-color css
<style>
a { background-color: #029B49; }
a { background-color: rgb(2,155,73); }
div.DivClassName
{
background-color: #029B49;
}
.BgClassName
{
background-color: #029B49;
}
</style>
border-color css
<style>
span { border-color: #029B49; }
span { border-color: rgb(2,155,73); }
td.TdClassName
{
border-color: #029B49;
}
.TagClassName
{
border-color: #029B49;
}
</style>