Shades of Eden #2A715A
Tints of Eden #2A715A
RGB
CMYK
RGB Variations
Color information
#2A715A (or 0x2A715A) is known color: Eden. HEX triplet: 2A, 71 and 5A. RGB value is (42,113,90). Sum of RGB (Red+Green+Blue) = 42+113+90=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #2A715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A715A is #D58EA5. Grayscale: #595959. Windows color (decimal): -13995686 or 5927210. OLE color: 5927210.
HSL color Cylindrical-coordinate representation of color #2A715A: hue angle of 160.56º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A715A is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 113 | 90 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.56 |
| HSL | 160.56º | 0.46% | 0.3% | - |
| HSV(B) | 160.56º | 0.63% | 0.44% | - |
| XYZ | 8.71 | 13.04 | 11.73 | - |
| YUV | 89.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 90 | 0.63 | 0 | 0.20 | 0.56 | 160.56 | 0.46 | 0.3 |
| Hex | 2A | 71 | 5A | 3F | 0 | 14 | 38 | A1 | 2E | 1E |
| Octal | 52 | 161 | 132 | 77 | 0 | 24 | 70 | 241 | 56 | 36 |
| Binary | 101010 | 1110001 | 1011010 | 111111 | 0 | 10100 | 111000 | 10100001 | 101110 | 11110 |
Color Harmonies of #2A715A
Complementary color
Monochromatic Colors of #2A715A
Black with #2A715A
Text Example
Text Example
White with #2A715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A715A; }
p { color: rgb(42,113,90); }
H1.HeaderClassName
{
color: #2A715A;
}
.AnyTagClassName
{
color: #2A715A;
}
</style>
background-color css
<style>
a { background-color: #2A715A; }
a { background-color: rgb(42,113,90); }
div.DivClassName
{
background-color: #2A715A;
}
.BgClassName
{
background-color: #2A715A;
}
</style>
border-color css
<style>
span { border-color: #2A715A; }
span { border-color: rgb(42,113,90); }
td.TdClassName
{
border-color: #2A715A;
}
.TagClassName
{
border-color: #2A715A;
}
</style>