Shades of Green Pea #296F4D
Tints of Green Pea #296F4D
RGB
CMYK
RGB Variations
Color information
#296F4D (or 0x296F4D) is known color: Green Pea. HEX triplet: 29, 6F and 4D. RGB value is (41,111,77). Sum of RGB (Red+Green+Blue) = 41+111+77=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #296F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F4D is #D690B2. Grayscale: #565656. Windows color (decimal): -14061747 or 5074729. OLE color: 5074729.
HSL color Cylindrical-coordinate representation of color #296F4D: hue angle of 150.86º 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 #296F4D is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 111 | 77 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.56 |
| HSL | 150.86º | 0.46% | 0.3% | - |
| HSV(B) | 150.86º | 0.63% | 0.44% | - |
| XYZ | 7.94 | 12.38 | 8.99 | - |
| YUV | 86.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 77 | 0.63 | 0 | 0.31 | 0.56 | 150.86 | 0.46 | 0.3 |
| Hex | 29 | 6F | 4D | 3F | 0 | 1F | 38 | 97 | 2E | 1E |
| Octal | 51 | 157 | 115 | 77 | 0 | 37 | 70 | 227 | 56 | 36 |
| Binary | 101001 | 1101111 | 1001101 | 111111 | 0 | 11111 | 111000 | 10010111 | 101110 | 11110 |
Color Harmonies of #296F4D
Complementary color
Monochromatic Colors of #296F4D
Black with #296F4D
Text Example
Text Example
White with #296F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F4D; }
p { color: rgb(41,111,77); }
H1.HeaderClassName
{
color: #296F4D;
}
.AnyTagClassName
{
color: #296F4D;
}
</style>
background-color css
<style>
a { background-color: #296F4D; }
a { background-color: rgb(41,111,77); }
div.DivClassName
{
background-color: #296F4D;
}
.BgClassName
{
background-color: #296F4D;
}
</style>
border-color css
<style>
span { border-color: #296F4D; }
span { border-color: rgb(41,111,77); }
td.TdClassName
{
border-color: #296F4D;
}
.TagClassName
{
border-color: #296F4D;
}
</style>