Shades of Eden #2A5C5A
Tints of Eden #2A5C5A
RGB
CMYK
RGB Variations
Color information
#2A5C5A (or 0x2A5C5A) is known color: Eden. HEX triplet: 2A, 5C and 5A. RGB value is (42,92,90). Sum of RGB (Red+Green+Blue) = 42+92+90=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 92 - color contains mainly: green. Hex color #2A5C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5C5A is #D5A3A5. Grayscale: #4C4C4C. Windows color (decimal): -14001062 or 5921834. OLE color: 5921834.
HSL color Cylindrical-coordinate representation of color #2A5C5A: hue angle of 177.6º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A5C5A is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 92 | 90 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.64 |
| HSL | 177.6º | 0.37% | 0.26% | - |
| HSV(B) | 177.6º | 0.54% | 0.36% | - |
| XYZ | 6.63 | 8.88 | 11.04 | - |
| YUV | 76.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 92 | 90 | 0.54 | 0 | 0.02 | 0.64 | 177.6 | 0.37 | 0.26 |
| Hex | 2A | 5C | 5A | 36 | 0 | 2 | 40 | B2 | 25 | 1A |
| Octal | 52 | 134 | 132 | 66 | 0 | 2 | 100 | 262 | 45 | 32 |
| Binary | 101010 | 1011100 | 1011010 | 110110 | 0 | 10 | 1000000 | 10110010 | 100101 | 11010 |
Color Harmonies of #2A5C5A
Complementary color
Monochromatic Colors of #2A5C5A
Black with #2A5C5A
Text Example
Text Example
White with #2A5C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5C5A; }
p { color: rgb(42,92,90); }
H1.HeaderClassName
{
color: #2A5C5A;
}
.AnyTagClassName
{
color: #2A5C5A;
}
</style>
background-color css
<style>
a { background-color: #2A5C5A; }
a { background-color: rgb(42,92,90); }
div.DivClassName
{
background-color: #2A5C5A;
}
.BgClassName
{
background-color: #2A5C5A;
}
</style>
border-color css
<style>
span { border-color: #2A5C5A; }
span { border-color: rgb(42,92,90); }
td.TdClassName
{
border-color: #2A5C5A;
}
.TagClassName
{
border-color: #2A5C5A;
}
</style>