Shades of Green Pea #296B4D
Tints of Green Pea #296B4D
RGB
CMYK
RGB Variations
Color information
#296B4D (or 0x296B4D) is known color: Green Pea. HEX triplet: 29, 6B and 4D. RGB value is (41,107,77). Sum of RGB (Red+Green+Blue) = 41+107+77=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #296B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B4D is #D694B2. Grayscale: #535353. Windows color (decimal): -14062771 or 5073705. OLE color: 5073705.
HSL color Cylindrical-coordinate representation of color #296B4D: hue angle of 152.73º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B4D is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 107 | 77 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.58 |
| HSL | 152.73º | 0.45% | 0.29% | - |
| HSV(B) | 152.73º | 0.62% | 0.42% | - |
| XYZ | 7.51 | 11.52 | 8.85 | - |
| YUV | 83.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 77 | 0.62 | 0 | 0.28 | 0.58 | 152.73 | 0.45 | 0.29 |
| Hex | 29 | 6B | 4D | 3E | 0 | 1C | 3A | 99 | 2D | 1D |
| Octal | 51 | 153 | 115 | 76 | 0 | 34 | 72 | 231 | 55 | 35 |
| Binary | 101001 | 1101011 | 1001101 | 111110 | 0 | 11100 | 111010 | 10011001 | 101101 | 11101 |
Color Harmonies of #296B4D
Complementary color
Monochromatic Colors of #296B4D
Black with #296B4D
Text Example
Text Example
White with #296B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B4D; }
p { color: rgb(41,107,77); }
H1.HeaderClassName
{
color: #296B4D;
}
.AnyTagClassName
{
color: #296B4D;
}
</style>
background-color css
<style>
a { background-color: #296B4D; }
a { background-color: rgb(41,107,77); }
div.DivClassName
{
background-color: #296B4D;
}
.BgClassName
{
background-color: #296B4D;
}
</style>
border-color css
<style>
span { border-color: #296B4D; }
span { border-color: rgb(41,107,77); }
td.TdClassName
{
border-color: #296B4D;
}
.TagClassName
{
border-color: #296B4D;
}
</style>