Shades of Eden #2A6959
Tints of Eden #2A6959
RGB
CMYK
RGB Variations
Color information
#2A6959 (or 0x2A6959) is known color: Eden. HEX triplet: 2A, 69 and 59. RGB value is (42,105,89). Sum of RGB (Red+Green+Blue) = 42+105+89=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6959 is #D596A6. Grayscale: #545454. Windows color (decimal): -13997735 or 5859626. OLE color: 5859626.
HSL color Cylindrical-coordinate representation of color #2A6959: hue angle of 164.76º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6959 is Cyan = 0.6, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 89 | - |
| CMYK | 0.6 | 0 | 0.15 | 0.59 |
| HSL | 164.76º | 0.43% | 0.29% | - |
| HSV(B) | 164.76º | 0.6% | 0.41% | - |
| XYZ | 7.81 | 11.32 | 11.22 | - |
| YUV | 84.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 89 | 0.6 | 0 | 0.15 | 0.59 | 164.76 | 0.43 | 0.29 |
| Hex | 2A | 69 | 59 | 3C | 0 | F | 3B | A5 | 2B | 1D |
| Octal | 52 | 151 | 131 | 74 | 0 | 17 | 73 | 245 | 53 | 35 |
| Binary | 101010 | 1101001 | 1011001 | 111100 | 0 | 1111 | 111011 | 10100101 | 101011 | 11101 |
Color Harmonies of #2A6959
Complementary color
Monochromatic Colors of #2A6959
Black with #2A6959
Text Example
Text Example
White with #2A6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6959; }
p { color: rgb(42,105,89); }
H1.HeaderClassName
{
color: #2A6959;
}
.AnyTagClassName
{
color: #2A6959;
}
</style>
background-color css
<style>
a { background-color: #2A6959; }
a { background-color: rgb(42,105,89); }
div.DivClassName
{
background-color: #2A6959;
}
.BgClassName
{
background-color: #2A6959;
}
</style>
border-color css
<style>
span { border-color: #2A6959; }
span { border-color: rgb(42,105,89); }
td.TdClassName
{
border-color: #2A6959;
}
.TagClassName
{
border-color: #2A6959;
}
</style>