Shades of Pigment Green #029852
Tints of Pigment Green #029852
RGB
CMYK
RGB Variations
Color information
#029852 (or 0x029852) is known color: Pigment Green. HEX triplet: 02, 98 and 52. RGB value is (2,152,82). Sum of RGB (Red+Green+Blue) = 2+152+82=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #029852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029852 is #FD67AD. Grayscale: #636363. Windows color (decimal): -16607150 or 5412866. OLE color: 5412866.
HSL color Cylindrical-coordinate representation of color #029852: hue angle of 152º 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 #029852 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 152 | 82 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.40 |
| HSL | 152º | 0.97% | 0.3% | - |
| HSV(B) | 152º | 0.99% | 0.6% | - |
| XYZ | 12.78 | 23.08 | 11.76 | - |
| YUV | 99.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 82 | 0.99 | 0 | 0.46 | 0.40 | 152 | 0.97 | 0.3 |
| Hex | 2 | 98 | 52 | 63 | 0 | 2E | 28 | 98 | 61 | 1E |
| Octal | 2 | 230 | 122 | 143 | 0 | 56 | 50 | 230 | 141 | 36 |
| Binary | 10 | 10011000 | 1010010 | 1100011 | 0 | 101110 | 101000 | 10011000 | 1100001 | 11110 |
Color Harmonies of #029852
Complementary color
Monochromatic Colors of #029852
Black with #029852
Text Example
Text Example
White with #029852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029852; }
p { color: rgb(2,152,82); }
H1.HeaderClassName
{
color: #029852;
}
.AnyTagClassName
{
color: #029852;
}
</style>
background-color css
<style>
a { background-color: #029852; }
a { background-color: rgb(2,152,82); }
div.DivClassName
{
background-color: #029852;
}
.BgClassName
{
background-color: #029852;
}
</style>
border-color css
<style>
span { border-color: #029852; }
span { border-color: rgb(2,152,82); }
td.TdClassName
{
border-color: #029852;
}
.TagClassName
{
border-color: #029852;
}
</style>