Shades of Eden #2D725C
Tints of Eden #2D725C
RGB
CMYK
RGB Variations
Color information
#2D725C (or 0x2D725C) is known color: Eden. HEX triplet: 2D, 72 and 5C. RGB value is (45,114,92). Sum of RGB (Red+Green+Blue) = 45+114+92=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #2D725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D725C is #D28DA3. Grayscale: #5A5A5A. Windows color (decimal): -13798820 or 6058541. OLE color: 6058541.
HSL color Cylindrical-coordinate representation of color #2D725C: hue angle of 160.87º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D725C is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 114 | 92 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.55 |
| HSL | 160.87º | 0.43% | 0.31% | - |
| HSV(B) | 160.87º | 0.61% | 0.45% | - |
| XYZ | 9.03 | 13.37 | 12.23 | - |
| YUV | 90.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 92 | 0.61 | 0 | 0.19 | 0.55 | 160.87 | 0.43 | 0.31 |
| Hex | 2D | 72 | 5C | 3D | 0 | 13 | 37 | A1 | 2B | 1F |
| Octal | 55 | 162 | 134 | 75 | 0 | 23 | 67 | 241 | 53 | 37 |
| Binary | 101101 | 1110010 | 1011100 | 111101 | 0 | 10011 | 110111 | 10100001 | 101011 | 11111 |
Color Harmonies of #2D725C
Complementary color
Monochromatic Colors of #2D725C
Black with #2D725C
Text Example
Text Example
White with #2D725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D725C; }
p { color: rgb(45,114,92); }
H1.HeaderClassName
{
color: #2D725C;
}
.AnyTagClassName
{
color: #2D725C;
}
</style>
background-color css
<style>
a { background-color: #2D725C; }
a { background-color: rgb(45,114,92); }
div.DivClassName
{
background-color: #2D725C;
}
.BgClassName
{
background-color: #2D725C;
}
</style>
border-color css
<style>
span { border-color: #2D725C; }
span { border-color: rgb(45,114,92); }
td.TdClassName
{
border-color: #2D725C;
}
.TagClassName
{
border-color: #2D725C;
}
</style>