Shades of Eden #2E615C
Tints of Eden #2E615C
RGB
CMYK
RGB Variations
Color information
#2E615C (or 0x2E615C) is known color: Eden. HEX triplet: 2E, 61 and 5C. RGB value is (46,97,92). Sum of RGB (Red+Green+Blue) = 46+97+92=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #2E615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E615C is #D19EA3. Grayscale: #515151. Windows color (decimal): -13737636 or 6054190. OLE color: 6054190.
HSL color Cylindrical-coordinate representation of color #2E615C: hue angle of 174.12º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E615C is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 92 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.62 |
| HSL | 174.12º | 0.36% | 0.28% | - |
| HSV(B) | 174.12º | 0.53% | 0.38% | - |
| XYZ | 7.33 | 9.9 | 11.65 | - |
| YUV | 81.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 92 | 0.53 | 0 | 0.05 | 0.62 | 174.12 | 0.36 | 0.28 |
| Hex | 2E | 61 | 5C | 35 | 0 | 5 | 3E | AE | 24 | 1C |
| Octal | 56 | 141 | 134 | 65 | 0 | 5 | 76 | 256 | 44 | 34 |
| Binary | 101110 | 1100001 | 1011100 | 110101 | 0 | 101 | 111110 | 10101110 | 100100 | 11100 |
Color Harmonies of #2E615C
Complementary color
Monochromatic Colors of #2E615C
Black with #2E615C
Text Example
Text Example
White with #2E615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E615C; }
p { color: rgb(46,97,92); }
H1.HeaderClassName
{
color: #2E615C;
}
.AnyTagClassName
{
color: #2E615C;
}
</style>
background-color css
<style>
a { background-color: #2E615C; }
a { background-color: rgb(46,97,92); }
div.DivClassName
{
background-color: #2E615C;
}
.BgClassName
{
background-color: #2E615C;
}
</style>
border-color css
<style>
span { border-color: #2E615C; }
span { border-color: rgb(46,97,92); }
td.TdClassName
{
border-color: #2E615C;
}
.TagClassName
{
border-color: #2E615C;
}
</style>