Shades of Eden #2A605E
Tints of Eden #2A605E
RGB
CMYK
RGB Variations
Color information
#2A605E (or 0x2A605E) is known color: Eden. HEX triplet: 2A, 60 and 5E. RGB value is (42,96,94). Sum of RGB (Red+Green+Blue) = 42+96+94=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #2A605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A605E is #D59FA1. Grayscale: #4F4F4F. Windows color (decimal): -14000034 or 6185002. OLE color: 6185002.
HSL color Cylindrical-coordinate representation of color #2A605E: hue angle of 177.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A605E is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 94 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.62 |
| HSL | 177.78º | 0.39% | 0.27% | - |
| HSV(B) | 177.78º | 0.56% | 0.38% | - |
| XYZ | 7.16 | 9.67 | 12.08 | - |
| YUV | 79.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 94 | 0.56 | 0 | 0.02 | 0.62 | 177.78 | 0.39 | 0.27 |
| Hex | 2A | 60 | 5E | 38 | 0 | 2 | 3E | B2 | 27 | 1B |
| Octal | 52 | 140 | 136 | 70 | 0 | 2 | 76 | 262 | 47 | 33 |
| Binary | 101010 | 1100000 | 1011110 | 111000 | 0 | 10 | 111110 | 10110010 | 100111 | 11011 |
Color Harmonies of #2A605E
Complementary color
Monochromatic Colors of #2A605E
Black with #2A605E
Text Example
Text Example
White with #2A605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A605E; }
p { color: rgb(42,96,94); }
H1.HeaderClassName
{
color: #2A605E;
}
.AnyTagClassName
{
color: #2A605E;
}
</style>
background-color css
<style>
a { background-color: #2A605E; }
a { background-color: rgb(42,96,94); }
div.DivClassName
{
background-color: #2A605E;
}
.BgClassName
{
background-color: #2A605E;
}
</style>
border-color css
<style>
span { border-color: #2A605E; }
span { border-color: rgb(42,96,94); }
td.TdClassName
{
border-color: #2A605E;
}
.TagClassName
{
border-color: #2A605E;
}
</style>