Shades of Eden #2A6964
Tints of Eden #2A6964
RGB
CMYK
RGB Variations
Color information
#2A6964 (or 0x2A6964) is known color: Eden. HEX triplet: 2A, 69 and 64. RGB value is (42,105,100). Sum of RGB (Red+Green+Blue) = 42+105+100=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6964 is #D5969B. Grayscale: #555555. Windows color (decimal): -13997724 or 6580522. OLE color: 6580522.
HSL color Cylindrical-coordinate representation of color #2A6964: hue angle of 175.24º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6964 is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 100 | - |
| CMYK | 0.6 | 0 | 0.05 | 0.59 |
| HSL | 175.24º | 0.43% | 0.29% | - |
| HSV(B) | 175.24º | 0.6% | 0.41% | - |
| XYZ | 8.31 | 11.52 | 13.84 | - |
| YUV | 85.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 100 | 0.6 | 0 | 0.05 | 0.59 | 175.24 | 0.43 | 0.29 |
| Hex | 2A | 69 | 64 | 3C | 0 | 5 | 3B | AF | 2B | 1D |
| Octal | 52 | 151 | 144 | 74 | 0 | 5 | 73 | 257 | 53 | 35 |
| Binary | 101010 | 1101001 | 1100100 | 111100 | 0 | 101 | 111011 | 10101111 | 101011 | 11101 |
Color Harmonies of #2A6964
Complementary color
Monochromatic Colors of #2A6964
Black with #2A6964
Text Example
Text Example
White with #2A6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6964; }
p { color: rgb(42,105,100); }
H1.HeaderClassName
{
color: #2A6964;
}
.AnyTagClassName
{
color: #2A6964;
}
</style>
background-color css
<style>
a { background-color: #2A6964; }
a { background-color: rgb(42,105,100); }
div.DivClassName
{
background-color: #2A6964;
}
.BgClassName
{
background-color: #2A6964;
}
</style>
border-color css
<style>
span { border-color: #2A6964; }
span { border-color: rgb(42,105,100); }
td.TdClassName
{
border-color: #2A6964;
}
.TagClassName
{
border-color: #2A6964;
}
</style>