Shades of Eden #2D6055
Tints of Eden #2D6055
RGB
CMYK
RGB Variations
Color information
#2D6055 (or 0x2D6055) is known color: Eden. HEX triplet: 2D, 60 and 55. RGB value is (45,96,85). Sum of RGB (Red+Green+Blue) = 45+96+85=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6055 is #D29FAA. Grayscale: #4F4F4F. Windows color (decimal): -13803435 or 5595181. OLE color: 5595181.
HSL color Cylindrical-coordinate representation of color #2D6055: hue angle of 167.06º 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 #2D6055 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 85 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.62 |
| HSL | 167.06º | 0.36% | 0.28% | - |
| HSV(B) | 167.06º | 0.53% | 0.38% | - |
| XYZ | 6.9 | 9.58 | 10.08 | - |
| YUV | 79.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 85 | 0.53 | 0 | 0.11 | 0.62 | 167.06 | 0.36 | 0.28 |
| Hex | 2D | 60 | 55 | 35 | 0 | B | 3E | A7 | 24 | 1C |
| Octal | 55 | 140 | 125 | 65 | 0 | 13 | 76 | 247 | 44 | 34 |
| Binary | 101101 | 1100000 | 1010101 | 110101 | 0 | 1011 | 111110 | 10100111 | 100100 | 11100 |
Color Harmonies of #2D6055
Complementary color
Monochromatic Colors of #2D6055
Black with #2D6055
Text Example
Text Example
White with #2D6055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6055; }
p { color: rgb(45,96,85); }
H1.HeaderClassName
{
color: #2D6055;
}
.AnyTagClassName
{
color: #2D6055;
}
</style>
background-color css
<style>
a { background-color: #2D6055; }
a { background-color: rgb(45,96,85); }
div.DivClassName
{
background-color: #2D6055;
}
.BgClassName
{
background-color: #2D6055;
}
</style>
border-color css
<style>
span { border-color: #2D6055; }
span { border-color: rgb(45,96,85); }
td.TdClassName
{
border-color: #2D6055;
}
.TagClassName
{
border-color: #2D6055;
}
</style>