Shades of Green Pea #296849
Tints of Green Pea #296849
RGB
CMYK
RGB Variations
Color information
#296849 (or 0x296849) is known color: Green Pea. HEX triplet: 29, 68 and 49. RGB value is (41,104,73). Sum of RGB (Red+Green+Blue) = 41+104+73=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #296849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296849 is #D697B6. Grayscale: #515151. Windows color (decimal): -14063543 or 4810793. OLE color: 4810793.
HSL color Cylindrical-coordinate representation of color #296849: hue angle of 150.48º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296849 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 104 | 73 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.59 |
| HSL | 150.48º | 0.43% | 0.28% | - |
| HSV(B) | 150.48º | 0.61% | 0.41% | - |
| XYZ | 7.07 | 10.85 | 8.03 | - |
| YUV | 81.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 73 | 0.61 | 0 | 0.30 | 0.59 | 150.48 | 0.43 | 0.28 |
| Hex | 29 | 68 | 49 | 3D | 0 | 1E | 3B | 96 | 2B | 1C |
| Octal | 51 | 150 | 111 | 75 | 0 | 36 | 73 | 226 | 53 | 34 |
| Binary | 101001 | 1101000 | 1001001 | 111101 | 0 | 11110 | 111011 | 10010110 | 101011 | 11100 |
Color Harmonies of #296849
Complementary color
Monochromatic Colors of #296849
Black with #296849
Text Example
Text Example
White with #296849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296849; }
p { color: rgb(41,104,73); }
H1.HeaderClassName
{
color: #296849;
}
.AnyTagClassName
{
color: #296849;
}
</style>
background-color css
<style>
a { background-color: #296849; }
a { background-color: rgb(41,104,73); }
div.DivClassName
{
background-color: #296849;
}
.BgClassName
{
background-color: #296849;
}
</style>
border-color css
<style>
span { border-color: #296849; }
span { border-color: rgb(41,104,73); }
td.TdClassName
{
border-color: #296849;
}
.TagClassName
{
border-color: #296849;
}
</style>