Shades of Green Pea #296D4E
Tints of Green Pea #296D4E
RGB
CMYK
RGB Variations
Color information
#296D4E (or 0x296D4E) is known color: Green Pea. HEX triplet: 29, 6D and 4E. RGB value is (41,109,78). Sum of RGB (Red+Green+Blue) = 41+109+78=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #296D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D4E is #D692B1. Grayscale: #555555. Windows color (decimal): -14062258 or 5139753. OLE color: 5139753.
HSL color Cylindrical-coordinate representation of color #296D4E: hue angle of 152.65º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D4E is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 78 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.57 |
| HSL | 152.65º | 0.45% | 0.29% | - |
| HSV(B) | 152.65º | 0.62% | 0.43% | - |
| XYZ | 7.76 | 11.96 | 9.11 | - |
| YUV | 85.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 78 | 0.62 | 0 | 0.28 | 0.57 | 152.65 | 0.45 | 0.29 |
| Hex | 29 | 6D | 4E | 3E | 0 | 1C | 39 | 99 | 2D | 1D |
| Octal | 51 | 155 | 116 | 76 | 0 | 34 | 71 | 231 | 55 | 35 |
| Binary | 101001 | 1101101 | 1001110 | 111110 | 0 | 11100 | 111001 | 10011001 | 101101 | 11101 |
Color Harmonies of #296D4E
Complementary color
Monochromatic Colors of #296D4E
Black with #296D4E
Text Example
Text Example
White with #296D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D4E; }
p { color: rgb(41,109,78); }
H1.HeaderClassName
{
color: #296D4E;
}
.AnyTagClassName
{
color: #296D4E;
}
</style>
background-color css
<style>
a { background-color: #296D4E; }
a { background-color: rgb(41,109,78); }
div.DivClassName
{
background-color: #296D4E;
}
.BgClassName
{
background-color: #296D4E;
}
</style>
border-color css
<style>
span { border-color: #296D4E; }
span { border-color: rgb(41,109,78); }
td.TdClassName
{
border-color: #296D4E;
}
.TagClassName
{
border-color: #296D4E;
}
</style>