Shades of Eden #296E5F
Tints of Eden #296E5F
RGB
CMYK
RGB Variations
Color information
#296E5F (or 0x296E5F) is known color: Eden. HEX triplet: 29, 6E and 5F. RGB value is (41,110,95). Sum of RGB (Red+Green+Blue) = 41+110+95=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #296E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E5F is #D691A0. Grayscale: #575757. Windows color (decimal): -14061985 or 6254121. OLE color: 6254121.
HSL color Cylindrical-coordinate representation of color #296E5F: hue angle of 166.96º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296E5F is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 110 | 95 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.57 |
| HSL | 166.96º | 0.46% | 0.3% | - |
| HSV(B) | 166.96º | 0.63% | 0.43% | - |
| XYZ | 8.56 | 12.45 | 12.78 | - |
| YUV | 87.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 95 | 0.63 | 0 | 0.14 | 0.57 | 166.96 | 0.46 | 0.3 |
| Hex | 29 | 6E | 5F | 3F | 0 | E | 39 | A7 | 2E | 1E |
| Octal | 51 | 156 | 137 | 77 | 0 | 16 | 71 | 247 | 56 | 36 |
| Binary | 101001 | 1101110 | 1011111 | 111111 | 0 | 1110 | 111001 | 10100111 | 101110 | 11110 |
Color Harmonies of #296E5F
Complementary color
Monochromatic Colors of #296E5F
Black with #296E5F
Text Example
Text Example
White with #296E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E5F; }
p { color: rgb(41,110,95); }
H1.HeaderClassName
{
color: #296E5F;
}
.AnyTagClassName
{
color: #296E5F;
}
</style>
background-color css
<style>
a { background-color: #296E5F; }
a { background-color: rgb(41,110,95); }
div.DivClassName
{
background-color: #296E5F;
}
.BgClassName
{
background-color: #296E5F;
}
</style>
border-color css
<style>
span { border-color: #296E5F; }
span { border-color: rgb(41,110,95); }
td.TdClassName
{
border-color: #296E5F;
}
.TagClassName
{
border-color: #296E5F;
}
</style>