Shades of Eden #2A6A5E
Tints of Eden #2A6A5E
RGB
CMYK
RGB Variations
Color information
#2A6A5E (or 0x2A6A5E) is known color: Eden. HEX triplet: 2A, 6A and 5E. RGB value is (42,106,94). Sum of RGB (Red+Green+Blue) = 42+106+94=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #2A6A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6A5E is #D595A1. Grayscale: #555555. Windows color (decimal): -13997474 or 6187562. OLE color: 6187562.
HSL color Cylindrical-coordinate representation of color #2A6A5E: hue angle of 168.75º 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 #2A6A5E is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 106 | 94 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.58 |
| HSL | 168.75º | 0.43% | 0.29% | - |
| HSV(B) | 168.75º | 0.6% | 0.42% | - |
| XYZ | 8.13 | 11.61 | 12.4 | - |
| YUV | 85.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 94 | 0.60 | 0 | 0.11 | 0.58 | 168.75 | 0.43 | 0.29 |
| Hex | 2A | 6A | 5E | 3C | 0 | B | 3A | A9 | 2B | 1D |
| Octal | 52 | 152 | 136 | 74 | 0 | 13 | 72 | 251 | 53 | 35 |
| Binary | 101010 | 1101010 | 1011110 | 111100 | 0 | 1011 | 111010 | 10101001 | 101011 | 11101 |
Color Harmonies of #2A6A5E
Complementary color
Monochromatic Colors of #2A6A5E
Black with #2A6A5E
Text Example
Text Example
White with #2A6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6A5E; }
p { color: rgb(42,106,94); }
H1.HeaderClassName
{
color: #2A6A5E;
}
.AnyTagClassName
{
color: #2A6A5E;
}
</style>
background-color css
<style>
a { background-color: #2A6A5E; }
a { background-color: rgb(42,106,94); }
div.DivClassName
{
background-color: #2A6A5E;
}
.BgClassName
{
background-color: #2A6A5E;
}
</style>
border-color css
<style>
span { border-color: #2A6A5E; }
span { border-color: rgb(42,106,94); }
td.TdClassName
{
border-color: #2A6A5E;
}
.TagClassName
{
border-color: #2A6A5E;
}
</style>