Shades of Green Pea #296F4E
Tints of Green Pea #296F4E
RGB
CMYK
RGB Variations
Color information
#296F4E (or 0x296F4E) is known color: Green Pea. HEX triplet: 29, 6F and 4E. RGB value is (41,111,78). Sum of RGB (Red+Green+Blue) = 41+111+78=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #296F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F4E is #D690B1. Grayscale: #565656. Windows color (decimal): -14061746 or 5140265. OLE color: 5140265.
HSL color Cylindrical-coordinate representation of color #296F4E: hue angle of 151.71º 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 #296F4E is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 111 | 78 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.56 |
| HSL | 151.71º | 0.46% | 0.3% | - |
| HSV(B) | 151.71º | 0.63% | 0.44% | - |
| XYZ | 7.97 | 12.39 | 9.18 | - |
| YUV | 86.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 78 | 0.63 | 0 | 0.30 | 0.56 | 151.71 | 0.46 | 0.3 |
| Hex | 29 | 6F | 4E | 3F | 0 | 1E | 38 | 98 | 2E | 1E |
| Octal | 51 | 157 | 116 | 77 | 0 | 36 | 70 | 230 | 56 | 36 |
| Binary | 101001 | 1101111 | 1001110 | 111111 | 0 | 11110 | 111000 | 10011000 | 101110 | 11110 |
Color Harmonies of #296F4E
Complementary color
Monochromatic Colors of #296F4E
Black with #296F4E
Text Example
Text Example
White with #296F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F4E; }
p { color: rgb(41,111,78); }
H1.HeaderClassName
{
color: #296F4E;
}
.AnyTagClassName
{
color: #296F4E;
}
</style>
background-color css
<style>
a { background-color: #296F4E; }
a { background-color: rgb(41,111,78); }
div.DivClassName
{
background-color: #296F4E;
}
.BgClassName
{
background-color: #296F4E;
}
</style>
border-color css
<style>
span { border-color: #296F4E; }
span { border-color: rgb(41,111,78); }
td.TdClassName
{
border-color: #296F4E;
}
.TagClassName
{
border-color: #296F4E;
}
</style>