Shades of Eden #2D5951
Tints of Eden #2D5951
RGB
CMYK
RGB Variations
Color information
#2D5951 (or 0x2D5951) is known color: Eden. HEX triplet: 2D, 59 and 51. RGB value is (45,89,81). Sum of RGB (Red+Green+Blue) = 45+89+81=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5951 is #D2A6AE. Grayscale: #4A4A4A. Windows color (decimal): -13805231 or 5331245. OLE color: 5331245.
HSL color Cylindrical-coordinate representation of color #2D5951: hue angle of 169.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D5951 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 81 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.65 |
| HSL | 169.09º | 0.33% | 0.26% | - |
| HSV(B) | 169.09º | 0.49% | 0.35% | - |
| XYZ | 6.14 | 8.3 | 9.06 | - |
| YUV | 74.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 81 | 0.49 | 0 | 0.09 | 0.65 | 169.09 | 0.33 | 0.26 |
| Hex | 2D | 59 | 51 | 31 | 0 | 9 | 41 | A9 | 21 | 1A |
| Octal | 55 | 131 | 121 | 61 | 0 | 11 | 101 | 251 | 41 | 32 |
| Binary | 101101 | 1011001 | 1010001 | 110001 | 0 | 1001 | 1000001 | 10101001 | 100001 | 11010 |
Color Harmonies of #2D5951
Complementary color
Monochromatic Colors of #2D5951
Black with #2D5951
Text Example
Text Example
White with #2D5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5951; }
p { color: rgb(45,89,81); }
H1.HeaderClassName
{
color: #2D5951;
}
.AnyTagClassName
{
color: #2D5951;
}
</style>
background-color css
<style>
a { background-color: #2D5951; }
a { background-color: rgb(45,89,81); }
div.DivClassName
{
background-color: #2D5951;
}
.BgClassName
{
background-color: #2D5951;
}
</style>
border-color css
<style>
span { border-color: #2D5951; }
span { border-color: rgb(45,89,81); }
td.TdClassName
{
border-color: #2D5951;
}
.TagClassName
{
border-color: #2D5951;
}
</style>