Shades of Eden #2D6B58
Tints of Eden #2D6B58
RGB
CMYK
RGB Variations
Color information
#2D6B58 (or 0x2D6B58) is known color: Eden. HEX triplet: 2D, 6B and 58. RGB value is (45,107,88). Sum of RGB (Red+Green+Blue) = 45+107+88=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B58 is #D294A7. Grayscale: #565656. Windows color (decimal): -13800616 or 5794605. OLE color: 5794605.
HSL color Cylindrical-coordinate representation of color #2D6B58: hue angle of 161.61º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6B58 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 88 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.58 |
| HSL | 161.61º | 0.41% | 0.3% | - |
| HSV(B) | 161.61º | 0.58% | 0.42% | - |
| XYZ | 8.1 | 11.78 | 11.08 | - |
| YUV | 86.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 88 | 0.58 | 0 | 0.18 | 0.58 | 161.61 | 0.41 | 0.3 |
| Hex | 2D | 6B | 58 | 3A | 0 | 12 | 3A | A2 | 29 | 1E |
| Octal | 55 | 153 | 130 | 72 | 0 | 22 | 72 | 242 | 51 | 36 |
| Binary | 101101 | 1101011 | 1011000 | 111010 | 0 | 10010 | 111010 | 10100010 | 101001 | 11110 |
Color Harmonies of #2D6B58
Complementary color
Monochromatic Colors of #2D6B58
Black with #2D6B58
Text Example
Text Example
White with #2D6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B58; }
p { color: rgb(45,107,88); }
H1.HeaderClassName
{
color: #2D6B58;
}
.AnyTagClassName
{
color: #2D6B58;
}
</style>
background-color css
<style>
a { background-color: #2D6B58; }
a { background-color: rgb(45,107,88); }
div.DivClassName
{
background-color: #2D6B58;
}
.BgClassName
{
background-color: #2D6B58;
}
</style>
border-color css
<style>
span { border-color: #2D6B58; }
span { border-color: rgb(45,107,88); }
td.TdClassName
{
border-color: #2D6B58;
}
.TagClassName
{
border-color: #2D6B58;
}
</style>