Shades of Eden #2B6155
Tints of Eden #2B6155
RGB
CMYK
RGB Variations
Color information
#2B6155 (or 0x2B6155) is known color: Eden. HEX triplet: 2B, 61 and 55. RGB value is (43,97,85). Sum of RGB (Red+Green+Blue) = 43+97+85=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6155 is #D49EAA. Grayscale: #4F4F4F. Windows color (decimal): -13934251 or 5595435. OLE color: 5595435.
HSL color Cylindrical-coordinate representation of color #2B6155: hue angle of 166.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6155 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 85 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.62 |
| HSL | 166.67º | 0.39% | 0.27% | - |
| HSV(B) | 166.67º | 0.56% | 0.38% | - |
| XYZ | 6.91 | 9.72 | 10.11 | - |
| YUV | 79.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 85 | 0.56 | 0 | 0.12 | 0.62 | 166.67 | 0.39 | 0.27 |
| Hex | 2B | 61 | 55 | 38 | 0 | C | 3E | A7 | 27 | 1B |
| Octal | 53 | 141 | 125 | 70 | 0 | 14 | 76 | 247 | 47 | 33 |
| Binary | 101011 | 1100001 | 1010101 | 111000 | 0 | 1100 | 111110 | 10100111 | 100111 | 11011 |
Color Harmonies of #2B6155
Complementary color
Monochromatic Colors of #2B6155
Black with #2B6155
Text Example
Text Example
White with #2B6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6155; }
p { color: rgb(43,97,85); }
H1.HeaderClassName
{
color: #2B6155;
}
.AnyTagClassName
{
color: #2B6155;
}
</style>
background-color css
<style>
a { background-color: #2B6155; }
a { background-color: rgb(43,97,85); }
div.DivClassName
{
background-color: #2B6155;
}
.BgClassName
{
background-color: #2B6155;
}
</style>
border-color css
<style>
span { border-color: #2B6155; }
span { border-color: rgb(43,97,85); }
td.TdClassName
{
border-color: #2B6155;
}
.TagClassName
{
border-color: #2B6155;
}
</style>