Shades of Eden #2D6257
Tints of Eden #2D6257
RGB
CMYK
RGB Variations
Color information
#2D6257 (or 0x2D6257) is known color: Eden. HEX triplet: 2D, 62 and 57. RGB value is (45,98,87). Sum of RGB (Red+Green+Blue) = 45+98+87=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6257 is #D29DA8. Grayscale: #505050. Windows color (decimal): -13802921 or 5726765. OLE color: 5726765.
HSL color Cylindrical-coordinate representation of color #2D6257: hue angle of 167.55º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D6257 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 87 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.62 |
| HSL | 167.55º | 0.37% | 0.28% | - |
| HSV(B) | 167.55º | 0.54% | 0.38% | - |
| XYZ | 7.17 | 9.98 | 10.57 | - |
| YUV | 80.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 87 | 0.54 | 0 | 0.11 | 0.62 | 167.55 | 0.37 | 0.28 |
| Hex | 2D | 62 | 57 | 36 | 0 | B | 3E | A8 | 25 | 1C |
| Octal | 55 | 142 | 127 | 66 | 0 | 13 | 76 | 250 | 45 | 34 |
| Binary | 101101 | 1100010 | 1010111 | 110110 | 0 | 1011 | 111110 | 10101000 | 100101 | 11100 |
Color Harmonies of #2D6257
Complementary color
Monochromatic Colors of #2D6257
Black with #2D6257
Text Example
Text Example
White with #2D6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6257; }
p { color: rgb(45,98,87); }
H1.HeaderClassName
{
color: #2D6257;
}
.AnyTagClassName
{
color: #2D6257;
}
</style>
background-color css
<style>
a { background-color: #2D6257; }
a { background-color: rgb(45,98,87); }
div.DivClassName
{
background-color: #2D6257;
}
.BgClassName
{
background-color: #2D6257;
}
</style>
border-color css
<style>
span { border-color: #2D6257; }
span { border-color: rgb(45,98,87); }
td.TdClassName
{
border-color: #2D6257;
}
.TagClassName
{
border-color: #2D6257;
}
</style>