Shades of Eden #2A6C5A
Tints of Eden #2A6C5A
RGB
CMYK
RGB Variations
Color information
#2A6C5A (or 0x2A6C5A) is known color: Eden. HEX triplet: 2A, 6C and 5A. RGB value is (42,108,90). Sum of RGB (Red+Green+Blue) = 42+108+90=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #2A6C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6C5A is #D593A5. Grayscale: #565656. Windows color (decimal): -13996966 or 5925930. OLE color: 5925930.
HSL color Cylindrical-coordinate representation of color #2A6C5A: hue angle of 163.64º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6C5A is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 108 | 90 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.58 |
| HSL | 163.64º | 0.44% | 0.29% | - |
| HSV(B) | 163.64º | 0.61% | 0.42% | - |
| XYZ | 8.16 | 11.96 | 11.55 | - |
| YUV | 86.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 90 | 0.61 | 0 | 0.17 | 0.58 | 163.64 | 0.44 | 0.29 |
| Hex | 2A | 6C | 5A | 3D | 0 | 11 | 3A | A4 | 2C | 1D |
| Octal | 52 | 154 | 132 | 75 | 0 | 21 | 72 | 244 | 54 | 35 |
| Binary | 101010 | 1101100 | 1011010 | 111101 | 0 | 10001 | 111010 | 10100100 | 101100 | 11101 |
Color Harmonies of #2A6C5A
Complementary color
Monochromatic Colors of #2A6C5A
Black with #2A6C5A
Text Example
Text Example
White with #2A6C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6C5A; }
p { color: rgb(42,108,90); }
H1.HeaderClassName
{
color: #2A6C5A;
}
.AnyTagClassName
{
color: #2A6C5A;
}
</style>
background-color css
<style>
a { background-color: #2A6C5A; }
a { background-color: rgb(42,108,90); }
div.DivClassName
{
background-color: #2A6C5A;
}
.BgClassName
{
background-color: #2A6C5A;
}
</style>
border-color css
<style>
span { border-color: #2A6C5A; }
span { border-color: rgb(42,108,90); }
td.TdClassName
{
border-color: #2A6C5A;
}
.TagClassName
{
border-color: #2A6C5A;
}
</style>