Shades of Eden #2A625C
Tints of Eden #2A625C
RGB
CMYK
RGB Variations
Color information
#2A625C (or 0x2A625C) is known color: Eden. HEX triplet: 2A, 62 and 5C. RGB value is (42,98,92). Sum of RGB (Red+Green+Blue) = 42+98+92=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #2A625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A625C is #D59DA3. Grayscale: #505050. Windows color (decimal): -13999524 or 6054442. OLE color: 6054442.
HSL color Cylindrical-coordinate representation of color #2A625C: hue angle of 173.57º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A625C is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 92 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.62 |
| HSL | 173.57º | 0.4% | 0.27% | - |
| HSV(B) | 173.57º | 0.57% | 0.38% | - |
| XYZ | 7.25 | 10 | 11.67 | - |
| YUV | 80.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 92 | 0.57 | 0 | 0.06 | 0.62 | 173.57 | 0.4 | 0.27 |
| Hex | 2A | 62 | 5C | 39 | 0 | 6 | 3E | AE | 28 | 1B |
| Octal | 52 | 142 | 134 | 71 | 0 | 6 | 76 | 256 | 50 | 33 |
| Binary | 101010 | 1100010 | 1011100 | 111001 | 0 | 110 | 111110 | 10101110 | 101000 | 11011 |
Color Harmonies of #2A625C
Complementary color
Monochromatic Colors of #2A625C
Black with #2A625C
Text Example
Text Example
White with #2A625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A625C; }
p { color: rgb(42,98,92); }
H1.HeaderClassName
{
color: #2A625C;
}
.AnyTagClassName
{
color: #2A625C;
}
</style>
background-color css
<style>
a { background-color: #2A625C; }
a { background-color: rgb(42,98,92); }
div.DivClassName
{
background-color: #2A625C;
}
.BgClassName
{
background-color: #2A625C;
}
</style>
border-color css
<style>
span { border-color: #2A625C; }
span { border-color: rgb(42,98,92); }
td.TdClassName
{
border-color: #2A625C;
}
.TagClassName
{
border-color: #2A625C;
}
</style>