Shades of Eden #2A6158
Tints of Eden #2A6158
RGB
CMYK
RGB Variations
Color information
#2A6158 (or 0x2A6158) is known color: Eden. HEX triplet: 2A, 61 and 58. RGB value is (42,97,88). Sum of RGB (Red+Green+Blue) = 42+97+88=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #2A6158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6158 is #D59EA7. Grayscale: #4F4F4F. Windows color (decimal): -13999784 or 5792042. OLE color: 5792042.
HSL color Cylindrical-coordinate representation of color #2A6158: hue angle of 170.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6158 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 97 | 88 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.62 |
| HSL | 170.18º | 0.4% | 0.27% | - |
| HSV(B) | 170.18º | 0.57% | 0.38% | - |
| XYZ | 6.99 | 9.75 | 10.75 | - |
| YUV | 79.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 97 | 88 | 0.57 | 0 | 0.09 | 0.62 | 170.18 | 0.4 | 0.27 |
| Hex | 2A | 61 | 58 | 39 | 0 | 9 | 3E | AA | 28 | 1B |
| Octal | 52 | 141 | 130 | 71 | 0 | 11 | 76 | 252 | 50 | 33 |
| Binary | 101010 | 1100001 | 1011000 | 111001 | 0 | 1001 | 111110 | 10101010 | 101000 | 11011 |
Color Harmonies of #2A6158
Complementary color
Monochromatic Colors of #2A6158
Black with #2A6158
Text Example
Text Example
White with #2A6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6158; }
p { color: rgb(42,97,88); }
H1.HeaderClassName
{
color: #2A6158;
}
.AnyTagClassName
{
color: #2A6158;
}
</style>
background-color css
<style>
a { background-color: #2A6158; }
a { background-color: rgb(42,97,88); }
div.DivClassName
{
background-color: #2A6158;
}
.BgClassName
{
background-color: #2A6158;
}
</style>
border-color css
<style>
span { border-color: #2A6158; }
span { border-color: rgb(42,97,88); }
td.TdClassName
{
border-color: #2A6158;
}
.TagClassName
{
border-color: #2A6158;
}
</style>