Shades of Green Pea #296441
Tints of Green Pea #296441
RGB
CMYK
RGB Variations
Color information
#296441 (or 0x296441) is known color: Green Pea. HEX triplet: 29, 64 and 41. RGB value is (41,100,65). Sum of RGB (Red+Green+Blue) = 41+100+65=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #296441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296441 is #D69BBE. Grayscale: #4E4E4E. Windows color (decimal): -14064575 or 4285481. OLE color: 4285481.
HSL color Cylindrical-coordinate representation of color #296441: hue angle of 144.41º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296441 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 100 | 65 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.61 |
| HSL | 144.41º | 0.42% | 0.28% | - |
| HSV(B) | 144.41º | 0.59% | 0.39% | - |
| XYZ | 6.43 | 9.97 | 6.59 | - |
| YUV | 78.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 65 | 0.59 | 0 | 0.35 | 0.61 | 144.41 | 0.42 | 0.28 |
| Hex | 29 | 64 | 41 | 3B | 0 | 23 | 3D | 90 | 2A | 1C |
| Octal | 51 | 144 | 101 | 73 | 0 | 43 | 75 | 220 | 52 | 34 |
| Binary | 101001 | 1100100 | 1000001 | 111011 | 0 | 100011 | 111101 | 10010000 | 101010 | 11100 |
Color Harmonies of #296441
Complementary color
Monochromatic Colors of #296441
Black with #296441
Text Example
Text Example
White with #296441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296441; }
p { color: rgb(41,100,65); }
H1.HeaderClassName
{
color: #296441;
}
.AnyTagClassName
{
color: #296441;
}
</style>
background-color css
<style>
a { background-color: #296441; }
a { background-color: rgb(41,100,65); }
div.DivClassName
{
background-color: #296441;
}
.BgClassName
{
background-color: #296441;
}
</style>
border-color css
<style>
span { border-color: #296441; }
span { border-color: rgb(41,100,65); }
td.TdClassName
{
border-color: #296441;
}
.TagClassName
{
border-color: #296441;
}
</style>