Shades of Green Pea #296848
Tints of Green Pea #296848
RGB
CMYK
RGB Variations
Color information
#296848 (or 0x296848) is known color: Green Pea. HEX triplet: 29, 68 and 48. RGB value is (41,104,72). Sum of RGB (Red+Green+Blue) = 41+104+72=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #296848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296848 is #D697B7. Grayscale: #515151. Windows color (decimal): -14063544 or 4745257. OLE color: 4745257.
HSL color Cylindrical-coordinate representation of color #296848: hue angle of 149.52º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296848 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 104 | 72 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.59 |
| HSL | 149.52º | 0.43% | 0.28% | - |
| HSV(B) | 149.52º | 0.61% | 0.41% | - |
| XYZ | 7.03 | 10.84 | 7.85 | - |
| YUV | 81.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 72 | 0.61 | 0 | 0.31 | 0.59 | 149.52 | 0.43 | 0.28 |
| Hex | 29 | 68 | 48 | 3D | 0 | 1F | 3B | 96 | 2B | 1C |
| Octal | 51 | 150 | 110 | 75 | 0 | 37 | 73 | 226 | 53 | 34 |
| Binary | 101001 | 1101000 | 1001000 | 111101 | 0 | 11111 | 111011 | 10010110 | 101011 | 11100 |
Color Harmonies of #296848
Complementary color
Monochromatic Colors of #296848
Black with #296848
Text Example
Text Example
White with #296848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296848; }
p { color: rgb(41,104,72); }
H1.HeaderClassName
{
color: #296848;
}
.AnyTagClassName
{
color: #296848;
}
</style>
background-color css
<style>
a { background-color: #296848; }
a { background-color: rgb(41,104,72); }
div.DivClassName
{
background-color: #296848;
}
.BgClassName
{
background-color: #296848;
}
</style>
border-color css
<style>
span { border-color: #296848; }
span { border-color: rgb(41,104,72); }
td.TdClassName
{
border-color: #296848;
}
.TagClassName
{
border-color: #296848;
}
</style>