Shades of Eden #2D5B53
Tints of Eden #2D5B53
RGB
CMYK
RGB Variations
Color information
#2D5B53 (or 0x2D5B53) is known color: Eden. HEX triplet: 2D, 5B and 53. RGB value is (45,91,83). Sum of RGB (Red+Green+Blue) = 45+91+83=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5B53 is #D2A4AC. Grayscale: #4C4C4C. Windows color (decimal): -13804717 or 5462829. OLE color: 5462829.
HSL color Cylindrical-coordinate representation of color #2D5B53: hue angle of 169.57º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5B53 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 91 | 83 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.64 |
| HSL | 169.57º | 0.34% | 0.27% | - |
| HSV(B) | 169.57º | 0.51% | 0.36% | - |
| XYZ | 6.38 | 8.66 | 9.52 | - |
| YUV | 76.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 83 | 0.51 | 0 | 0.09 | 0.64 | 169.57 | 0.34 | 0.27 |
| Hex | 2D | 5B | 53 | 33 | 0 | 9 | 40 | AA | 22 | 1B |
| Octal | 55 | 133 | 123 | 63 | 0 | 11 | 100 | 252 | 42 | 33 |
| Binary | 101101 | 1011011 | 1010011 | 110011 | 0 | 1001 | 1000000 | 10101010 | 100010 | 11011 |
Color Harmonies of #2D5B53
Complementary color
Monochromatic Colors of #2D5B53
Black with #2D5B53
Text Example
Text Example
White with #2D5B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B53; }
p { color: rgb(45,91,83); }
H1.HeaderClassName
{
color: #2D5B53;
}
.AnyTagClassName
{
color: #2D5B53;
}
</style>
background-color css
<style>
a { background-color: #2D5B53; }
a { background-color: rgb(45,91,83); }
div.DivClassName
{
background-color: #2D5B53;
}
.BgClassName
{
background-color: #2D5B53;
}
</style>
border-color css
<style>
span { border-color: #2D5B53; }
span { border-color: rgb(45,91,83); }
td.TdClassName
{
border-color: #2D5B53;
}
.TagClassName
{
border-color: #2D5B53;
}
</style>