Shades of Green Pea #296349
Tints of Green Pea #296349
RGB
CMYK
RGB Variations
Color information
#296349 (or 0x296349) is known color: Green Pea. HEX triplet: 29, 63 and 49. RGB value is (41,99,73). Sum of RGB (Red+Green+Blue) = 41+99+73=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #296349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296349 is #D69CB6. Grayscale: #4E4E4E. Windows color (decimal): -14064823 or 4809513. OLE color: 4809513.
HSL color Cylindrical-coordinate representation of color #296349: hue angle of 153.1º 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 #296349 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 99 | 73 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.61 |
| HSL | 153.1º | 0.41% | 0.27% | - |
| HSV(B) | 153.1º | 0.59% | 0.39% | - |
| XYZ | 6.58 | 9.88 | 7.86 | - |
| YUV | 78.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 73 | 0.59 | 0 | 0.26 | 0.61 | 153.1 | 0.41 | 0.27 |
| Hex | 29 | 63 | 49 | 3B | 0 | 1A | 3D | 99 | 29 | 1B |
| Octal | 51 | 143 | 111 | 73 | 0 | 32 | 75 | 231 | 51 | 33 |
| Binary | 101001 | 1100011 | 1001001 | 111011 | 0 | 11010 | 111101 | 10011001 | 101001 | 11011 |
Color Harmonies of #296349
Complementary color
Monochromatic Colors of #296349
Black with #296349
Text Example
Text Example
White with #296349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296349; }
p { color: rgb(41,99,73); }
H1.HeaderClassName
{
color: #296349;
}
.AnyTagClassName
{
color: #296349;
}
</style>
background-color css
<style>
a { background-color: #296349; }
a { background-color: rgb(41,99,73); }
div.DivClassName
{
background-color: #296349;
}
.BgClassName
{
background-color: #296349;
}
</style>
border-color css
<style>
span { border-color: #296349; }
span { border-color: rgb(41,99,73); }
td.TdClassName
{
border-color: #296349;
}
.TagClassName
{
border-color: #296349;
}
</style>