Shades of Eden #2D695C
Tints of Eden #2D695C
RGB
CMYK
RGB Variations
Color information
#2D695C (or 0x2D695C) is known color: Eden. HEX triplet: 2D, 69 and 5C. RGB value is (45,105,92). Sum of RGB (Red+Green+Blue) = 45+105+92=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #2D695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D695C is #D296A3. Grayscale: #555555. Windows color (decimal): -13801124 or 6056237. OLE color: 6056237.
HSL color Cylindrical-coordinate representation of color #2D695C: hue angle of 167º 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 #2D695C is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
RGB | 45 | 105 | 92 | - |
CMYK | 0.57 | 0 | 0.12 | 0.59 |
HSL | 167º | 0.4% | 0.29% | - |
HSV(B) | 167º | 0.57% | 0.41% | - |
XYZ | 8.07 | 11.43 | 11.91 | - |
YUV | 85.58 | 131.62 | 99.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 105 | 92 | 0.57 | 0 | 0.12 | 0.59 | 167 | 0.4 | 0.29 |
Hex | 2D | 69 | 5C | 39 | 0 | C | 3B | A7 | 28 | 1D |
Octal | 55 | 151 | 134 | 71 | 0 | 14 | 73 | 247 | 50 | 35 |
Binary | 101101 | 1101001 | 1011100 | 111001 | 0 | 1100 | 111011 | 10100111 | 101000 | 11101 |
Color Harmonies of #2D695C
Complementary color
Monochromatic Colors of #2D695C
Black with #2D695C
Text Example
Text Example
White with #2D695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D695C; }
p { color: rgb(45,105,92); }
H1.HeaderClassName
{
color: #2D695C;
}
.AnyTagClassName
{
color: #2D695C;
}
</style>
background-color css
<style>
a { background-color: #2D695C; }
a { background-color: rgb(45,105,92); }
div.DivClassName
{
background-color: #2D695C;
}
.BgClassName
{
background-color: #2D695C;
}
</style>
border-color css
<style>
span { border-color: #2D695C; }
span { border-color: rgb(45,105,92); }
td.TdClassName
{
border-color: #2D695C;
}
.TagClassName
{
border-color: #2D695C;
}
</style>