Shades of Eden #296D58
Tints of Eden #296D58
RGB
CMYK
RGB Variations
Color information
#296D58 (or 0x296D58) is known color: Eden. HEX triplet: 29, 6D and 58. RGB value is (41,109,88). Sum of RGB (Red+Green+Blue) = 41+109+88=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #296D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D58 is #D692A7. Grayscale: #565656. Windows color (decimal): -14062248 or 5795113. OLE color: 5795113.
HSL color Cylindrical-coordinate representation of color #296D58: hue angle of 161.47º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D58 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 88 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.57 |
| HSL | 161.47º | 0.45% | 0.29% | - |
| HSV(B) | 161.47º | 0.62% | 0.43% | - |
| XYZ | 8.14 | 12.11 | 11.14 | - |
| YUV | 86.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 88 | 0.62 | 0 | 0.19 | 0.57 | 161.47 | 0.45 | 0.29 |
| Hex | 29 | 6D | 58 | 3E | 0 | 13 | 39 | A1 | 2D | 1D |
| Octal | 51 | 155 | 130 | 76 | 0 | 23 | 71 | 241 | 55 | 35 |
| Binary | 101001 | 1101101 | 1011000 | 111110 | 0 | 10011 | 111001 | 10100001 | 101101 | 11101 |
Color Harmonies of #296D58
Complementary color
Monochromatic Colors of #296D58
Black with #296D58
Text Example
Text Example
White with #296D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D58; }
p { color: rgb(41,109,88); }
H1.HeaderClassName
{
color: #296D58;
}
.AnyTagClassName
{
color: #296D58;
}
</style>
background-color css
<style>
a { background-color: #296D58; }
a { background-color: rgb(41,109,88); }
div.DivClassName
{
background-color: #296D58;
}
.BgClassName
{
background-color: #296D58;
}
</style>
border-color css
<style>
span { border-color: #296D58; }
span { border-color: rgb(41,109,88); }
td.TdClassName
{
border-color: #296D58;
}
.TagClassName
{
border-color: #296D58;
}
</style>