Shades of Pigment Green #029949
Tints of Pigment Green #029949
RGB
CMYK
RGB Variations
Color information
#029949 (or 0x029949) is known color: Pigment Green. HEX triplet: 02, 99 and 49. RGB value is (2,153,73). Sum of RGB (Red+Green+Blue) = 2+153+73=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #029949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029949 is #FD66B6. Grayscale: #626262. Windows color (decimal): -16606903 or 4823298. OLE color: 4823298.
HSL color Cylindrical-coordinate representation of color #029949: hue angle of 148.21º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029949 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 153 | 73 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.4 |
| HSL | 148.21º | 0.97% | 0.3% | - |
| HSV(B) | 148.21º | 0.99% | 0.6% | - |
| XYZ | 12.62 | 23.28 | 10.13 | - |
| YUV | 98.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 73 | 0.99 | 0 | 0.52 | 0.4 | 148.21 | 0.97 | 0.3 |
| Hex | 2 | 99 | 49 | 63 | 0 | 34 | 28 | 94 | 61 | 1E |
| Octal | 2 | 231 | 111 | 143 | 0 | 64 | 50 | 224 | 141 | 36 |
| Binary | 10 | 10011001 | 1001001 | 1100011 | 0 | 110100 | 101000 | 10010100 | 1100001 | 11110 |
Color Harmonies of #029949
Complementary color
Monochromatic Colors of #029949
Black with #029949
Text Example
Text Example
White with #029949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029949; }
p { color: rgb(2,153,73); }
H1.HeaderClassName
{
color: #029949;
}
.AnyTagClassName
{
color: #029949;
}
</style>
background-color css
<style>
a { background-color: #029949; }
a { background-color: rgb(2,153,73); }
div.DivClassName
{
background-color: #029949;
}
.BgClassName
{
background-color: #029949;
}
</style>
border-color css
<style>
span { border-color: #029949; }
span { border-color: rgb(2,153,73); }
td.TdClassName
{
border-color: #029949;
}
.TagClassName
{
border-color: #029949;
}
</style>