Shades of Eden #2B6855
Tints of Eden #2B6855
RGB
CMYK
RGB Variations
Color information
#2B6855 (or 0x2B6855) is known color: Eden. HEX triplet: 2B, 68 and 55. RGB value is (43,104,85). Sum of RGB (Red+Green+Blue) = 43+104+85=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6855 is #D497AA. Grayscale: #535353. Windows color (decimal): -13932459 or 5597227. OLE color: 5597227.
HSL color Cylindrical-coordinate representation of color #2B6855: hue angle of 161.31º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6855 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 85 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.59 |
| HSL | 161.31º | 0.41% | 0.29% | - |
| HSV(B) | 161.31º | 0.59% | 0.41% | - |
| XYZ | 7.59 | 11.07 | 10.33 | - |
| YUV | 83.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 85 | 0.59 | 0 | 0.18 | 0.59 | 161.31 | 0.41 | 0.29 |
| Hex | 2B | 68 | 55 | 3B | 0 | 12 | 3B | A1 | 29 | 1D |
| Octal | 53 | 150 | 125 | 73 | 0 | 22 | 73 | 241 | 51 | 35 |
| Binary | 101011 | 1101000 | 1010101 | 111011 | 0 | 10010 | 111011 | 10100001 | 101001 | 11101 |
Color Harmonies of #2B6855
Complementary color
Monochromatic Colors of #2B6855
Black with #2B6855
Text Example
Text Example
White with #2B6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6855; }
p { color: rgb(43,104,85); }
H1.HeaderClassName
{
color: #2B6855;
}
.AnyTagClassName
{
color: #2B6855;
}
</style>
background-color css
<style>
a { background-color: #2B6855; }
a { background-color: rgb(43,104,85); }
div.DivClassName
{
background-color: #2B6855;
}
.BgClassName
{
background-color: #2B6855;
}
</style>
border-color css
<style>
span { border-color: #2B6855; }
span { border-color: rgb(43,104,85); }
td.TdClassName
{
border-color: #2B6855;
}
.TagClassName
{
border-color: #2B6855;
}
</style>