Shades of Eden #2B7459
Tints of Eden #2B7459
RGB
CMYK
RGB Variations
Color information
#2B7459 (or 0x2B7459) is known color: Eden. HEX triplet: 2B, 74 and 59. RGB value is (43,116,89). Sum of RGB (Red+Green+Blue) = 43+116+89=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7459 is #D48BA6. Grayscale: #5B5B5B. Windows color (decimal): -13929383 or 5862443. OLE color: 5862443.
HSL color Cylindrical-coordinate representation of color #2B7459: hue angle of 157.81º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7459 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 89 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.55 |
| HSL | 157.81º | 0.46% | 0.31% | - |
| HSV(B) | 157.81º | 0.63% | 0.45% | - |
| XYZ | 9.04 | 13.73 | 11.62 | - |
| YUV | 91.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 89 | 0.63 | 0 | 0.23 | 0.55 | 157.81 | 0.46 | 0.31 |
| Hex | 2B | 74 | 59 | 3F | 0 | 17 | 37 | 9E | 2E | 1F |
| Octal | 53 | 164 | 131 | 77 | 0 | 27 | 67 | 236 | 56 | 37 |
| Binary | 101011 | 1110100 | 1011001 | 111111 | 0 | 10111 | 110111 | 10011110 | 101110 | 11111 |
Color Harmonies of #2B7459
Complementary color
Monochromatic Colors of #2B7459
Black with #2B7459
Text Example
Text Example
White with #2B7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7459; }
p { color: rgb(43,116,89); }
H1.HeaderClassName
{
color: #2B7459;
}
.AnyTagClassName
{
color: #2B7459;
}
</style>
background-color css
<style>
a { background-color: #2B7459; }
a { background-color: rgb(43,116,89); }
div.DivClassName
{
background-color: #2B7459;
}
.BgClassName
{
background-color: #2B7459;
}
</style>
border-color css
<style>
span { border-color: #2B7459; }
span { border-color: rgb(43,116,89); }
td.TdClassName
{
border-color: #2B7459;
}
.TagClassName
{
border-color: #2B7459;
}
</style>