Shades of Eden #2D715D
Tints of Eden #2D715D
RGB
CMYK
RGB Variations
Color information
#2D715D (or 0x2D715D) is known color: Eden. HEX triplet: 2D, 71 and 5D. RGB value is (45,113,93). Sum of RGB (Red+Green+Blue) = 45+113+93=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #2D715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D715D is #D28EA2. Grayscale: #5A5A5A. Windows color (decimal): -13799075 or 6123821. OLE color: 6123821.
HSL color Cylindrical-coordinate representation of color #2D715D: hue angle of 162.35º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D715D is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 113 | 93 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.56 |
| HSL | 162.35º | 0.43% | 0.31% | - |
| HSV(B) | 162.35º | 0.6% | 0.44% | - |
| XYZ | 8.96 | 13.16 | 12.42 | - |
| YUV | 90.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 93 | 0.60 | 0 | 0.18 | 0.56 | 162.35 | 0.43 | 0.31 |
| Hex | 2D | 71 | 5D | 3C | 0 | 12 | 38 | A2 | 2B | 1F |
| Octal | 55 | 161 | 135 | 74 | 0 | 22 | 70 | 242 | 53 | 37 |
| Binary | 101101 | 1110001 | 1011101 | 111100 | 0 | 10010 | 111000 | 10100010 | 101011 | 11111 |
Color Harmonies of #2D715D
Complementary color
Monochromatic Colors of #2D715D
Black with #2D715D
Text Example
Text Example
White with #2D715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D715D; }
p { color: rgb(45,113,93); }
H1.HeaderClassName
{
color: #2D715D;
}
.AnyTagClassName
{
color: #2D715D;
}
</style>
background-color css
<style>
a { background-color: #2D715D; }
a { background-color: rgb(45,113,93); }
div.DivClassName
{
background-color: #2D715D;
}
.BgClassName
{
background-color: #2D715D;
}
</style>
border-color css
<style>
span { border-color: #2D715D; }
span { border-color: rgb(45,113,93); }
td.TdClassName
{
border-color: #2D715D;
}
.TagClassName
{
border-color: #2D715D;
}
</style>