Shades of Eden #2A645D
Tints of Eden #2A645D
RGB
CMYK
RGB Variations
Color information
#2A645D (or 0x2A645D) is known color: Eden. HEX triplet: 2A, 64 and 5D. RGB value is (42,100,93). Sum of RGB (Red+Green+Blue) = 42+100+93=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #2A645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A645D is #D59BA2. Grayscale: #515151. Windows color (decimal): -13999011 or 6120490. OLE color: 6120490.
HSL color Cylindrical-coordinate representation of color #2A645D: hue angle of 172.76º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A645D is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 100 | 93 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.61 |
| HSL | 172.76º | 0.41% | 0.28% | - |
| HSV(B) | 172.76º | 0.58% | 0.39% | - |
| XYZ | 7.49 | 10.4 | 11.97 | - |
| YUV | 81.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 93 | 0.58 | 0 | 0.07 | 0.61 | 172.76 | 0.41 | 0.28 |
| Hex | 2A | 64 | 5D | 3A | 0 | 7 | 3D | AD | 29 | 1C |
| Octal | 52 | 144 | 135 | 72 | 0 | 7 | 75 | 255 | 51 | 34 |
| Binary | 101010 | 1100100 | 1011101 | 111010 | 0 | 111 | 111101 | 10101101 | 101001 | 11100 |
Color Harmonies of #2A645D
Complementary color
Monochromatic Colors of #2A645D
Black with #2A645D
Text Example
Text Example
White with #2A645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A645D; }
p { color: rgb(42,100,93); }
H1.HeaderClassName
{
color: #2A645D;
}
.AnyTagClassName
{
color: #2A645D;
}
</style>
background-color css
<style>
a { background-color: #2A645D; }
a { background-color: rgb(42,100,93); }
div.DivClassName
{
background-color: #2A645D;
}
.BgClassName
{
background-color: #2A645D;
}
</style>
border-color css
<style>
span { border-color: #2A645D; }
span { border-color: rgb(42,100,93); }
td.TdClassName
{
border-color: #2A645D;
}
.TagClassName
{
border-color: #2A645D;
}
</style>