Shades of Eden #296E5A
Tints of Eden #296E5A
RGB
CMYK
RGB Variations
Color information
#296E5A (or 0x296E5A) is known color: Eden. HEX triplet: 29, 6E and 5A. RGB value is (41,110,90). Sum of RGB (Red+Green+Blue) = 41+110+90=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #296E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E5A is #D691A5. Grayscale: #575757. Windows color (decimal): -14061990 or 5926441. OLE color: 5926441.
HSL color Cylindrical-coordinate representation of color #296E5A: hue angle of 162.61º 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 #296E5A is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 110 | 90 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.57 |
| HSL | 162.61º | 0.46% | 0.3% | - |
| HSV(B) | 162.61º | 0.63% | 0.43% | - |
| XYZ | 8.34 | 12.36 | 11.62 | - |
| YUV | 87.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 90 | 0.63 | 0 | 0.18 | 0.57 | 162.61 | 0.46 | 0.3 |
| Hex | 29 | 6E | 5A | 3F | 0 | 12 | 39 | A3 | 2E | 1E |
| Octal | 51 | 156 | 132 | 77 | 0 | 22 | 71 | 243 | 56 | 36 |
| Binary | 101001 | 1101110 | 1011010 | 111111 | 0 | 10010 | 111001 | 10100011 | 101110 | 11110 |
Color Harmonies of #296E5A
Complementary color
Monochromatic Colors of #296E5A
Black with #296E5A
Text Example
Text Example
White with #296E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E5A; }
p { color: rgb(41,110,90); }
H1.HeaderClassName
{
color: #296E5A;
}
.AnyTagClassName
{
color: #296E5A;
}
</style>
background-color css
<style>
a { background-color: #296E5A; }
a { background-color: rgb(41,110,90); }
div.DivClassName
{
background-color: #296E5A;
}
.BgClassName
{
background-color: #296E5A;
}
</style>
border-color css
<style>
span { border-color: #296E5A; }
span { border-color: rgb(41,110,90); }
td.TdClassName
{
border-color: #296E5A;
}
.TagClassName
{
border-color: #296E5A;
}
</style>