Shades of Eden #2D5E57
Tints of Eden #2D5E57
RGB
CMYK
RGB Variations
Color information
#2D5E57 (or 0x2D5E57) is known color: Eden. HEX triplet: 2D, 5E and 57. RGB value is (45,94,87). Sum of RGB (Red+Green+Blue) = 45+94+87=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 94 - color contains mainly: green. Hex color #2D5E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5E57 is #D2A1A8. Grayscale: #4E4E4E. Windows color (decimal): -13803945 or 5725741. OLE color: 5725741.
HSL color Cylindrical-coordinate representation of color #2D5E57: hue angle of 171.43º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D5E57 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 94 | 87 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.63 |
| HSL | 171.43º | 0.35% | 0.27% | - |
| HSV(B) | 171.43º | 0.52% | 0.37% | - |
| XYZ | 6.81 | 9.25 | 10.44 | - |
| YUV | 78.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 94 | 87 | 0.52 | 0 | 0.07 | 0.63 | 171.43 | 0.35 | 0.27 |
| Hex | 2D | 5E | 57 | 34 | 0 | 7 | 3F | AB | 23 | 1B |
| Octal | 55 | 136 | 127 | 64 | 0 | 7 | 77 | 253 | 43 | 33 |
| Binary | 101101 | 1011110 | 1010111 | 110100 | 0 | 111 | 111111 | 10101011 | 100011 | 11011 |
Color Harmonies of #2D5E57
Complementary color
Monochromatic Colors of #2D5E57
Black with #2D5E57
Text Example
Text Example
White with #2D5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5E57; }
p { color: rgb(45,94,87); }
H1.HeaderClassName
{
color: #2D5E57;
}
.AnyTagClassName
{
color: #2D5E57;
}
</style>
background-color css
<style>
a { background-color: #2D5E57; }
a { background-color: rgb(45,94,87); }
div.DivClassName
{
background-color: #2D5E57;
}
.BgClassName
{
background-color: #2D5E57;
}
</style>
border-color css
<style>
span { border-color: #2D5E57; }
span { border-color: rgb(45,94,87); }
td.TdClassName
{
border-color: #2D5E57;
}
.TagClassName
{
border-color: #2D5E57;
}
</style>