Shades of Eden #2D5F55
Tints of Eden #2D5F55
RGB
CMYK
RGB Variations
Color information
#2D5F55 (or 0x2D5F55) is known color: Eden. HEX triplet: 2D, 5F and 55. RGB value is (45,95,85). Sum of RGB (Red+Green+Blue) = 45+95+85=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5F55 is #D2A0AA. Grayscale: #4E4E4E. Windows color (decimal): -13803691 or 5594925. OLE color: 5594925.
HSL color Cylindrical-coordinate representation of color #2D5F55: hue angle of 168º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5F55 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 85 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.63 |
| HSL | 168º | 0.36% | 0.27% | - |
| HSV(B) | 168º | 0.53% | 0.37% | - |
| XYZ | 6.81 | 9.4 | 10.05 | - |
| YUV | 78.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 85 | 0.53 | 0 | 0.11 | 0.63 | 168 | 0.36 | 0.27 |
| Hex | 2D | 5F | 55 | 35 | 0 | B | 3F | A8 | 24 | 1B |
| Octal | 55 | 137 | 125 | 65 | 0 | 13 | 77 | 250 | 44 | 33 |
| Binary | 101101 | 1011111 | 1010101 | 110101 | 0 | 1011 | 111111 | 10101000 | 100100 | 11011 |
Color Harmonies of #2D5F55
Complementary color
Monochromatic Colors of #2D5F55
Black with #2D5F55
Text Example
Text Example
White with #2D5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F55; }
p { color: rgb(45,95,85); }
H1.HeaderClassName
{
color: #2D5F55;
}
.AnyTagClassName
{
color: #2D5F55;
}
</style>
background-color css
<style>
a { background-color: #2D5F55; }
a { background-color: rgb(45,95,85); }
div.DivClassName
{
background-color: #2D5F55;
}
.BgClassName
{
background-color: #2D5F55;
}
</style>
border-color css
<style>
span { border-color: #2D5F55; }
span { border-color: rgb(45,95,85); }
td.TdClassName
{
border-color: #2D5F55;
}
.TagClassName
{
border-color: #2D5F55;
}
</style>