Shades of Eden #2B6460
Tints of Eden #2B6460
RGB
CMYK
RGB Variations
Color information
#2B6460 (or 0x2B6460) is known color: Eden. HEX triplet: 2B, 64 and 60. RGB value is (43,100,96). Sum of RGB (Red+Green+Blue) = 43+100+96=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6460 is #D49B9F. Grayscale: #525252. Windows color (decimal): -13933472 or 6317099. OLE color: 6317099.
HSL color Cylindrical-coordinate representation of color #2B6460: hue angle of 175.79º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6460 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 96 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.61 |
| HSL | 175.79º | 0.4% | 0.28% | - |
| HSV(B) | 175.79º | 0.57% | 0.39% | - |
| XYZ | 7.66 | 10.47 | 12.68 | - |
| YUV | 82.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 96 | 0.57 | 0 | 0.04 | 0.61 | 175.79 | 0.4 | 0.28 |
| Hex | 2B | 64 | 60 | 39 | 0 | 4 | 3D | B0 | 28 | 1C |
| Octal | 53 | 144 | 140 | 71 | 0 | 4 | 75 | 260 | 50 | 34 |
| Binary | 101011 | 1100100 | 1100000 | 111001 | 0 | 100 | 111101 | 10110000 | 101000 | 11100 |
Color Harmonies of #2B6460
Complementary color
Monochromatic Colors of #2B6460
Black with #2B6460
Text Example
Text Example
White with #2B6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6460; }
p { color: rgb(43,100,96); }
H1.HeaderClassName
{
color: #2B6460;
}
.AnyTagClassName
{
color: #2B6460;
}
</style>
background-color css
<style>
a { background-color: #2B6460; }
a { background-color: rgb(43,100,96); }
div.DivClassName
{
background-color: #2B6460;
}
.BgClassName
{
background-color: #2B6460;
}
</style>
border-color css
<style>
span { border-color: #2B6460; }
span { border-color: rgb(43,100,96); }
td.TdClassName
{
border-color: #2B6460;
}
.TagClassName
{
border-color: #2B6460;
}
</style>