Shades of Green Pea #296A40
Tints of Green Pea #296A40
RGB
CMYK
RGB Variations
Color information
#296A40 (or 0x296A40) is known color: Green Pea. HEX triplet: 29, 6A and 40. RGB value is (41,106,64). Sum of RGB (Red+Green+Blue) = 41+106+64=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #296A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A40 is #D695BF. Grayscale: #515151. Windows color (decimal): -14063040 or 4221481. OLE color: 4221481.
HSL color Cylindrical-coordinate representation of color #296A40: hue angle of 141.23º 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 #296A40 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 64 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.58 |
| HSL | 141.23º | 0.44% | 0.29% | - |
| HSV(B) | 141.23º | 0.61% | 0.42% | - |
| XYZ | 6.99 | 11.15 | 6.63 | - |
| YUV | 81.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 64 | 0.61 | 0 | 0.40 | 0.58 | 141.23 | 0.44 | 0.29 |
| Hex | 29 | 6A | 40 | 3D | 0 | 28 | 3A | 8D | 2C | 1D |
| Octal | 51 | 152 | 100 | 75 | 0 | 50 | 72 | 215 | 54 | 35 |
| Binary | 101001 | 1101010 | 1000000 | 111101 | 0 | 101000 | 111010 | 10001101 | 101100 | 11101 |
Color Harmonies of #296A40
Complementary color
Monochromatic Colors of #296A40
Black with #296A40
Text Example
Text Example
White with #296A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A40; }
p { color: rgb(41,106,64); }
H1.HeaderClassName
{
color: #296A40;
}
.AnyTagClassName
{
color: #296A40;
}
</style>
background-color css
<style>
a { background-color: #296A40; }
a { background-color: rgb(41,106,64); }
div.DivClassName
{
background-color: #296A40;
}
.BgClassName
{
background-color: #296A40;
}
</style>
border-color css
<style>
span { border-color: #296A40; }
span { border-color: rgb(41,106,64); }
td.TdClassName
{
border-color: #296A40;
}
.TagClassName
{
border-color: #296A40;
}
</style>