Shades of Green Pea #296346
Tints of Green Pea #296346
RGB
CMYK
RGB Variations
Color information
#296346 (or 0x296346) is known color: Green Pea. HEX triplet: 29, 63 and 46. RGB value is (41,99,70). Sum of RGB (Red+Green+Blue) = 41+99+70=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #296346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296346 is #D69CB9. Grayscale: #4E4E4E. Windows color (decimal): -14064826 or 4612905. OLE color: 4612905.
HSL color Cylindrical-coordinate representation of color #296346: hue angle of 150º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296346 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 99 | 70 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.61 |
| HSL | 150º | 0.41% | 0.27% | - |
| HSV(B) | 150º | 0.59% | 0.39% | - |
| XYZ | 6.48 | 9.84 | 7.35 | - |
| YUV | 78.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 70 | 0.59 | 0 | 0.29 | 0.61 | 150 | 0.41 | 0.27 |
| Hex | 29 | 63 | 46 | 3B | 0 | 1D | 3D | 96 | 29 | 1B |
| Octal | 51 | 143 | 106 | 73 | 0 | 35 | 75 | 226 | 51 | 33 |
| Binary | 101001 | 1100011 | 1000110 | 111011 | 0 | 11101 | 111101 | 10010110 | 101001 | 11011 |
Color Harmonies of #296346
Complementary color
Monochromatic Colors of #296346
Black with #296346
Text Example
Text Example
White with #296346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296346; }
p { color: rgb(41,99,70); }
H1.HeaderClassName
{
color: #296346;
}
.AnyTagClassName
{
color: #296346;
}
</style>
background-color css
<style>
a { background-color: #296346; }
a { background-color: rgb(41,99,70); }
div.DivClassName
{
background-color: #296346;
}
.BgClassName
{
background-color: #296346;
}
</style>
border-color css
<style>
span { border-color: #296346; }
span { border-color: rgb(41,99,70); }
td.TdClassName
{
border-color: #296346;
}
.TagClassName
{
border-color: #296346;
}
</style>