Shades of Green Pea #296049
Tints of Green Pea #296049
RGB
CMYK
RGB Variations
Color information
#296049 (or 0x296049) is known color: Green Pea. HEX triplet: 29, 60 and 49. RGB value is (41,96,73). Sum of RGB (Red+Green+Blue) = 41+96+73=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #296049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296049 is #D69FB6. Grayscale: #4C4C4C. Windows color (decimal): -14065591 or 4808745. OLE color: 4808745.
HSL color Cylindrical-coordinate representation of color #296049: hue angle of 154.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #296049 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 96 | 73 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.62 |
| HSL | 154.91º | 0.4% | 0.27% | - |
| HSV(B) | 154.91º | 0.57% | 0.38% | - |
| XYZ | 6.3 | 9.32 | 7.77 | - |
| YUV | 76.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 73 | 0.57 | 0 | 0.24 | 0.62 | 154.91 | 0.4 | 0.27 |
| Hex | 29 | 60 | 49 | 39 | 0 | 18 | 3E | 9B | 28 | 1B |
| Octal | 51 | 140 | 111 | 71 | 0 | 30 | 76 | 233 | 50 | 33 |
| Binary | 101001 | 1100000 | 1001001 | 111001 | 0 | 11000 | 111110 | 10011011 | 101000 | 11011 |
Color Harmonies of #296049
Complementary color
Monochromatic Colors of #296049
Black with #296049
Text Example
Text Example
White with #296049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296049; }
p { color: rgb(41,96,73); }
H1.HeaderClassName
{
color: #296049;
}
.AnyTagClassName
{
color: #296049;
}
</style>
background-color css
<style>
a { background-color: #296049; }
a { background-color: rgb(41,96,73); }
div.DivClassName
{
background-color: #296049;
}
.BgClassName
{
background-color: #296049;
}
</style>
border-color css
<style>
span { border-color: #296049; }
span { border-color: rgb(41,96,73); }
td.TdClassName
{
border-color: #296049;
}
.TagClassName
{
border-color: #296049;
}
</style>