Shades of Eden #2A685A
Tints of Eden #2A685A
RGB
CMYK
RGB Variations
Color information
#2A685A (or 0x2A685A) is known color: Eden. HEX triplet: 2A, 68 and 5A. RGB value is (42,104,90). Sum of RGB (Red+Green+Blue) = 42+104+90=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #2A685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A685A is #D597A5. Grayscale: #535353. Windows color (decimal): -13997990 or 5924906. OLE color: 5924906.
HSL color Cylindrical-coordinate representation of color #2A685A: hue angle of 166.45º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A685A is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 90 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.59 |
| HSL | 166.45º | 0.42% | 0.29% | - |
| HSV(B) | 166.45º | 0.6% | 0.41% | - |
| XYZ | 7.75 | 11.13 | 11.41 | - |
| YUV | 83.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 90 | 0.60 | 0 | 0.13 | 0.59 | 166.45 | 0.42 | 0.29 |
| Hex | 2A | 68 | 5A | 3C | 0 | D | 3B | A6 | 2A | 1D |
| Octal | 52 | 150 | 132 | 74 | 0 | 15 | 73 | 246 | 52 | 35 |
| Binary | 101010 | 1101000 | 1011010 | 111100 | 0 | 1101 | 111011 | 10100110 | 101010 | 11101 |
Color Harmonies of #2A685A
Complementary color
Monochromatic Colors of #2A685A
Black with #2A685A
Text Example
Text Example
White with #2A685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A685A; }
p { color: rgb(42,104,90); }
H1.HeaderClassName
{
color: #2A685A;
}
.AnyTagClassName
{
color: #2A685A;
}
</style>
background-color css
<style>
a { background-color: #2A685A; }
a { background-color: rgb(42,104,90); }
div.DivClassName
{
background-color: #2A685A;
}
.BgClassName
{
background-color: #2A685A;
}
</style>
border-color css
<style>
span { border-color: #2A685A; }
span { border-color: rgb(42,104,90); }
td.TdClassName
{
border-color: #2A685A;
}
.TagClassName
{
border-color: #2A685A;
}
</style>