Shades of Eden #2A5D56
Tints of Eden #2A5D56
RGB
CMYK
RGB Variations
Color information
#2A5D56 (or 0x2A5D56) is known color: Eden. HEX triplet: 2A, 5D and 56. RGB value is (42,93,86). Sum of RGB (Red+Green+Blue) = 42+93+86=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5D56 is #D5A2A9. Grayscale: #4C4C4C. Windows color (decimal): -14000810 or 5659946. OLE color: 5659946.
HSL color Cylindrical-coordinate representation of color #2A5D56: hue angle of 171.76º 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 #2A5D56 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 93 | 86 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.64 |
| HSL | 171.76º | 0.38% | 0.26% | - |
| HSV(B) | 171.76º | 0.55% | 0.36% | - |
| XYZ | 6.55 | 8.99 | 10.19 | - |
| YUV | 76.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 86 | 0.55 | 0 | 0.08 | 0.64 | 171.76 | 0.38 | 0.26 |
| Hex | 2A | 5D | 56 | 37 | 0 | 8 | 40 | AC | 26 | 1A |
| Octal | 52 | 135 | 126 | 67 | 0 | 10 | 100 | 254 | 46 | 32 |
| Binary | 101010 | 1011101 | 1010110 | 110111 | 0 | 1000 | 1000000 | 10101100 | 100110 | 11010 |
Color Harmonies of #2A5D56
Complementary color
Monochromatic Colors of #2A5D56
Black with #2A5D56
Text Example
Text Example
White with #2A5D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D56; }
p { color: rgb(42,93,86); }
H1.HeaderClassName
{
color: #2A5D56;
}
.AnyTagClassName
{
color: #2A5D56;
}
</style>
background-color css
<style>
a { background-color: #2A5D56; }
a { background-color: rgb(42,93,86); }
div.DivClassName
{
background-color: #2A5D56;
}
.BgClassName
{
background-color: #2A5D56;
}
</style>
border-color css
<style>
span { border-color: #2A5D56; }
span { border-color: rgb(42,93,86); }
td.TdClassName
{
border-color: #2A5D56;
}
.TagClassName
{
border-color: #2A5D56;
}
</style>