Shades of Eden #2D5F53
Tints of Eden #2D5F53
RGB
CMYK
RGB Variations
Color information
#2D5F53 (or 0x2D5F53) is known color: Eden. HEX triplet: 2D, 5F and 53. RGB value is (45,95,83). Sum of RGB (Red+Green+Blue) = 45+95+83=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5F53 is #D2A0AC. Grayscale: #4E4E4E. Windows color (decimal): -13803693 or 5463853. OLE color: 5463853.
HSL color Cylindrical-coordinate representation of color #2D5F53: hue angle of 165.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5F53 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 83 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.63 |
| HSL | 165.6º | 0.36% | 0.27% | - |
| HSV(B) | 165.6º | 0.53% | 0.37% | - |
| XYZ | 6.74 | 9.37 | 9.64 | - |
| YUV | 78.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 83 | 0.53 | 0 | 0.13 | 0.63 | 165.6 | 0.36 | 0.27 |
| Hex | 2D | 5F | 53 | 35 | 0 | D | 3F | A6 | 24 | 1B |
| Octal | 55 | 137 | 123 | 65 | 0 | 15 | 77 | 246 | 44 | 33 |
| Binary | 101101 | 1011111 | 1010011 | 110101 | 0 | 1101 | 111111 | 10100110 | 100100 | 11011 |
Color Harmonies of #2D5F53
Complementary color
Monochromatic Colors of #2D5F53
Black with #2D5F53
Text Example
Text Example
White with #2D5F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F53; }
p { color: rgb(45,95,83); }
H1.HeaderClassName
{
color: #2D5F53;
}
.AnyTagClassName
{
color: #2D5F53;
}
</style>
background-color css
<style>
a { background-color: #2D5F53; }
a { background-color: rgb(45,95,83); }
div.DivClassName
{
background-color: #2D5F53;
}
.BgClassName
{
background-color: #2D5F53;
}
</style>
border-color css
<style>
span { border-color: #2D5F53; }
span { border-color: rgb(45,95,83); }
td.TdClassName
{
border-color: #2D5F53;
}
.TagClassName
{
border-color: #2D5F53;
}
</style>