Shades of Eden #2B5D53
Tints of Eden #2B5D53
RGB
CMYK
RGB Variations
Color information
#2B5D53 (or 0x2B5D53) is known color: Eden. HEX triplet: 2B, 5D and 53. RGB value is (43,93,83). Sum of RGB (Red+Green+Blue) = 43+93+83=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D53 is #D4A2AC. Grayscale: #4C4C4C. Windows color (decimal): -13935277 or 5463339. OLE color: 5463339.
HSL color Cylindrical-coordinate representation of color #2B5D53: hue angle of 168º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5D53 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 93 | 83 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.64 |
| HSL | 168º | 0.37% | 0.27% | - |
| HSV(B) | 168º | 0.54% | 0.36% | - |
| XYZ | 6.47 | 8.97 | 9.57 | - |
| YUV | 76.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 83 | 0.54 | 0 | 0.11 | 0.64 | 168 | 0.37 | 0.27 |
| Hex | 2B | 5D | 53 | 36 | 0 | B | 40 | A8 | 25 | 1B |
| Octal | 53 | 135 | 123 | 66 | 0 | 13 | 100 | 250 | 45 | 33 |
| Binary | 101011 | 1011101 | 1010011 | 110110 | 0 | 1011 | 1000000 | 10101000 | 100101 | 11011 |
Color Harmonies of #2B5D53
Complementary color
Monochromatic Colors of #2B5D53
Black with #2B5D53
Text Example
Text Example
White with #2B5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D53; }
p { color: rgb(43,93,83); }
H1.HeaderClassName
{
color: #2B5D53;
}
.AnyTagClassName
{
color: #2B5D53;
}
</style>
background-color css
<style>
a { background-color: #2B5D53; }
a { background-color: rgb(43,93,83); }
div.DivClassName
{
background-color: #2B5D53;
}
.BgClassName
{
background-color: #2B5D53;
}
</style>
border-color css
<style>
span { border-color: #2B5D53; }
span { border-color: rgb(43,93,83); }
td.TdClassName
{
border-color: #2B5D53;
}
.TagClassName
{
border-color: #2B5D53;
}
</style>