Shades of Eden #2A655B
Tints of Eden #2A655B
RGB
CMYK
RGB Variations
Color information
#2A655B (or 0x2A655B) is known color: Eden. HEX triplet: 2A, 65 and 5B. RGB value is (42,101,91). Sum of RGB (Red+Green+Blue) = 42+101+91=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #2A655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A655B is #D59AA4. Grayscale: #525252. Windows color (decimal): -13998757 or 5989674. OLE color: 5989674.
HSL color Cylindrical-coordinate representation of color #2A655B: hue angle of 169.83º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A655B is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 91 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.60 |
| HSL | 169.83º | 0.41% | 0.28% | - |
| HSV(B) | 169.83º | 0.58% | 0.4% | - |
| XYZ | 7.5 | 10.55 | 11.54 | - |
| YUV | 82.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 91 | 0.58 | 0 | 0.10 | 0.60 | 169.83 | 0.41 | 0.28 |
| Hex | 2A | 65 | 5B | 3A | 0 | A | 3C | AA | 29 | 1C |
| Octal | 52 | 145 | 133 | 72 | 0 | 12 | 74 | 252 | 51 | 34 |
| Binary | 101010 | 1100101 | 1011011 | 111010 | 0 | 1010 | 111100 | 10101010 | 101001 | 11100 |
Color Harmonies of #2A655B
Complementary color
Monochromatic Colors of #2A655B
Black with #2A655B
Text Example
Text Example
White with #2A655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A655B; }
p { color: rgb(42,101,91); }
H1.HeaderClassName
{
color: #2A655B;
}
.AnyTagClassName
{
color: #2A655B;
}
</style>
background-color css
<style>
a { background-color: #2A655B; }
a { background-color: rgb(42,101,91); }
div.DivClassName
{
background-color: #2A655B;
}
.BgClassName
{
background-color: #2A655B;
}
</style>
border-color css
<style>
span { border-color: #2A655B; }
span { border-color: rgb(42,101,91); }
td.TdClassName
{
border-color: #2A655B;
}
.TagClassName
{
border-color: #2A655B;
}
</style>