Shades of Eden #2A685E
Tints of Eden #2A685E
RGB
CMYK
RGB Variations
Color information
#2A685E (or 0x2A685E) is known color: Eden. HEX triplet: 2A, 68 and 5E. RGB value is (42,104,94). Sum of RGB (Red+Green+Blue) = 42+104+94=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #2A685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A685E is #D597A1. Grayscale: #545454. Windows color (decimal): -13997986 or 6187050. OLE color: 6187050.
HSL color Cylindrical-coordinate representation of color #2A685E: hue angle of 170.32º 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 #2A685E is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 94 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.59 |
| HSL | 170.32º | 0.42% | 0.29% | - |
| HSV(B) | 170.32º | 0.6% | 0.41% | - |
| XYZ | 7.93 | 11.2 | 12.33 | - |
| YUV | 84.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 94 | 0.60 | 0 | 0.10 | 0.59 | 170.32 | 0.42 | 0.29 |
| Hex | 2A | 68 | 5E | 3C | 0 | A | 3B | AA | 2A | 1D |
| Octal | 52 | 150 | 136 | 74 | 0 | 12 | 73 | 252 | 52 | 35 |
| Binary | 101010 | 1101000 | 1011110 | 111100 | 0 | 1010 | 111011 | 10101010 | 101010 | 11101 |
Color Harmonies of #2A685E
Complementary color
Monochromatic Colors of #2A685E
Black with #2A685E
Text Example
Text Example
White with #2A685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A685E; }
p { color: rgb(42,104,94); }
H1.HeaderClassName
{
color: #2A685E;
}
.AnyTagClassName
{
color: #2A685E;
}
</style>
background-color css
<style>
a { background-color: #2A685E; }
a { background-color: rgb(42,104,94); }
div.DivClassName
{
background-color: #2A685E;
}
.BgClassName
{
background-color: #2A685E;
}
</style>
border-color css
<style>
span { border-color: #2A685E; }
span { border-color: rgb(42,104,94); }
td.TdClassName
{
border-color: #2A685E;
}
.TagClassName
{
border-color: #2A685E;
}
</style>