Shades of Eden #2D695E
Tints of Eden #2D695E
RGB
CMYK
RGB Variations
Color information
#2D695E (or 0x2D695E) is known color: Eden. HEX triplet: 2D, 69 and 5E. RGB value is (45,105,94). Sum of RGB (Red+Green+Blue) = 45+105+94=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #2D695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D695E is #D296A1. Grayscale: #555555. Windows color (decimal): -13801122 or 6187309. OLE color: 6187309.
HSL color Cylindrical-coordinate representation of color #2D695E: hue angle of 169º 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 #2D695E is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 105 | 94 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.59 |
| HSL | 169º | 0.4% | 0.29% | - |
| HSV(B) | 169º | 0.57% | 0.41% | - |
| XYZ | 8.15 | 11.47 | 12.37 | - |
| YUV | 85.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 94 | 0.57 | 0 | 0.10 | 0.59 | 169 | 0.4 | 0.29 |
| Hex | 2D | 69 | 5E | 39 | 0 | A | 3B | A9 | 28 | 1D |
| Octal | 55 | 151 | 136 | 71 | 0 | 12 | 73 | 251 | 50 | 35 |
| Binary | 101101 | 1101001 | 1011110 | 111001 | 0 | 1010 | 111011 | 10101001 | 101000 | 11101 |
Color Harmonies of #2D695E
Complementary color
Monochromatic Colors of #2D695E
Black with #2D695E
Text Example
Text Example
White with #2D695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D695E; }
p { color: rgb(45,105,94); }
H1.HeaderClassName
{
color: #2D695E;
}
.AnyTagClassName
{
color: #2D695E;
}
</style>
background-color css
<style>
a { background-color: #2D695E; }
a { background-color: rgb(45,105,94); }
div.DivClassName
{
background-color: #2D695E;
}
.BgClassName
{
background-color: #2D695E;
}
</style>
border-color css
<style>
span { border-color: #2D695E; }
span { border-color: rgb(45,105,94); }
td.TdClassName
{
border-color: #2D695E;
}
.TagClassName
{
border-color: #2D695E;
}
</style>