Shades of Eden #2A5A55
Tints of Eden #2A5A55
RGB
CMYK
RGB Variations
Color information
#2A5A55 (or 0x2A5A55) is known color: Eden. HEX triplet: 2A, 5A and 55. RGB value is (42,90,85). Sum of RGB (Red+Green+Blue) = 42+90+85=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5A55 is #D5A5AA. Grayscale: #4B4B4B. Windows color (decimal): -14001579 or 5593642. OLE color: 5593642.
HSL color Cylindrical-coordinate representation of color #2A5A55: hue angle of 173.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 #2A5A55 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 85 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.65 |
| HSL | 173.75º | 0.36% | 0.26% | - |
| HSV(B) | 173.75º | 0.53% | 0.35% | - |
| XYZ | 6.25 | 8.46 | 9.9 | - |
| YUV | 75.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 85 | 0.53 | 0 | 0.06 | 0.65 | 173.75 | 0.36 | 0.26 |
| Hex | 2A | 5A | 55 | 35 | 0 | 6 | 41 | AE | 24 | 1A |
| Octal | 52 | 132 | 125 | 65 | 0 | 6 | 101 | 256 | 44 | 32 |
| Binary | 101010 | 1011010 | 1010101 | 110101 | 0 | 110 | 1000001 | 10101110 | 100100 | 11010 |
Color Harmonies of #2A5A55
Complementary color
Monochromatic Colors of #2A5A55
Black with #2A5A55
Text Example
Text Example
White with #2A5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A55; }
p { color: rgb(42,90,85); }
H1.HeaderClassName
{
color: #2A5A55;
}
.AnyTagClassName
{
color: #2A5A55;
}
</style>
background-color css
<style>
a { background-color: #2A5A55; }
a { background-color: rgb(42,90,85); }
div.DivClassName
{
background-color: #2A5A55;
}
.BgClassName
{
background-color: #2A5A55;
}
</style>
border-color css
<style>
span { border-color: #2A5A55; }
span { border-color: rgb(42,90,85); }
td.TdClassName
{
border-color: #2A5A55;
}
.TagClassName
{
border-color: #2A5A55;
}
</style>