Shades of Eden #2A5951
Tints of Eden #2A5951
RGB
CMYK
RGB Variations
Color information
#2A5951 (or 0x2A5951) is known color: Eden. HEX triplet: 2A, 59 and 51. RGB value is (42,89,81). Sum of RGB (Red+Green+Blue) = 42+89+81=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5951 is #D5A6AE. Grayscale: #4A4A4A. Windows color (decimal): -14001839 or 5331242. OLE color: 5331242.
HSL color Cylindrical-coordinate representation of color #2A5951: hue angle of 169.79º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5951 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 81 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.65 |
| HSL | 169.79º | 0.36% | 0.26% | - |
| HSV(B) | 169.79º | 0.53% | 0.35% | - |
| XYZ | 6.01 | 8.23 | 9.06 | - |
| YUV | 74.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 81 | 0.53 | 0 | 0.09 | 0.65 | 169.79 | 0.36 | 0.26 |
| Hex | 2A | 59 | 51 | 35 | 0 | 9 | 41 | AA | 24 | 1A |
| Octal | 52 | 131 | 121 | 65 | 0 | 11 | 101 | 252 | 44 | 32 |
| Binary | 101010 | 1011001 | 1010001 | 110101 | 0 | 1001 | 1000001 | 10101010 | 100100 | 11010 |
Color Harmonies of #2A5951
Complementary color
Monochromatic Colors of #2A5951
Black with #2A5951
Text Example
Text Example
White with #2A5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5951; }
p { color: rgb(42,89,81); }
H1.HeaderClassName
{
color: #2A5951;
}
.AnyTagClassName
{
color: #2A5951;
}
</style>
background-color css
<style>
a { background-color: #2A5951; }
a { background-color: rgb(42,89,81); }
div.DivClassName
{
background-color: #2A5951;
}
.BgClassName
{
background-color: #2A5951;
}
</style>
border-color css
<style>
span { border-color: #2A5951; }
span { border-color: rgb(42,89,81); }
td.TdClassName
{
border-color: #2A5951;
}
.TagClassName
{
border-color: #2A5951;
}
</style>