Shades of Eden #2B6A57
Tints of Eden #2B6A57
RGB
CMYK
RGB Variations
Color information
#2B6A57 (or 0x2B6A57) is known color: Eden. HEX triplet: 2B, 6A and 57. RGB value is (43,106,87). Sum of RGB (Red+Green+Blue) = 43+106+87=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A57 is #D495A8. Grayscale: #555555. Windows color (decimal): -13931945 or 5728811. OLE color: 5728811.
HSL color Cylindrical-coordinate representation of color #2B6A57: hue angle of 161.9º 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 #2B6A57 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 106 | 87 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.58 |
| HSL | 161.9º | 0.42% | 0.29% | - |
| HSV(B) | 161.9º | 0.59% | 0.42% | - |
| XYZ | 7.87 | 11.51 | 10.82 | - |
| YUV | 85 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 87 | 0.59 | 0 | 0.18 | 0.58 | 161.9 | 0.42 | 0.29 |
| Hex | 2B | 6A | 57 | 3B | 0 | 12 | 3A | A2 | 2A | 1D |
| Octal | 53 | 152 | 127 | 73 | 0 | 22 | 72 | 242 | 52 | 35 |
| Binary | 101011 | 1101010 | 1010111 | 111011 | 0 | 10010 | 111010 | 10100010 | 101010 | 11101 |
Color Harmonies of #2B6A57
Complementary color
Monochromatic Colors of #2B6A57
Black with #2B6A57
Text Example
Text Example
White with #2B6A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A57; }
p { color: rgb(43,106,87); }
H1.HeaderClassName
{
color: #2B6A57;
}
.AnyTagClassName
{
color: #2B6A57;
}
</style>
background-color css
<style>
a { background-color: #2B6A57; }
a { background-color: rgb(43,106,87); }
div.DivClassName
{
background-color: #2B6A57;
}
.BgClassName
{
background-color: #2B6A57;
}
</style>
border-color css
<style>
span { border-color: #2B6A57; }
span { border-color: rgb(43,106,87); }
td.TdClassName
{
border-color: #2B6A57;
}
.TagClassName
{
border-color: #2B6A57;
}
</style>