Shades of Eden #2D685C
Tints of Eden #2D685C
RGB
CMYK
RGB Variations
Color information
#2D685C (or 0x2D685C) is known color: Eden. HEX triplet: 2D, 68 and 5C. RGB value is (45,104,92). Sum of RGB (Red+Green+Blue) = 45+104+92=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #2D685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D685C is #D297A3. Grayscale: #545454. Windows color (decimal): -13801380 or 6055981. OLE color: 6055981.
HSL color Cylindrical-coordinate representation of color #2D685C: hue angle of 167.8º 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 #2D685C is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 92 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.59 |
| HSL | 167.8º | 0.4% | 0.29% | - |
| HSV(B) | 167.8º | 0.57% | 0.41% | - |
| XYZ | 7.96 | 11.23 | 11.87 | - |
| YUV | 84.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 92 | 0.57 | 0 | 0.12 | 0.59 | 167.8 | 0.4 | 0.29 |
| Hex | 2D | 68 | 5C | 39 | 0 | C | 3B | A8 | 28 | 1D |
| Octal | 55 | 150 | 134 | 71 | 0 | 14 | 73 | 250 | 50 | 35 |
| Binary | 101101 | 1101000 | 1011100 | 111001 | 0 | 1100 | 111011 | 10101000 | 101000 | 11101 |
Color Harmonies of #2D685C
Complementary color
Monochromatic Colors of #2D685C
Black with #2D685C
Text Example
Text Example
White with #2D685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D685C; }
p { color: rgb(45,104,92); }
H1.HeaderClassName
{
color: #2D685C;
}
.AnyTagClassName
{
color: #2D685C;
}
</style>
background-color css
<style>
a { background-color: #2D685C; }
a { background-color: rgb(45,104,92); }
div.DivClassName
{
background-color: #2D685C;
}
.BgClassName
{
background-color: #2D685C;
}
</style>
border-color css
<style>
span { border-color: #2D685C; }
span { border-color: rgb(45,104,92); }
td.TdClassName
{
border-color: #2D685C;
}
.TagClassName
{
border-color: #2D685C;
}
</style>