Shades of Eden #2D6D58
Tints of Eden #2D6D58
RGB
CMYK
RGB Variations
Color information
#2D6D58 (or 0x2D6D58) is known color: Eden. HEX triplet: 2D, 6D and 58. RGB value is (45,109,88). Sum of RGB (Red+Green+Blue) = 45+109+88=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6D58 is #D292A7. Grayscale: #575757. Windows color (decimal): -13800104 or 5795117. OLE color: 5795117.
HSL color Cylindrical-coordinate representation of color #2D6D58: hue angle of 160.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6D58 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 109 | 88 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.57 |
| HSL | 160.31º | 0.42% | 0.3% | - |
| HSV(B) | 160.31º | 0.59% | 0.43% | - |
| XYZ | 8.31 | 12.2 | 11.15 | - |
| YUV | 87.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 88 | 0.59 | 0 | 0.19 | 0.57 | 160.31 | 0.42 | 0.3 |
| Hex | 2D | 6D | 58 | 3B | 0 | 13 | 39 | A0 | 2A | 1E |
| Octal | 55 | 155 | 130 | 73 | 0 | 23 | 71 | 240 | 52 | 36 |
| Binary | 101101 | 1101101 | 1011000 | 111011 | 0 | 10011 | 111001 | 10100000 | 101010 | 11110 |
Color Harmonies of #2D6D58
Complementary color
Monochromatic Colors of #2D6D58
Black with #2D6D58
Text Example
Text Example
White with #2D6D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D58; }
p { color: rgb(45,109,88); }
H1.HeaderClassName
{
color: #2D6D58;
}
.AnyTagClassName
{
color: #2D6D58;
}
</style>
background-color css
<style>
a { background-color: #2D6D58; }
a { background-color: rgb(45,109,88); }
div.DivClassName
{
background-color: #2D6D58;
}
.BgClassName
{
background-color: #2D6D58;
}
</style>
border-color css
<style>
span { border-color: #2D6D58; }
span { border-color: rgb(45,109,88); }
td.TdClassName
{
border-color: #2D6D58;
}
.TagClassName
{
border-color: #2D6D58;
}
</style>