Shades of Eden #2A5852
Tints of Eden #2A5852
RGB
CMYK
RGB Variations
Color information
#2A5852 (or 0x2A5852) is known color: Eden. HEX triplet: 2A, 58 and 52. RGB value is (42,88,82). Sum of RGB (Red+Green+Blue) = 42+88+82=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #2A5852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5852 is #D5A7AD. Grayscale: #494949. Windows color (decimal): -14002094 or 5396522. OLE color: 5396522.
HSL color Cylindrical-coordinate representation of color #2A5852: hue angle of 172.17º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A5852 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 82 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.65 |
| HSL | 172.17º | 0.35% | 0.25% | - |
| HSV(B) | 172.17º | 0.52% | 0.35% | - |
| XYZ | 5.97 | 8.08 | 9.23 | - |
| YUV | 73.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 82 | 0.52 | 0 | 0.07 | 0.65 | 172.17 | 0.35 | 0.25 |
| Hex | 2A | 58 | 52 | 34 | 0 | 7 | 41 | AC | 23 | 19 |
| Octal | 52 | 130 | 122 | 64 | 0 | 7 | 101 | 254 | 43 | 31 |
| Binary | 101010 | 1011000 | 1010010 | 110100 | 0 | 111 | 1000001 | 10101100 | 100011 | 11001 |
Color Harmonies of #2A5852
Complementary color
Monochromatic Colors of #2A5852
Black with #2A5852
Text Example
Text Example
White with #2A5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5852; }
p { color: rgb(42,88,82); }
H1.HeaderClassName
{
color: #2A5852;
}
.AnyTagClassName
{
color: #2A5852;
}
</style>
background-color css
<style>
a { background-color: #2A5852; }
a { background-color: rgb(42,88,82); }
div.DivClassName
{
background-color: #2A5852;
}
.BgClassName
{
background-color: #2A5852;
}
</style>
border-color css
<style>
span { border-color: #2A5852; }
span { border-color: rgb(42,88,82); }
td.TdClassName
{
border-color: #2A5852;
}
.TagClassName
{
border-color: #2A5852;
}
</style>