Shades of Green Pea #296A41
Tints of Green Pea #296A41
RGB
CMYK
RGB Variations
Color information
#296A41 (or 0x296A41) is known color: Green Pea. HEX triplet: 29, 6A and 41. RGB value is (41,106,65). Sum of RGB (Red+Green+Blue) = 41+106+65=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #296A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A41 is #D695BE. Grayscale: #515151. Windows color (decimal): -14063039 or 4287017. OLE color: 4287017.
HSL color Cylindrical-coordinate representation of color #296A41: hue angle of 142.15º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A41 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 65 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.58 |
| HSL | 142.15º | 0.44% | 0.29% | - |
| HSV(B) | 142.15º | 0.61% | 0.42% | - |
| XYZ | 7.02 | 11.16 | 6.79 | - |
| YUV | 81.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 65 | 0.61 | 0 | 0.39 | 0.58 | 142.15 | 0.44 | 0.29 |
| Hex | 29 | 6A | 41 | 3D | 0 | 27 | 3A | 8E | 2C | 1D |
| Octal | 51 | 152 | 101 | 75 | 0 | 47 | 72 | 216 | 54 | 35 |
| Binary | 101001 | 1101010 | 1000001 | 111101 | 0 | 100111 | 111010 | 10001110 | 101100 | 11101 |
Color Harmonies of #296A41
Complementary color
Monochromatic Colors of #296A41
Black with #296A41
Text Example
Text Example
White with #296A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A41; }
p { color: rgb(41,106,65); }
H1.HeaderClassName
{
color: #296A41;
}
.AnyTagClassName
{
color: #296A41;
}
</style>
background-color css
<style>
a { background-color: #296A41; }
a { background-color: rgb(41,106,65); }
div.DivClassName
{
background-color: #296A41;
}
.BgClassName
{
background-color: #296A41;
}
</style>
border-color css
<style>
span { border-color: #296A41; }
span { border-color: rgb(41,106,65); }
td.TdClassName
{
border-color: #296A41;
}
.TagClassName
{
border-color: #296A41;
}
</style>