Shades of Eden #296A62
Tints of Eden #296A62
RGB
CMYK
RGB Variations
Color information
#296A62 (or 0x296A62) is known color: Eden. HEX triplet: 29, 6A and 62. RGB value is (41,106,98). Sum of RGB (Red+Green+Blue) = 41+106+98=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 106 - color contains mainly: green. Hex color #296A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A62 is #D6959D. Grayscale: #555555. Windows color (decimal): -14063006 or 6449705. OLE color: 6449705.
HSL color Cylindrical-coordinate representation of color #296A62: hue angle of 172.62º 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 #296A62 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 98 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.58 |
| HSL | 172.62º | 0.44% | 0.29% | - |
| HSV(B) | 172.62º | 0.61% | 0.42% | - |
| XYZ | 8.27 | 11.66 | 13.37 | - |
| YUV | 85.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 98 | 0.61 | 0 | 0.08 | 0.58 | 172.62 | 0.44 | 0.29 |
| Hex | 29 | 6A | 62 | 3D | 0 | 8 | 3A | AD | 2C | 1D |
| Octal | 51 | 152 | 142 | 75 | 0 | 10 | 72 | 255 | 54 | 35 |
| Binary | 101001 | 1101010 | 1100010 | 111101 | 0 | 1000 | 111010 | 10101101 | 101100 | 11101 |
Color Harmonies of #296A62
Complementary color
Monochromatic Colors of #296A62
Black with #296A62
Text Example
Text Example
White with #296A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A62; }
p { color: rgb(41,106,98); }
H1.HeaderClassName
{
color: #296A62;
}
.AnyTagClassName
{
color: #296A62;
}
</style>
background-color css
<style>
a { background-color: #296A62; }
a { background-color: rgb(41,106,98); }
div.DivClassName
{
background-color: #296A62;
}
.BgClassName
{
background-color: #296A62;
}
</style>
border-color css
<style>
span { border-color: #296A62; }
span { border-color: rgb(41,106,98); }
td.TdClassName
{
border-color: #296A62;
}
.TagClassName
{
border-color: #296A62;
}
</style>