Shades of Eden #2A635E
Tints of Eden #2A635E
RGB
CMYK
RGB Variations
Color information
#2A635E (or 0x2A635E) is known color: Eden. HEX triplet: 2A, 63 and 5E. RGB value is (42,99,94). Sum of RGB (Red+Green+Blue) = 42+99+94=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #2A635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A635E is #D59CA1. Grayscale: #515151. Windows color (decimal): -13999266 or 6185770. OLE color: 6185770.
HSL color Cylindrical-coordinate representation of color #2A635E: hue angle of 174.74º degrees, saturation: 0.4, 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 #2A635E is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 94 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.61 |
| HSL | 174.74º | 0.4% | 0.28% | - |
| HSV(B) | 174.74º | 0.58% | 0.39% | - |
| XYZ | 7.44 | 10.22 | 12.17 | - |
| YUV | 81.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 94 | 0.58 | 0 | 0.05 | 0.61 | 174.74 | 0.4 | 0.28 |
| Hex | 2A | 63 | 5E | 3A | 0 | 5 | 3D | AF | 28 | 1C |
| Octal | 52 | 143 | 136 | 72 | 0 | 5 | 75 | 257 | 50 | 34 |
| Binary | 101010 | 1100011 | 1011110 | 111010 | 0 | 101 | 111101 | 10101111 | 101000 | 11100 |
Color Harmonies of #2A635E
Complementary color
Monochromatic Colors of #2A635E
Black with #2A635E
Text Example
Text Example
White with #2A635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A635E; }
p { color: rgb(42,99,94); }
H1.HeaderClassName
{
color: #2A635E;
}
.AnyTagClassName
{
color: #2A635E;
}
</style>
background-color css
<style>
a { background-color: #2A635E; }
a { background-color: rgb(42,99,94); }
div.DivClassName
{
background-color: #2A635E;
}
.BgClassName
{
background-color: #2A635E;
}
</style>
border-color css
<style>
span { border-color: #2A635E; }
span { border-color: rgb(42,99,94); }
td.TdClassName
{
border-color: #2A635E;
}
.TagClassName
{
border-color: #2A635E;
}
</style>