Shades of Eden #2A655F
Tints of Eden #2A655F
RGB
CMYK
RGB Variations
Color information
#2A655F (or 0x2A655F) is known color: Eden. HEX triplet: 2A, 65 and 5F. RGB value is (42,101,95). Sum of RGB (Red+Green+Blue) = 42+101+95=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #2A655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A655F is #D59AA0. Grayscale: #525252. Windows color (decimal): -13998753 or 6251818. OLE color: 6251818.
HSL color Cylindrical-coordinate representation of color #2A655F: hue angle of 173.9º 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 #2A655F is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 95 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.60 |
| HSL | 173.9º | 0.41% | 0.28% | - |
| HSV(B) | 173.9º | 0.58% | 0.4% | - |
| XYZ | 7.67 | 10.63 | 12.47 | - |
| YUV | 82.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 95 | 0.58 | 0 | 0.06 | 0.60 | 173.9 | 0.41 | 0.28 |
| Hex | 2A | 65 | 5F | 3A | 0 | 6 | 3C | AE | 29 | 1C |
| Octal | 52 | 145 | 137 | 72 | 0 | 6 | 74 | 256 | 51 | 34 |
| Binary | 101010 | 1100101 | 1011111 | 111010 | 0 | 110 | 111100 | 10101110 | 101001 | 11100 |
Color Harmonies of #2A655F
Complementary color
Monochromatic Colors of #2A655F
Black with #2A655F
Text Example
Text Example
White with #2A655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A655F; }
p { color: rgb(42,101,95); }
H1.HeaderClassName
{
color: #2A655F;
}
.AnyTagClassName
{
color: #2A655F;
}
</style>
background-color css
<style>
a { background-color: #2A655F; }
a { background-color: rgb(42,101,95); }
div.DivClassName
{
background-color: #2A655F;
}
.BgClassName
{
background-color: #2A655F;
}
</style>
border-color css
<style>
span { border-color: #2A655F; }
span { border-color: rgb(42,101,95); }
td.TdClassName
{
border-color: #2A655F;
}
.TagClassName
{
border-color: #2A655F;
}
</style>