Shades of Eden #2A5A52
Tints of Eden #2A5A52
RGB
CMYK
RGB Variations
Color information
#2A5A52 (or 0x2A5A52) is known color: Eden. HEX triplet: 2A, 5A and 52. RGB value is (42,90,82). Sum of RGB (Red+Green+Blue) = 42+90+82=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5A52 is #D5A5AD. Grayscale: #4A4A4A. Windows color (decimal): -14001582 or 5397034. OLE color: 5397034.
HSL color Cylindrical-coordinate representation of color #2A5A52: hue angle of 170º 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 #2A5A52 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 82 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.65 |
| HSL | 170º | 0.36% | 0.26% | - |
| HSV(B) | 170º | 0.53% | 0.35% | - |
| XYZ | 6.13 | 8.41 | 9.28 | - |
| YUV | 74.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 82 | 0.53 | 0 | 0.09 | 0.65 | 170 | 0.36 | 0.26 |
| Hex | 2A | 5A | 52 | 35 | 0 | 9 | 41 | AA | 24 | 1A |
| Octal | 52 | 132 | 122 | 65 | 0 | 11 | 101 | 252 | 44 | 32 |
| Binary | 101010 | 1011010 | 1010010 | 110101 | 0 | 1001 | 1000001 | 10101010 | 100100 | 11010 |
Color Harmonies of #2A5A52
Complementary color
Monochromatic Colors of #2A5A52
Black with #2A5A52
Text Example
Text Example
White with #2A5A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A52; }
p { color: rgb(42,90,82); }
H1.HeaderClassName
{
color: #2A5A52;
}
.AnyTagClassName
{
color: #2A5A52;
}
</style>
background-color css
<style>
a { background-color: #2A5A52; }
a { background-color: rgb(42,90,82); }
div.DivClassName
{
background-color: #2A5A52;
}
.BgClassName
{
background-color: #2A5A52;
}
</style>
border-color css
<style>
span { border-color: #2A5A52; }
span { border-color: rgb(42,90,82); }
td.TdClassName
{
border-color: #2A5A52;
}
.TagClassName
{
border-color: #2A5A52;
}
</style>