Shades of Eden #2D6059
Tints of Eden #2D6059
RGB
CMYK
RGB Variations
Color information
#2D6059 (or 0x2D6059) is known color: Eden. HEX triplet: 2D, 60 and 59. RGB value is (45,96,89). Sum of RGB (Red+Green+Blue) = 45+96+89=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6059 is #D29FA6. Grayscale: #4F4F4F. Windows color (decimal): -13803431 or 5857325. OLE color: 5857325.
HSL color Cylindrical-coordinate representation of color #2D6059: hue angle of 171.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D6059 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 89 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.62 |
| HSL | 171.76º | 0.36% | 0.28% | - |
| HSV(B) | 171.76º | 0.53% | 0.38% | - |
| XYZ | 7.07 | 9.64 | 10.94 | - |
| YUV | 79.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 89 | 0.53 | 0 | 0.07 | 0.62 | 171.76 | 0.36 | 0.28 |
| Hex | 2D | 60 | 59 | 35 | 0 | 7 | 3E | AC | 24 | 1C |
| Octal | 55 | 140 | 131 | 65 | 0 | 7 | 76 | 254 | 44 | 34 |
| Binary | 101101 | 1100000 | 1011001 | 110101 | 0 | 111 | 111110 | 10101100 | 100100 | 11100 |
Color Harmonies of #2D6059
Complementary color
Monochromatic Colors of #2D6059
Black with #2D6059
Text Example
Text Example
White with #2D6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6059; }
p { color: rgb(45,96,89); }
H1.HeaderClassName
{
color: #2D6059;
}
.AnyTagClassName
{
color: #2D6059;
}
</style>
background-color css
<style>
a { background-color: #2D6059; }
a { background-color: rgb(45,96,89); }
div.DivClassName
{
background-color: #2D6059;
}
.BgClassName
{
background-color: #2D6059;
}
</style>
border-color css
<style>
span { border-color: #2D6059; }
span { border-color: rgb(45,96,89); }
td.TdClassName
{
border-color: #2D6059;
}
.TagClassName
{
border-color: #2D6059;
}
</style>