Shades of Pigment Green #029732
Tints of Pigment Green #029732
RGB
CMYK
RGB Variations
Color information
#029732 (or 0x029732) is known color: Pigment Green. HEX triplet: 02, 97 and 32. RGB value is (2,151,50). Sum of RGB (Red+Green+Blue) = 2+151+50=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 151 (59.38% from 255 or 74.38% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 151 - color contains mainly: green. Hex color #029732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029732 is #FD68CD. Grayscale: #5F5F5F. Windows color (decimal): -16607438 or 3315458. OLE color: 3315458.
HSL color Cylindrical-coordinate representation of color #029732: hue angle of 139.33º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029732 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 50 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.41 |
| HSL | 139.33º | 0.97% | 0.3% | - |
| HSV(B) | 139.33º | 0.99% | 0.59% | - |
| XYZ | 11.67 | 22.38 | 6.72 | - |
| YUV | 94.94 | 102.64 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 50 | 0.99 | 0 | 0.67 | 0.41 | 139.33 | 0.97 | 0.3 |
| Hex | 2 | 97 | 32 | 63 | 0 | 43 | 29 | 8B | 61 | 1E |
| Octal | 2 | 227 | 62 | 143 | 0 | 103 | 51 | 213 | 141 | 36 |
| Binary | 10 | 10010111 | 110010 | 1100011 | 0 | 1000011 | 101001 | 10001011 | 1100001 | 11110 |
Color Harmonies of #029732
Complementary color
Monochromatic Colors of #029732
Black with #029732
Text Example
Text Example
White with #029732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029732; }
p { color: rgb(2,151,50); }
H1.HeaderClassName
{
color: #029732;
}
.AnyTagClassName
{
color: #029732;
}
</style>
background-color css
<style>
a { background-color: #029732; }
a { background-color: rgb(2,151,50); }
div.DivClassName
{
background-color: #029732;
}
.BgClassName
{
background-color: #029732;
}
</style>
border-color css
<style>
span { border-color: #029732; }
span { border-color: rgb(2,151,50); }
td.TdClassName
{
border-color: #029732;
}
.TagClassName
{
border-color: #029732;
}
</style>