Shades of Eden #2A6A60
Tints of Eden #2A6A60
RGB
CMYK
RGB Variations
Color information
#2A6A60 (or 0x2A6A60) is known color: Eden. HEX triplet: 2A, 6A and 60. RGB value is (42,106,96). Sum of RGB (Red+Green+Blue) = 42+106+96=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 106 - color contains mainly: green. Hex color #2A6A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6A60 is #D5959F. Grayscale: #555555. Windows color (decimal): -13997472 or 6318634. OLE color: 6318634.
HSL color Cylindrical-coordinate representation of color #2A6A60: hue angle of 170.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6A60 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 106 | 96 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.58 |
| HSL | 170.63º | 0.43% | 0.29% | - |
| HSV(B) | 170.63º | 0.6% | 0.42% | - |
| XYZ | 8.22 | 11.64 | 12.88 | - |
| YUV | 85.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 96 | 0.60 | 0 | 0.09 | 0.58 | 170.63 | 0.43 | 0.29 |
| Hex | 2A | 6A | 60 | 3C | 0 | 9 | 3A | AB | 2B | 1D |
| Octal | 52 | 152 | 140 | 74 | 0 | 11 | 72 | 253 | 53 | 35 |
| Binary | 101010 | 1101010 | 1100000 | 111100 | 0 | 1001 | 111010 | 10101011 | 101011 | 11101 |
Color Harmonies of #2A6A60
Complementary color
Monochromatic Colors of #2A6A60
Black with #2A6A60
Text Example
Text Example
White with #2A6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6A60; }
p { color: rgb(42,106,96); }
H1.HeaderClassName
{
color: #2A6A60;
}
.AnyTagClassName
{
color: #2A6A60;
}
</style>
background-color css
<style>
a { background-color: #2A6A60; }
a { background-color: rgb(42,106,96); }
div.DivClassName
{
background-color: #2A6A60;
}
.BgClassName
{
background-color: #2A6A60;
}
</style>
border-color css
<style>
span { border-color: #2A6A60; }
span { border-color: rgb(42,106,96); }
td.TdClassName
{
border-color: #2A6A60;
}
.TagClassName
{
border-color: #2A6A60;
}
</style>