Shades of Green Pea #29704A
Tints of Green Pea #29704A
RGB
CMYK
RGB Variations
Color information
#29704A (or 0x29704A) is known color: Green Pea. HEX triplet: 29, 70 and 4A. RGB value is (41,112,74). Sum of RGB (Red+Green+Blue) = 41+112+74=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #29704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29704A is #D68FB5. Grayscale: #565656. Windows color (decimal): -14061494 or 4878377. OLE color: 4878377.
HSL color Cylindrical-coordinate representation of color #29704A: hue angle of 147.89º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29704A is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 112 | 74 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.56 |
| HSL | 147.89º | 0.46% | 0.3% | - |
| HSV(B) | 147.89º | 0.63% | 0.44% | - |
| XYZ | 7.94 | 12.55 | 8.48 | - |
| YUV | 86.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 74 | 0.63 | 0 | 0.34 | 0.56 | 147.89 | 0.46 | 0.3 |
| Hex | 29 | 70 | 4A | 3F | 0 | 22 | 38 | 94 | 2E | 1E |
| Octal | 51 | 160 | 112 | 77 | 0 | 42 | 70 | 224 | 56 | 36 |
| Binary | 101001 | 1110000 | 1001010 | 111111 | 0 | 100010 | 111000 | 10010100 | 101110 | 11110 |
Color Harmonies of #29704A
Complementary color
Monochromatic Colors of #29704A
Black with #29704A
Text Example
Text Example
White with #29704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29704A; }
p { color: rgb(41,112,74); }
H1.HeaderClassName
{
color: #29704A;
}
.AnyTagClassName
{
color: #29704A;
}
</style>
background-color css
<style>
a { background-color: #29704A; }
a { background-color: rgb(41,112,74); }
div.DivClassName
{
background-color: #29704A;
}
.BgClassName
{
background-color: #29704A;
}
</style>
border-color css
<style>
span { border-color: #29704A; }
span { border-color: rgb(41,112,74); }
td.TdClassName
{
border-color: #29704A;
}
.TagClassName
{
border-color: #29704A;
}
</style>