Shades of Eden #2A5A51
Tints of Eden #2A5A51
RGB
CMYK
RGB Variations
Color information
#2A5A51 (or 0x2A5A51) is known color: Eden. HEX triplet: 2A, 5A and 51. RGB value is (42,90,81). Sum of RGB (Red+Green+Blue) = 42+90+81=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5A51 is #D5A5AE. Grayscale: #4A4A4A. Windows color (decimal): -14001583 or 5331498. OLE color: 5331498.
HSL color Cylindrical-coordinate representation of color #2A5A51: hue angle of 168.75º 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 #2A5A51 is Cyan = 0.53, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 81 | - |
| CMYK | 0.53 | 0 | 0.1 | 0.65 |
| HSL | 168.75º | 0.36% | 0.26% | - |
| HSV(B) | 168.75º | 0.53% | 0.35% | - |
| XYZ | 6.1 | 8.4 | 9.08 | - |
| YUV | 74.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 81 | 0.53 | 0 | 0.1 | 0.65 | 168.75 | 0.36 | 0.26 |
| Hex | 2A | 5A | 51 | 35 | 0 | A | 41 | A9 | 24 | 1A |
| Octal | 52 | 132 | 121 | 65 | 0 | 12 | 101 | 251 | 44 | 32 |
| Binary | 101010 | 1011010 | 1010001 | 110101 | 0 | 1010 | 1000001 | 10101001 | 100100 | 11010 |
Color Harmonies of #2A5A51
Complementary color
Monochromatic Colors of #2A5A51
Black with #2A5A51
Text Example
Text Example
White with #2A5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A51; }
p { color: rgb(42,90,81); }
H1.HeaderClassName
{
color: #2A5A51;
}
.AnyTagClassName
{
color: #2A5A51;
}
</style>
background-color css
<style>
a { background-color: #2A5A51; }
a { background-color: rgb(42,90,81); }
div.DivClassName
{
background-color: #2A5A51;
}
.BgClassName
{
background-color: #2A5A51;
}
</style>
border-color css
<style>
span { border-color: #2A5A51; }
span { border-color: rgb(42,90,81); }
td.TdClassName
{
border-color: #2A5A51;
}
.TagClassName
{
border-color: #2A5A51;
}
</style>