Shades of Eden #2D6856
Tints of Eden #2D6856
RGB
CMYK
RGB Variations
Color information
#2D6856 (or 0x2D6856) is known color: Eden. HEX triplet: 2D, 68 and 56. RGB value is (45,104,86). Sum of RGB (Red+Green+Blue) = 45+104+86=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #2D6856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6856 is #D297A9. Grayscale: #545454. Windows color (decimal): -13801386 or 5662765. OLE color: 5662765.
HSL color Cylindrical-coordinate representation of color #2D6856: hue angle of 161.69º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D6856 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 86 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.59 |
| HSL | 161.69º | 0.4% | 0.29% | - |
| HSV(B) | 161.69º | 0.57% | 0.41% | - |
| XYZ | 7.71 | 11.13 | 10.55 | - |
| YUV | 84.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 86 | 0.57 | 0 | 0.17 | 0.59 | 161.69 | 0.4 | 0.29 |
| Hex | 2D | 68 | 56 | 39 | 0 | 11 | 3B | A2 | 28 | 1D |
| Octal | 55 | 150 | 126 | 71 | 0 | 21 | 73 | 242 | 50 | 35 |
| Binary | 101101 | 1101000 | 1010110 | 111001 | 0 | 10001 | 111011 | 10100010 | 101000 | 11101 |
Color Harmonies of #2D6856
Complementary color
Monochromatic Colors of #2D6856
Black with #2D6856
Text Example
Text Example
White with #2D6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6856; }
p { color: rgb(45,104,86); }
H1.HeaderClassName
{
color: #2D6856;
}
.AnyTagClassName
{
color: #2D6856;
}
</style>
background-color css
<style>
a { background-color: #2D6856; }
a { background-color: rgb(45,104,86); }
div.DivClassName
{
background-color: #2D6856;
}
.BgClassName
{
background-color: #2D6856;
}
</style>
border-color css
<style>
span { border-color: #2D6856; }
span { border-color: rgb(45,104,86); }
td.TdClassName
{
border-color: #2D6856;
}
.TagClassName
{
border-color: #2D6856;
}
</style>