Shades of Pigment Green #029742
Tints of Pigment Green #029742
RGB
CMYK
RGB Variations
Color information
#029742 (or 0x029742) is known color: Pigment Green. HEX triplet: 02, 97 and 42. RGB value is (2,151,66). Sum of RGB (Red+Green+Blue) = 2+151+66=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 151 (59.38% from 255 or 68.95% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 151 - color contains mainly: green. Hex color #029742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029742 is #FD68BD. Grayscale: #606060. Windows color (decimal): -16607422 or 4364034. OLE color: 4364034.
HSL color Cylindrical-coordinate representation of color #029742: hue angle of 145.77º 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 #029742 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 66 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.41 |
| HSL | 145.77º | 0.97% | 0.3% | - |
| HSV(B) | 145.77º | 0.99% | 0.59% | - |
| XYZ | 12.08 | 22.54 | 8.87 | - |
| YUV | 96.76 | 110.64 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 66 | 0.99 | 0 | 0.56 | 0.41 | 145.77 | 0.97 | 0.3 |
| Hex | 2 | 97 | 42 | 63 | 0 | 38 | 29 | 92 | 61 | 1E |
| Octal | 2 | 227 | 102 | 143 | 0 | 70 | 51 | 222 | 141 | 36 |
| Binary | 10 | 10010111 | 1000010 | 1100011 | 0 | 111000 | 101001 | 10010010 | 1100001 | 11110 |
Color Harmonies of #029742
Complementary color
Monochromatic Colors of #029742
Black with #029742
Text Example
Text Example
White with #029742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029742; }
p { color: rgb(2,151,66); }
H1.HeaderClassName
{
color: #029742;
}
.AnyTagClassName
{
color: #029742;
}
</style>
background-color css
<style>
a { background-color: #029742; }
a { background-color: rgb(2,151,66); }
div.DivClassName
{
background-color: #029742;
}
.BgClassName
{
background-color: #029742;
}
</style>
border-color css
<style>
span { border-color: #029742; }
span { border-color: rgb(2,151,66); }
td.TdClassName
{
border-color: #029742;
}
.TagClassName
{
border-color: #029742;
}
</style>