Shades of Eden #2D5B51
Tints of Eden #2D5B51
RGB
CMYK
RGB Variations
Color information
#2D5B51 (or 0x2D5B51) is known color: Eden. HEX triplet: 2D, 5B and 51. RGB value is (45,91,81). Sum of RGB (Red+Green+Blue) = 45+91+81=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5B51 is #D2A4AE. Grayscale: #4C4C4C. Windows color (decimal): -13804719 or 5331757. OLE color: 5331757.
HSL color Cylindrical-coordinate representation of color #2D5B51: hue angle of 166.96º 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 #2D5B51 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 91 | 81 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.64 |
| HSL | 166.96º | 0.34% | 0.27% | - |
| HSV(B) | 166.96º | 0.51% | 0.36% | - |
| XYZ | 6.31 | 8.63 | 9.12 | - |
| YUV | 76.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 81 | 0.51 | 0 | 0.11 | 0.64 | 166.96 | 0.34 | 0.27 |
| Hex | 2D | 5B | 51 | 33 | 0 | B | 40 | A7 | 22 | 1B |
| Octal | 55 | 133 | 121 | 63 | 0 | 13 | 100 | 247 | 42 | 33 |
| Binary | 101101 | 1011011 | 1010001 | 110011 | 0 | 1011 | 1000000 | 10100111 | 100010 | 11011 |
Color Harmonies of #2D5B51
Complementary color
Monochromatic Colors of #2D5B51
Black with #2D5B51
Text Example
Text Example
White with #2D5B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B51; }
p { color: rgb(45,91,81); }
H1.HeaderClassName
{
color: #2D5B51;
}
.AnyTagClassName
{
color: #2D5B51;
}
</style>
background-color css
<style>
a { background-color: #2D5B51; }
a { background-color: rgb(45,91,81); }
div.DivClassName
{
background-color: #2D5B51;
}
.BgClassName
{
background-color: #2D5B51;
}
</style>
border-color css
<style>
span { border-color: #2D5B51; }
span { border-color: rgb(45,91,81); }
td.TdClassName
{
border-color: #2D5B51;
}
.TagClassName
{
border-color: #2D5B51;
}
</style>