Shades of Eden #2D645B
Tints of Eden #2D645B
RGB
CMYK
RGB Variations
Color information
#2D645B (or 0x2D645B) is known color: Eden. HEX triplet: 2D, 64 and 5B. RGB value is (45,100,91). Sum of RGB (Red+Green+Blue) = 45+100+91=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #2D645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D645B is #D29BA4. Grayscale: #525252. Windows color (decimal): -13802405 or 5989421. OLE color: 5989421.
HSL color Cylindrical-coordinate representation of color #2D645B: hue angle of 170.18º 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 #2D645B is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 100 | 91 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.61 |
| HSL | 170.18º | 0.38% | 0.28% | - |
| HSV(B) | 170.18º | 0.55% | 0.39% | - |
| XYZ | 7.53 | 10.43 | 11.51 | - |
| YUV | 82.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 91 | 0.55 | 0 | 0.09 | 0.61 | 170.18 | 0.38 | 0.28 |
| Hex | 2D | 64 | 5B | 37 | 0 | 9 | 3D | AA | 26 | 1C |
| Octal | 55 | 144 | 133 | 67 | 0 | 11 | 75 | 252 | 46 | 34 |
| Binary | 101101 | 1100100 | 1011011 | 110111 | 0 | 1001 | 111101 | 10101010 | 100110 | 11100 |
Color Harmonies of #2D645B
Complementary color
Monochromatic Colors of #2D645B
Black with #2D645B
Text Example
Text Example
White with #2D645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D645B; }
p { color: rgb(45,100,91); }
H1.HeaderClassName
{
color: #2D645B;
}
.AnyTagClassName
{
color: #2D645B;
}
</style>
background-color css
<style>
a { background-color: #2D645B; }
a { background-color: rgb(45,100,91); }
div.DivClassName
{
background-color: #2D645B;
}
.BgClassName
{
background-color: #2D645B;
}
</style>
border-color css
<style>
span { border-color: #2D645B; }
span { border-color: rgb(45,100,91); }
td.TdClassName
{
border-color: #2D645B;
}
.TagClassName
{
border-color: #2D645B;
}
</style>