Shades of Eden #2B6A59
Tints of Eden #2B6A59
RGB
CMYK
RGB Variations
Color information
#2B6A59 (or 0x2B6A59) is known color: Eden. HEX triplet: 2B, 6A and 59. RGB value is (43,106,89). Sum of RGB (Red+Green+Blue) = 43+106+89=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A59 is #D495A6. Grayscale: #555555. Windows color (decimal): -13931943 or 5859883. OLE color: 5859883.
HSL color Cylindrical-coordinate representation of color #2B6A59: hue angle of 163.81º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6A59 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 106 | 89 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.58 |
| HSL | 163.81º | 0.42% | 0.29% | - |
| HSV(B) | 163.81º | 0.59% | 0.42% | - |
| XYZ | 7.95 | 11.54 | 11.26 | - |
| YUV | 85.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 89 | 0.59 | 0 | 0.16 | 0.58 | 163.81 | 0.42 | 0.29 |
| Hex | 2B | 6A | 59 | 3B | 0 | 10 | 3A | A4 | 2A | 1D |
| Octal | 53 | 152 | 131 | 73 | 0 | 20 | 72 | 244 | 52 | 35 |
| Binary | 101011 | 1101010 | 1011001 | 111011 | 0 | 10000 | 111010 | 10100100 | 101010 | 11101 |
Color Harmonies of #2B6A59
Complementary color
Monochromatic Colors of #2B6A59
Black with #2B6A59
Text Example
Text Example
White with #2B6A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A59; }
p { color: rgb(43,106,89); }
H1.HeaderClassName
{
color: #2B6A59;
}
.AnyTagClassName
{
color: #2B6A59;
}
</style>
background-color css
<style>
a { background-color: #2B6A59; }
a { background-color: rgb(43,106,89); }
div.DivClassName
{
background-color: #2B6A59;
}
.BgClassName
{
background-color: #2B6A59;
}
</style>
border-color css
<style>
span { border-color: #2B6A59; }
span { border-color: rgb(43,106,89); }
td.TdClassName
{
border-color: #2B6A59;
}
.TagClassName
{
border-color: #2B6A59;
}
</style>