Shades of Eden #296A57
Tints of Eden #296A57
RGB
CMYK
RGB Variations
Color information
#296A57 (or 0x296A57) is known color: Eden. HEX triplet: 29, 6A and 57. RGB value is (41,106,87). Sum of RGB (Red+Green+Blue) = 41+106+87=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #296A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A57 is #D695A8. Grayscale: #545454. Windows color (decimal): -14063017 or 5728809. OLE color: 5728809.
HSL color Cylindrical-coordinate representation of color #296A57: hue angle of 162.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A57 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 87 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.58 |
| HSL | 162.46º | 0.44% | 0.29% | - |
| HSV(B) | 162.46º | 0.61% | 0.42% | - |
| XYZ | 7.79 | 11.47 | 10.82 | - |
| YUV | 84.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 87 | 0.61 | 0 | 0.18 | 0.58 | 162.46 | 0.44 | 0.29 |
| Hex | 29 | 6A | 57 | 3D | 0 | 12 | 3A | A2 | 2C | 1D |
| Octal | 51 | 152 | 127 | 75 | 0 | 22 | 72 | 242 | 54 | 35 |
| Binary | 101001 | 1101010 | 1010111 | 111101 | 0 | 10010 | 111010 | 10100010 | 101100 | 11101 |
Color Harmonies of #296A57
Complementary color
Monochromatic Colors of #296A57
Black with #296A57
Text Example
Text Example
White with #296A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A57; }
p { color: rgb(41,106,87); }
H1.HeaderClassName
{
color: #296A57;
}
.AnyTagClassName
{
color: #296A57;
}
</style>
background-color css
<style>
a { background-color: #296A57; }
a { background-color: rgb(41,106,87); }
div.DivClassName
{
background-color: #296A57;
}
.BgClassName
{
background-color: #296A57;
}
</style>
border-color css
<style>
span { border-color: #296A57; }
span { border-color: rgb(41,106,87); }
td.TdClassName
{
border-color: #296A57;
}
.TagClassName
{
border-color: #296A57;
}
</style>