Shades of Eden #2D6A5F
Tints of Eden #2D6A5F
RGB
CMYK
RGB Variations
Color information
#2D6A5F (or 0x2D6A5F) is known color: Eden. HEX triplet: 2D, 6A and 5F. RGB value is (45,106,95). Sum of RGB (Red+Green+Blue) = 45+106+95=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6A5F is #D295A0. Grayscale: #565656. Windows color (decimal): -13800865 or 6253101. OLE color: 6253101.
HSL color Cylindrical-coordinate representation of color #2D6A5F: hue angle of 169.18º degrees, saturation: 0.4, 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 #2D6A5F is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 95 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.58 |
| HSL | 169.18º | 0.4% | 0.3% | - |
| HSV(B) | 169.18º | 0.58% | 0.42% | - |
| XYZ | 8.3 | 11.69 | 12.65 | - |
| YUV | 86.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 95 | 0.58 | 0 | 0.10 | 0.58 | 169.18 | 0.4 | 0.3 |
| Hex | 2D | 6A | 5F | 3A | 0 | A | 3A | A9 | 28 | 1E |
| Octal | 55 | 152 | 137 | 72 | 0 | 12 | 72 | 251 | 50 | 36 |
| Binary | 101101 | 1101010 | 1011111 | 111010 | 0 | 1010 | 111010 | 10101001 | 101000 | 11110 |
Color Harmonies of #2D6A5F
Complementary color
Monochromatic Colors of #2D6A5F
Black with #2D6A5F
Text Example
Text Example
White with #2D6A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A5F; }
p { color: rgb(45,106,95); }
H1.HeaderClassName
{
color: #2D6A5F;
}
.AnyTagClassName
{
color: #2D6A5F;
}
</style>
background-color css
<style>
a { background-color: #2D6A5F; }
a { background-color: rgb(45,106,95); }
div.DivClassName
{
background-color: #2D6A5F;
}
.BgClassName
{
background-color: #2D6A5F;
}
</style>
border-color css
<style>
span { border-color: #2D6A5F; }
span { border-color: rgb(45,106,95); }
td.TdClassName
{
border-color: #2D6A5F;
}
.TagClassName
{
border-color: #2D6A5F;
}
</style>