Shades of Eden #2A695B
Tints of Eden #2A695B
RGB
CMYK
RGB Variations
Color information
#2A695B (or 0x2A695B) is known color: Eden. HEX triplet: 2A, 69 and 5B. RGB value is (42,105,91). Sum of RGB (Red+Green+Blue) = 42+105+91=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #2A695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A695B is #D596A4. Grayscale: #545454. Windows color (decimal): -13997733 or 5990698. OLE color: 5990698.
HSL color Cylindrical-coordinate representation of color #2A695B: hue angle of 166.67º 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 #2A695B is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 91 | - |
| CMYK | 0.6 | 0 | 0.13 | 0.59 |
| HSL | 166.67º | 0.43% | 0.29% | - |
| HSV(B) | 166.67º | 0.6% | 0.41% | - |
| XYZ | 7.89 | 11.35 | 11.67 | - |
| YUV | 84.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 91 | 0.6 | 0 | 0.13 | 0.59 | 166.67 | 0.43 | 0.29 |
| Hex | 2A | 69 | 5B | 3C | 0 | D | 3B | A7 | 2B | 1D |
| Octal | 52 | 151 | 133 | 74 | 0 | 15 | 73 | 247 | 53 | 35 |
| Binary | 101010 | 1101001 | 1011011 | 111100 | 0 | 1101 | 111011 | 10100111 | 101011 | 11101 |
Color Harmonies of #2A695B
Complementary color
Monochromatic Colors of #2A695B
Black with #2A695B
Text Example
Text Example
White with #2A695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A695B; }
p { color: rgb(42,105,91); }
H1.HeaderClassName
{
color: #2A695B;
}
.AnyTagClassName
{
color: #2A695B;
}
</style>
background-color css
<style>
a { background-color: #2A695B; }
a { background-color: rgb(42,105,91); }
div.DivClassName
{
background-color: #2A695B;
}
.BgClassName
{
background-color: #2A695B;
}
</style>
border-color css
<style>
span { border-color: #2A695B; }
span { border-color: rgb(42,105,91); }
td.TdClassName
{
border-color: #2A695B;
}
.TagClassName
{
border-color: #2A695B;
}
</style>