Shades of Eden #2D685E
Tints of Eden #2D685E
RGB
CMYK
RGB Variations
Color information
#2D685E (or 0x2D685E) is known color: Eden. HEX triplet: 2D, 68 and 5E. RGB value is (45,104,94). Sum of RGB (Red+Green+Blue) = 45+104+94=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #2D685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D685E is #D297A1. Grayscale: #555555. Windows color (decimal): -13801378 or 6187053. OLE color: 6187053.
HSL color Cylindrical-coordinate representation of color #2D685E: hue angle of 169.83º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D685E is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 94 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.59 |
| HSL | 169.83º | 0.4% | 0.29% | - |
| HSV(B) | 169.83º | 0.57% | 0.41% | - |
| XYZ | 8.05 | 11.27 | 12.34 | - |
| YUV | 85.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 94 | 0.57 | 0 | 0.10 | 0.59 | 169.83 | 0.4 | 0.29 |
| Hex | 2D | 68 | 5E | 39 | 0 | A | 3B | AA | 28 | 1D |
| Octal | 55 | 150 | 136 | 71 | 0 | 12 | 73 | 252 | 50 | 35 |
| Binary | 101101 | 1101000 | 1011110 | 111001 | 0 | 1010 | 111011 | 10101010 | 101000 | 11101 |
Color Harmonies of #2D685E
Complementary color
Monochromatic Colors of #2D685E
Black with #2D685E
Text Example
Text Example
White with #2D685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D685E; }
p { color: rgb(45,104,94); }
H1.HeaderClassName
{
color: #2D685E;
}
.AnyTagClassName
{
color: #2D685E;
}
</style>
background-color css
<style>
a { background-color: #2D685E; }
a { background-color: rgb(45,104,94); }
div.DivClassName
{
background-color: #2D685E;
}
.BgClassName
{
background-color: #2D685E;
}
</style>
border-color css
<style>
span { border-color: #2D685E; }
span { border-color: rgb(45,104,94); }
td.TdClassName
{
border-color: #2D685E;
}
.TagClassName
{
border-color: #2D685E;
}
</style>