Shades of Eden #296862
Tints of Eden #296862
RGB
CMYK
RGB Variations
Color information
#296862 (or 0x296862) is known color: Eden. HEX triplet: 29, 68 and 62. RGB value is (41,104,98). Sum of RGB (Red+Green+Blue) = 41+104+98=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #296862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296862 is #D6979D. Grayscale: #545454. Windows color (decimal): -14063518 or 6449193. OLE color: 6449193.
HSL color Cylindrical-coordinate representation of color #296862: hue angle of 174.29º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296862 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 104 | 98 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.59 |
| HSL | 174.29º | 0.43% | 0.28% | - |
| HSV(B) | 174.29º | 0.61% | 0.41% | - |
| XYZ | 8.07 | 11.25 | 13.3 | - |
| YUV | 84.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 98 | 0.61 | 0 | 0.06 | 0.59 | 174.29 | 0.43 | 0.28 |
| Hex | 29 | 68 | 62 | 3D | 0 | 6 | 3B | AE | 2B | 1C |
| Octal | 51 | 150 | 142 | 75 | 0 | 6 | 73 | 256 | 53 | 34 |
| Binary | 101001 | 1101000 | 1100010 | 111101 | 0 | 110 | 111011 | 10101110 | 101011 | 11100 |
Color Harmonies of #296862
Complementary color
Monochromatic Colors of #296862
Black with #296862
Text Example
Text Example
White with #296862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296862; }
p { color: rgb(41,104,98); }
H1.HeaderClassName
{
color: #296862;
}
.AnyTagClassName
{
color: #296862;
}
</style>
background-color css
<style>
a { background-color: #296862; }
a { background-color: rgb(41,104,98); }
div.DivClassName
{
background-color: #296862;
}
.BgClassName
{
background-color: #296862;
}
</style>
border-color css
<style>
span { border-color: #296862; }
span { border-color: rgb(41,104,98); }
td.TdClassName
{
border-color: #296862;
}
.TagClassName
{
border-color: #296862;
}
</style>