Shades of Pigment Green #029853
Tints of Pigment Green #029853
RGB
CMYK
RGB Variations
Color information
#029853 (or 0x029853) is known color: Pigment Green. HEX triplet: 02, 98 and 53. RGB value is (2,152,83). Sum of RGB (Red+Green+Blue) = 2+152+83=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #029853 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029853 is #FD67AC. Grayscale: #636363. Windows color (decimal): -16607149 or 5478402. OLE color: 5478402.
HSL color Cylindrical-coordinate representation of color #029853: hue angle of 152.4º 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 #029853 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 152 | 83 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.40 |
| HSL | 152.4º | 0.97% | 0.3% | - |
| HSV(B) | 152.4º | 0.99% | 0.6% | - |
| XYZ | 12.81 | 23.09 | 11.97 | - |
| YUV | 99.28 | 118.81 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 83 | 0.99 | 0 | 0.45 | 0.40 | 152.4 | 0.97 | 0.3 |
| Hex | 2 | 98 | 53 | 63 | 0 | 2D | 28 | 98 | 61 | 1E |
| Octal | 2 | 230 | 123 | 143 | 0 | 55 | 50 | 230 | 141 | 36 |
| Binary | 10 | 10011000 | 1010011 | 1100011 | 0 | 101101 | 101000 | 10011000 | 1100001 | 11110 |
Color Harmonies of #029853
Complementary color
Monochromatic Colors of #029853
Black with #029853
Text Example
Text Example
White with #029853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029853; }
p { color: rgb(2,152,83); }
H1.HeaderClassName
{
color: #029853;
}
.AnyTagClassName
{
color: #029853;
}
</style>
background-color css
<style>
a { background-color: #029853; }
a { background-color: rgb(2,152,83); }
div.DivClassName
{
background-color: #029853;
}
.BgClassName
{
background-color: #029853;
}
</style>
border-color css
<style>
span { border-color: #029853; }
span { border-color: rgb(2,152,83); }
td.TdClassName
{
border-color: #029853;
}
.TagClassName
{
border-color: #029853;
}
</style>