Shades of Eden #2B605D
Tints of Eden #2B605D
RGB
CMYK
RGB Variations
Color information
#2B605D (or 0x2B605D) is known color: Eden. HEX triplet: 2B, 60 and 5D. RGB value is (43,96,93). Sum of RGB (Red+Green+Blue) = 43+96+93=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #2B605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B605D is #D49FA2. Grayscale: #4F4F4F. Windows color (decimal): -13934499 or 6119467. OLE color: 6119467.
HSL color Cylindrical-coordinate representation of color #2B605D: hue angle of 176.6º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B605D is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 93 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.62 |
| HSL | 176.6º | 0.38% | 0.27% | - |
| HSV(B) | 176.6º | 0.55% | 0.38% | - |
| XYZ | 7.15 | 9.67 | 11.85 | - |
| YUV | 79.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 93 | 0.55 | 0 | 0.03 | 0.62 | 176.6 | 0.38 | 0.27 |
| Hex | 2B | 60 | 5D | 37 | 0 | 3 | 3E | B1 | 26 | 1B |
| Octal | 53 | 140 | 135 | 67 | 0 | 3 | 76 | 261 | 46 | 33 |
| Binary | 101011 | 1100000 | 1011101 | 110111 | 0 | 11 | 111110 | 10110001 | 100110 | 11011 |
Color Harmonies of #2B605D
Complementary color
Monochromatic Colors of #2B605D
Black with #2B605D
Text Example
Text Example
White with #2B605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B605D; }
p { color: rgb(43,96,93); }
H1.HeaderClassName
{
color: #2B605D;
}
.AnyTagClassName
{
color: #2B605D;
}
</style>
background-color css
<style>
a { background-color: #2B605D; }
a { background-color: rgb(43,96,93); }
div.DivClassName
{
background-color: #2B605D;
}
.BgClassName
{
background-color: #2B605D;
}
</style>
border-color css
<style>
span { border-color: #2B605D; }
span { border-color: rgb(43,96,93); }
td.TdClassName
{
border-color: #2B605D;
}
.TagClassName
{
border-color: #2B605D;
}
</style>