Shades of Eden #2A5D59
Tints of Eden #2A5D59
RGB
CMYK
RGB Variations
Color information
#2A5D59 (or 0x2A5D59) is known color: Eden. HEX triplet: 2A, 5D and 59. RGB value is (42,93,89). Sum of RGB (Red+Green+Blue) = 42+93+89=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5D59 is #D5A2A6. Grayscale: #4D4D4D. Windows color (decimal): -14000807 or 5856554. OLE color: 5856554.
HSL color Cylindrical-coordinate representation of color #2A5D59: hue angle of 175.29º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5D59 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 93 | 89 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.64 |
| HSL | 175.29º | 0.38% | 0.26% | - |
| HSV(B) | 175.29º | 0.55% | 0.36% | - |
| XYZ | 6.67 | 9.04 | 10.84 | - |
| YUV | 77.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 89 | 0.55 | 0 | 0.04 | 0.64 | 175.29 | 0.38 | 0.26 |
| Hex | 2A | 5D | 59 | 37 | 0 | 4 | 40 | AF | 26 | 1A |
| Octal | 52 | 135 | 131 | 67 | 0 | 4 | 100 | 257 | 46 | 32 |
| Binary | 101010 | 1011101 | 1011001 | 110111 | 0 | 100 | 1000000 | 10101111 | 100110 | 11010 |
Color Harmonies of #2A5D59
Complementary color
Monochromatic Colors of #2A5D59
Black with #2A5D59
Text Example
Text Example
White with #2A5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D59; }
p { color: rgb(42,93,89); }
H1.HeaderClassName
{
color: #2A5D59;
}
.AnyTagClassName
{
color: #2A5D59;
}
</style>
background-color css
<style>
a { background-color: #2A5D59; }
a { background-color: rgb(42,93,89); }
div.DivClassName
{
background-color: #2A5D59;
}
.BgClassName
{
background-color: #2A5D59;
}
</style>
border-color css
<style>
span { border-color: #2A5D59; }
span { border-color: rgb(42,93,89); }
td.TdClassName
{
border-color: #2A5D59;
}
.TagClassName
{
border-color: #2A5D59;
}
</style>