Shades of Green Pea #296549
Tints of Green Pea #296549
RGB
CMYK
RGB Variations
Color information
#296549 (or 0x296549) is known color: Green Pea. HEX triplet: 29, 65 and 49. RGB value is (41,101,73). Sum of RGB (Red+Green+Blue) = 41+101+73=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #296549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296549 is #D69AB6. Grayscale: #4F4F4F. Windows color (decimal): -14064311 or 4810025. OLE color: 4810025.
HSL color Cylindrical-coordinate representation of color #296549: hue angle of 152º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296549 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 101 | 73 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.60 |
| HSL | 152º | 0.42% | 0.28% | - |
| HSV(B) | 152º | 0.59% | 0.4% | - |
| XYZ | 6.77 | 10.26 | 7.93 | - |
| YUV | 79.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 73 | 0.59 | 0 | 0.28 | 0.60 | 152 | 0.42 | 0.28 |
| Hex | 29 | 65 | 49 | 3B | 0 | 1C | 3C | 98 | 2A | 1C |
| Octal | 51 | 145 | 111 | 73 | 0 | 34 | 74 | 230 | 52 | 34 |
| Binary | 101001 | 1100101 | 1001001 | 111011 | 0 | 11100 | 111100 | 10011000 | 101010 | 11100 |
Color Harmonies of #296549
Complementary color
Monochromatic Colors of #296549
Black with #296549
Text Example
Text Example
White with #296549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296549; }
p { color: rgb(41,101,73); }
H1.HeaderClassName
{
color: #296549;
}
.AnyTagClassName
{
color: #296549;
}
</style>
background-color css
<style>
a { background-color: #296549; }
a { background-color: rgb(41,101,73); }
div.DivClassName
{
background-color: #296549;
}
.BgClassName
{
background-color: #296549;
}
</style>
border-color css
<style>
span { border-color: #296549; }
span { border-color: rgb(41,101,73); }
td.TdClassName
{
border-color: #296549;
}
.TagClassName
{
border-color: #296549;
}
</style>