Shades of Eden #2B6B59
Tints of Eden #2B6B59
RGB
CMYK
RGB Variations
Color information
#2B6B59 (or 0x2B6B59) is known color: Eden. HEX triplet: 2B, 6B and 59. RGB value is (43,107,89). Sum of RGB (Red+Green+Blue) = 43+107+89=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6B59 is #D494A6. Grayscale: #555555. Windows color (decimal): -13931687 or 5860139. OLE color: 5860139.
HSL color Cylindrical-coordinate representation of color #2B6B59: hue angle of 163.12º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B59 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 107 | 89 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.58 |
| HSL | 163.13º | 0.43% | 0.29% | - |
| HSV(B) | 163.13º | 0.6% | 0.42% | - |
| XYZ | 8.06 | 11.75 | 11.29 | - |
| YUV | 85.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 107 | 89 | 0.60 | 0 | 0.17 | 0.58 | 163.13 | 0.43 | 0.29 |
| Hex | 2B | 6B | 59 | 3C | 0 | 11 | 3A | A3 | 2B | 1D |
| Octal | 53 | 153 | 131 | 74 | 0 | 21 | 72 | 243 | 53 | 35 |
| Binary | 101011 | 1101011 | 1011001 | 111100 | 0 | 10001 | 111010 | 10100011 | 101011 | 11101 |
Color Harmonies of #2B6B59
Complementary color
Monochromatic Colors of #2B6B59
Black with #2B6B59
Text Example
Text Example
White with #2B6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6B59; }
p { color: rgb(43,107,89); }
H1.HeaderClassName
{
color: #2B6B59;
}
.AnyTagClassName
{
color: #2B6B59;
}
</style>
background-color css
<style>
a { background-color: #2B6B59; }
a { background-color: rgb(43,107,89); }
div.DivClassName
{
background-color: #2B6B59;
}
.BgClassName
{
background-color: #2B6B59;
}
</style>
border-color css
<style>
span { border-color: #2B6B59; }
span { border-color: rgb(43,107,89); }
td.TdClassName
{
border-color: #2B6B59;
}
.TagClassName
{
border-color: #2B6B59;
}
</style>