Shades of Green Pea #297046
Tints of Green Pea #297046
RGB
CMYK
RGB Variations
Color information
#297046 (or 0x297046) is known color: Green Pea. HEX triplet: 29, 70 and 46. RGB value is (41,112,70). Sum of RGB (Red+Green+Blue) = 41+112+70=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #297046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297046 is #D68FB9. Grayscale: #565656. Windows color (decimal): -14061498 or 4616233. OLE color: 4616233.
HSL color Cylindrical-coordinate representation of color #297046: hue angle of 144.51º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297046 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 112 | 70 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.56 |
| HSL | 144.51º | 0.46% | 0.3% | - |
| HSV(B) | 144.51º | 0.63% | 0.44% | - |
| XYZ | 7.81 | 12.5 | 7.8 | - |
| YUV | 85.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 70 | 0.63 | 0 | 0.38 | 0.56 | 144.51 | 0.46 | 0.3 |
| Hex | 29 | 70 | 46 | 3F | 0 | 26 | 38 | 91 | 2E | 1E |
| Octal | 51 | 160 | 106 | 77 | 0 | 46 | 70 | 221 | 56 | 36 |
| Binary | 101001 | 1110000 | 1000110 | 111111 | 0 | 100110 | 111000 | 10010001 | 101110 | 11110 |
Color Harmonies of #297046
Complementary color
Monochromatic Colors of #297046
Black with #297046
Text Example
Text Example
White with #297046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297046; }
p { color: rgb(41,112,70); }
H1.HeaderClassName
{
color: #297046;
}
.AnyTagClassName
{
color: #297046;
}
</style>
background-color css
<style>
a { background-color: #297046; }
a { background-color: rgb(41,112,70); }
div.DivClassName
{
background-color: #297046;
}
.BgClassName
{
background-color: #297046;
}
</style>
border-color css
<style>
span { border-color: #297046; }
span { border-color: rgb(41,112,70); }
td.TdClassName
{
border-color: #297046;
}
.TagClassName
{
border-color: #297046;
}
</style>