Shades of Green Pea #296A47
Tints of Green Pea #296A47
RGB
CMYK
RGB Variations
Color information
#296A47 (or 0x296A47) is known color: Green Pea. HEX triplet: 29, 6A and 47. RGB value is (41,106,71). Sum of RGB (Red+Green+Blue) = 41+106+71=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #296A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A47 is #D695B8. Grayscale: #525252. Windows color (decimal): -14063033 or 4680233. OLE color: 4680233.
HSL color Cylindrical-coordinate representation of color #296A47: hue angle of 147.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A47 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 71 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.58 |
| HSL | 147.69º | 0.44% | 0.29% | - |
| HSV(B) | 147.69º | 0.61% | 0.42% | - |
| XYZ | 7.21 | 11.23 | 7.75 | - |
| YUV | 82.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 71 | 0.61 | 0 | 0.33 | 0.58 | 147.69 | 0.44 | 0.29 |
| Hex | 29 | 6A | 47 | 3D | 0 | 21 | 3A | 94 | 2C | 1D |
| Octal | 51 | 152 | 107 | 75 | 0 | 41 | 72 | 224 | 54 | 35 |
| Binary | 101001 | 1101010 | 1000111 | 111101 | 0 | 100001 | 111010 | 10010100 | 101100 | 11101 |
Color Harmonies of #296A47
Complementary color
Monochromatic Colors of #296A47
Black with #296A47
Text Example
Text Example
White with #296A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A47; }
p { color: rgb(41,106,71); }
H1.HeaderClassName
{
color: #296A47;
}
.AnyTagClassName
{
color: #296A47;
}
</style>
background-color css
<style>
a { background-color: #296A47; }
a { background-color: rgb(41,106,71); }
div.DivClassName
{
background-color: #296A47;
}
.BgClassName
{
background-color: #296A47;
}
</style>
border-color css
<style>
span { border-color: #296A47; }
span { border-color: rgb(41,106,71); }
td.TdClassName
{
border-color: #296A47;
}
.TagClassName
{
border-color: #296A47;
}
</style>