Shades of Green Pea #296945
Tints of Green Pea #296945
RGB
CMYK
RGB Variations
Color information
#296945 (or 0x296945) is known color: Green Pea. HEX triplet: 29, 69 and 45. RGB value is (41,105,69). Sum of RGB (Red+Green+Blue) = 41+105+69=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #296945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296945 is #D696BA. Grayscale: #515151. Windows color (decimal): -14063291 or 4548905. OLE color: 4548905.
HSL color Cylindrical-coordinate representation of color #296945: hue angle of 146.25º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296945 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 105 | 69 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.59 |
| HSL | 146.25º | 0.44% | 0.29% | - |
| HSV(B) | 146.25º | 0.61% | 0.41% | - |
| XYZ | 7.04 | 11 | 7.38 | - |
| YUV | 81.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 105 | 69 | 0.61 | 0 | 0.34 | 0.59 | 146.25 | 0.44 | 0.29 |
| Hex | 29 | 69 | 45 | 3D | 0 | 22 | 3B | 92 | 2C | 1D |
| Octal | 51 | 151 | 105 | 75 | 0 | 42 | 73 | 222 | 54 | 35 |
| Binary | 101001 | 1101001 | 1000101 | 111101 | 0 | 100010 | 111011 | 10010010 | 101100 | 11101 |
Color Harmonies of #296945
Complementary color
Monochromatic Colors of #296945
Black with #296945
Text Example
Text Example
White with #296945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296945; }
p { color: rgb(41,105,69); }
H1.HeaderClassName
{
color: #296945;
}
.AnyTagClassName
{
color: #296945;
}
</style>
background-color css
<style>
a { background-color: #296945; }
a { background-color: rgb(41,105,69); }
div.DivClassName
{
background-color: #296945;
}
.BgClassName
{
background-color: #296945;
}
</style>
border-color css
<style>
span { border-color: #296945; }
span { border-color: rgb(41,105,69); }
td.TdClassName
{
border-color: #296945;
}
.TagClassName
{
border-color: #296945;
}
</style>