Shades of Green Pea #296045
Tints of Green Pea #296045
RGB
CMYK
RGB Variations
Color information
#296045 (or 0x296045) is known color: Green Pea. HEX triplet: 29, 60 and 45. RGB value is (41,96,69). Sum of RGB (Red+Green+Blue) = 41+96+69=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #296045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296045 is #D69FBA. Grayscale: #4C4C4C. Windows color (decimal): -14065595 or 4546601. OLE color: 4546601.
HSL color Cylindrical-coordinate representation of color #296045: hue angle of 150.55º 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 #296045 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 96 | 69 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.62 |
| HSL | 150.55º | 0.4% | 0.27% | - |
| HSV(B) | 150.55º | 0.57% | 0.38% | - |
| XYZ | 6.17 | 9.27 | 7.09 | - |
| YUV | 76.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 69 | 0.57 | 0 | 0.28 | 0.62 | 150.55 | 0.4 | 0.27 |
| Hex | 29 | 60 | 45 | 39 | 0 | 1C | 3E | 97 | 28 | 1B |
| Octal | 51 | 140 | 105 | 71 | 0 | 34 | 76 | 227 | 50 | 33 |
| Binary | 101001 | 1100000 | 1000101 | 111001 | 0 | 11100 | 111110 | 10010111 | 101000 | 11011 |
Color Harmonies of #296045
Complementary color
Monochromatic Colors of #296045
Black with #296045
Text Example
Text Example
White with #296045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296045; }
p { color: rgb(41,96,69); }
H1.HeaderClassName
{
color: #296045;
}
.AnyTagClassName
{
color: #296045;
}
</style>
background-color css
<style>
a { background-color: #296045; }
a { background-color: rgb(41,96,69); }
div.DivClassName
{
background-color: #296045;
}
.BgClassName
{
background-color: #296045;
}
</style>
border-color css
<style>
span { border-color: #296045; }
span { border-color: rgb(41,96,69); }
td.TdClassName
{
border-color: #296045;
}
.TagClassName
{
border-color: #296045;
}
</style>