Shades of Eden #2A7259
Tints of Eden #2A7259
RGB
CMYK
RGB Variations
Color information
#2A7259 (or 0x2A7259) is known color: Eden. HEX triplet: 2A, 72 and 59. RGB value is (42,114,89). Sum of RGB (Red+Green+Blue) = 42+114+89=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7259 is #D58DA6. Grayscale: #595959. Windows color (decimal): -13995431 or 5861930. OLE color: 5861930.
HSL color Cylindrical-coordinate representation of color #2A7259: hue angle of 159.17º 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 #2A7259 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 89 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.55 |
| HSL | 159.17º | 0.46% | 0.31% | - |
| HSV(B) | 159.17º | 0.63% | 0.45% | - |
| XYZ | 8.78 | 13.25 | 11.55 | - |
| YUV | 89.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 89 | 0.63 | 0 | 0.22 | 0.55 | 159.17 | 0.46 | 0.31 |
| Hex | 2A | 72 | 59 | 3F | 0 | 16 | 37 | 9F | 2E | 1F |
| Octal | 52 | 162 | 131 | 77 | 0 | 26 | 67 | 237 | 56 | 37 |
| Binary | 101010 | 1110010 | 1011001 | 111111 | 0 | 10110 | 110111 | 10011111 | 101110 | 11111 |
Color Harmonies of #2A7259
Complementary color
Monochromatic Colors of #2A7259
Black with #2A7259
Text Example
Text Example
White with #2A7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7259; }
p { color: rgb(42,114,89); }
H1.HeaderClassName
{
color: #2A7259;
}
.AnyTagClassName
{
color: #2A7259;
}
</style>
background-color css
<style>
a { background-color: #2A7259; }
a { background-color: rgb(42,114,89); }
div.DivClassName
{
background-color: #2A7259;
}
.BgClassName
{
background-color: #2A7259;
}
</style>
border-color css
<style>
span { border-color: #2A7259; }
span { border-color: rgb(42,114,89); }
td.TdClassName
{
border-color: #2A7259;
}
.TagClassName
{
border-color: #2A7259;
}
</style>