Shades of Eden #2D5F56
Tints of Eden #2D5F56
RGB
CMYK
RGB Variations
Color information
#2D5F56 (or 0x2D5F56) is known color: Eden. HEX triplet: 2D, 5F and 56. RGB value is (45,95,86). Sum of RGB (Red+Green+Blue) = 45+95+86=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5F56 is #D2A0A9. Grayscale: #4F4F4F. Windows color (decimal): -13803690 or 5660461. OLE color: 5660461.
HSL color Cylindrical-coordinate representation of color #2D5F56: hue angle of 169.2º 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 #2D5F56 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 86 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.63 |
| HSL | 169.2º | 0.36% | 0.27% | - |
| HSV(B) | 169.2º | 0.53% | 0.37% | - |
| XYZ | 6.85 | 9.41 | 10.26 | - |
| YUV | 79.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 86 | 0.53 | 0 | 0.09 | 0.63 | 169.2 | 0.36 | 0.27 |
| Hex | 2D | 5F | 56 | 35 | 0 | 9 | 3F | A9 | 24 | 1B |
| Octal | 55 | 137 | 126 | 65 | 0 | 11 | 77 | 251 | 44 | 33 |
| Binary | 101101 | 1011111 | 1010110 | 110101 | 0 | 1001 | 111111 | 10101001 | 100100 | 11011 |
Color Harmonies of #2D5F56
Complementary color
Monochromatic Colors of #2D5F56
Black with #2D5F56
Text Example
Text Example
White with #2D5F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F56; }
p { color: rgb(45,95,86); }
H1.HeaderClassName
{
color: #2D5F56;
}
.AnyTagClassName
{
color: #2D5F56;
}
</style>
background-color css
<style>
a { background-color: #2D5F56; }
a { background-color: rgb(45,95,86); }
div.DivClassName
{
background-color: #2D5F56;
}
.BgClassName
{
background-color: #2D5F56;
}
</style>
border-color css
<style>
span { border-color: #2D5F56; }
span { border-color: rgb(45,95,86); }
td.TdClassName
{
border-color: #2D5F56;
}
.TagClassName
{
border-color: #2D5F56;
}
</style>