Shades of Eden #296E5E
Tints of Eden #296E5E
RGB
CMYK
RGB Variations
Color information
#296E5E (or 0x296E5E) is known color: Eden. HEX triplet: 29, 6E and 5E. RGB value is (41,110,94). Sum of RGB (Red+Green+Blue) = 41+110+94=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #296E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E5E is #D691A1. Grayscale: #575757. Windows color (decimal): -14061986 or 6188585. OLE color: 6188585.
HSL color Cylindrical-coordinate representation of color #296E5E: hue angle of 166.09º 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 #296E5E is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 110 | 94 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.57 |
| HSL | 166.09º | 0.46% | 0.3% | - |
| HSV(B) | 166.09º | 0.63% | 0.43% | - |
| XYZ | 8.51 | 12.43 | 12.54 | - |
| YUV | 87.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 94 | 0.63 | 0 | 0.15 | 0.57 | 166.09 | 0.46 | 0.3 |
| Hex | 29 | 6E | 5E | 3F | 0 | F | 39 | A6 | 2E | 1E |
| Octal | 51 | 156 | 136 | 77 | 0 | 17 | 71 | 246 | 56 | 36 |
| Binary | 101001 | 1101110 | 1011110 | 111111 | 0 | 1111 | 111001 | 10100110 | 101110 | 11110 |
Color Harmonies of #296E5E
Complementary color
Monochromatic Colors of #296E5E
Black with #296E5E
Text Example
Text Example
White with #296E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E5E; }
p { color: rgb(41,110,94); }
H1.HeaderClassName
{
color: #296E5E;
}
.AnyTagClassName
{
color: #296E5E;
}
</style>
background-color css
<style>
a { background-color: #296E5E; }
a { background-color: rgb(41,110,94); }
div.DivClassName
{
background-color: #296E5E;
}
.BgClassName
{
background-color: #296E5E;
}
</style>
border-color css
<style>
span { border-color: #296E5E; }
span { border-color: rgb(41,110,94); }
td.TdClassName
{
border-color: #296E5E;
}
.TagClassName
{
border-color: #296E5E;
}
</style>