Shades of Eden #2D6355
Tints of Eden #2D6355
RGB
CMYK
RGB Variations
Color information
#2D6355 (or 0x2D6355) is known color: Eden. HEX triplet: 2D, 63 and 55. RGB value is (45,99,85). Sum of RGB (Red+Green+Blue) = 45+99+85=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6355 is #D29CAA. Grayscale: #515151. Windows color (decimal): -13802667 or 5595949. OLE color: 5595949.
HSL color Cylindrical-coordinate representation of color #2D6355: hue angle of 164.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6355 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 85 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.61 |
| HSL | 164.44º | 0.38% | 0.28% | - |
| HSV(B) | 164.44º | 0.55% | 0.39% | - |
| XYZ | 7.18 | 10.14 | 10.17 | - |
| YUV | 81.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 85 | 0.55 | 0 | 0.14 | 0.61 | 164.44 | 0.38 | 0.28 |
| Hex | 2D | 63 | 55 | 37 | 0 | E | 3D | A4 | 26 | 1C |
| Octal | 55 | 143 | 125 | 67 | 0 | 16 | 75 | 244 | 46 | 34 |
| Binary | 101101 | 1100011 | 1010101 | 110111 | 0 | 1110 | 111101 | 10100100 | 100110 | 11100 |
Color Harmonies of #2D6355
Complementary color
Monochromatic Colors of #2D6355
Black with #2D6355
Text Example
Text Example
White with #2D6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6355; }
p { color: rgb(45,99,85); }
H1.HeaderClassName
{
color: #2D6355;
}
.AnyTagClassName
{
color: #2D6355;
}
</style>
background-color css
<style>
a { background-color: #2D6355; }
a { background-color: rgb(45,99,85); }
div.DivClassName
{
background-color: #2D6355;
}
.BgClassName
{
background-color: #2D6355;
}
</style>
border-color css
<style>
span { border-color: #2D6355; }
span { border-color: rgb(45,99,85); }
td.TdClassName
{
border-color: #2D6355;
}
.TagClassName
{
border-color: #2D6355;
}
</style>