Shades of Green Pea #296749
Tints of Green Pea #296749
RGB
CMYK
RGB Variations
Color information
#296749 (or 0x296749) is known color: Green Pea. HEX triplet: 29, 67 and 49. RGB value is (41,103,73). Sum of RGB (Red+Green+Blue) = 41+103+73=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #296749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296749 is #D698B6. Grayscale: #515151. Windows color (decimal): -14063799 or 4810537. OLE color: 4810537.
HSL color Cylindrical-coordinate representation of color #296749: hue angle of 150.97º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296749 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 103 | 73 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.60 |
| HSL | 150.97º | 0.43% | 0.28% | - |
| HSV(B) | 150.97º | 0.6% | 0.4% | - |
| XYZ | 6.97 | 10.65 | 7.99 | - |
| YUV | 81.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 73 | 0.60 | 0 | 0.29 | 0.60 | 150.97 | 0.43 | 0.28 |
| Hex | 29 | 67 | 49 | 3C | 0 | 1D | 3C | 97 | 2B | 1C |
| Octal | 51 | 147 | 111 | 74 | 0 | 35 | 74 | 227 | 53 | 34 |
| Binary | 101001 | 1100111 | 1001001 | 111100 | 0 | 11101 | 111100 | 10010111 | 101011 | 11100 |
Color Harmonies of #296749
Complementary color
Monochromatic Colors of #296749
Black with #296749
Text Example
Text Example
White with #296749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296749; }
p { color: rgb(41,103,73); }
H1.HeaderClassName
{
color: #296749;
}
.AnyTagClassName
{
color: #296749;
}
</style>
background-color css
<style>
a { background-color: #296749; }
a { background-color: rgb(41,103,73); }
div.DivClassName
{
background-color: #296749;
}
.BgClassName
{
background-color: #296749;
}
</style>
border-color css
<style>
span { border-color: #296749; }
span { border-color: rgb(41,103,73); }
td.TdClassName
{
border-color: #296749;
}
.TagClassName
{
border-color: #296749;
}
</style>