Shades of Eden #2D645C
Tints of Eden #2D645C
RGB
CMYK
RGB Variations
Color information
#2D645C (or 0x2D645C) is known color: Eden. HEX triplet: 2D, 64 and 5C. RGB value is (45,100,92). Sum of RGB (Red+Green+Blue) = 45+100+92=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #2D645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D645C is #D29BA3. Grayscale: #525252. Windows color (decimal): -13802404 or 6054957. OLE color: 6054957.
HSL color Cylindrical-coordinate representation of color #2D645C: hue angle of 171.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D645C is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 100 | 92 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.61 |
| HSL | 171.27º | 0.38% | 0.28% | - |
| HSV(B) | 171.27º | 0.55% | 0.39% | - |
| XYZ | 7.57 | 10.44 | 11.74 | - |
| YUV | 82.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 92 | 0.55 | 0 | 0.08 | 0.61 | 171.27 | 0.38 | 0.28 |
| Hex | 2D | 64 | 5C | 37 | 0 | 8 | 3D | AB | 26 | 1C |
| Octal | 55 | 144 | 134 | 67 | 0 | 10 | 75 | 253 | 46 | 34 |
| Binary | 101101 | 1100100 | 1011100 | 110111 | 0 | 1000 | 111101 | 10101011 | 100110 | 11100 |
Color Harmonies of #2D645C
Complementary color
Monochromatic Colors of #2D645C
Black with #2D645C
Text Example
Text Example
White with #2D645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D645C; }
p { color: rgb(45,100,92); }
H1.HeaderClassName
{
color: #2D645C;
}
.AnyTagClassName
{
color: #2D645C;
}
</style>
background-color css
<style>
a { background-color: #2D645C; }
a { background-color: rgb(45,100,92); }
div.DivClassName
{
background-color: #2D645C;
}
.BgClassName
{
background-color: #2D645C;
}
</style>
border-color css
<style>
span { border-color: #2D645C; }
span { border-color: rgb(45,100,92); }
td.TdClassName
{
border-color: #2D645C;
}
.TagClassName
{
border-color: #2D645C;
}
</style>