Shades of Eden #2D6053
Tints of Eden #2D6053
RGB
CMYK
RGB Variations
Color information
#2D6053 (or 0x2D6053) is known color: Eden. HEX triplet: 2D, 60 and 53. RGB value is (45,96,83). Sum of RGB (Red+Green+Blue) = 45+96+83=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6053 is #D29FAC. Grayscale: #4F4F4F. Windows color (decimal): -13803437 or 5464109. OLE color: 5464109.
HSL color Cylindrical-coordinate representation of color #2D6053: hue angle of 164.71º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D6053 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 83 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.62 |
| HSL | 164.71º | 0.36% | 0.28% | - |
| HSV(B) | 164.71º | 0.53% | 0.38% | - |
| XYZ | 6.83 | 9.55 | 9.67 | - |
| YUV | 79.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 83 | 0.53 | 0 | 0.14 | 0.62 | 164.71 | 0.36 | 0.28 |
| Hex | 2D | 60 | 53 | 35 | 0 | E | 3E | A5 | 24 | 1C |
| Octal | 55 | 140 | 123 | 65 | 0 | 16 | 76 | 245 | 44 | 34 |
| Binary | 101101 | 1100000 | 1010011 | 110101 | 0 | 1110 | 111110 | 10100101 | 100100 | 11100 |
Color Harmonies of #2D6053
Complementary color
Monochromatic Colors of #2D6053
Black with #2D6053
Text Example
Text Example
White with #2D6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6053; }
p { color: rgb(45,96,83); }
H1.HeaderClassName
{
color: #2D6053;
}
.AnyTagClassName
{
color: #2D6053;
}
</style>
background-color css
<style>
a { background-color: #2D6053; }
a { background-color: rgb(45,96,83); }
div.DivClassName
{
background-color: #2D6053;
}
.BgClassName
{
background-color: #2D6053;
}
</style>
border-color css
<style>
span { border-color: #2D6053; }
span { border-color: rgb(45,96,83); }
td.TdClassName
{
border-color: #2D6053;
}
.TagClassName
{
border-color: #2D6053;
}
</style>