Shades of Eden #2E665C
Tints of Eden #2E665C
RGB
CMYK
RGB Variations
Color information
#2E665C (or 0x2E665C) is known color: Eden. HEX triplet: 2E, 66 and 5C. RGB value is (46,102,92). Sum of RGB (Red+Green+Blue) = 46+102+92=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #2E665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E665C is #D199A3. Grayscale: #545454. Windows color (decimal): -13736356 or 6055470. OLE color: 6055470.
HSL color Cylindrical-coordinate representation of color #2E665C: hue angle of 169.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E665C is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 92 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.6 |
| HSL | 169.29º | 0.38% | 0.29% | - |
| HSV(B) | 169.29º | 0.55% | 0.4% | - |
| XYZ | 7.81 | 10.86 | 11.81 | - |
| YUV | 84.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 92 | 0.55 | 0 | 0.10 | 0.6 | 169.29 | 0.38 | 0.29 |
| Hex | 2E | 66 | 5C | 37 | 0 | A | 3C | A9 | 26 | 1D |
| Octal | 56 | 146 | 134 | 67 | 0 | 12 | 74 | 251 | 46 | 35 |
| Binary | 101110 | 1100110 | 1011100 | 110111 | 0 | 1010 | 111100 | 10101001 | 100110 | 11101 |
Color Harmonies of #2E665C
Complementary color
Monochromatic Colors of #2E665C
Black with #2E665C
Text Example
Text Example
White with #2E665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E665C; }
p { color: rgb(46,102,92); }
H1.HeaderClassName
{
color: #2E665C;
}
.AnyTagClassName
{
color: #2E665C;
}
</style>
background-color css
<style>
a { background-color: #2E665C; }
a { background-color: rgb(46,102,92); }
div.DivClassName
{
background-color: #2E665C;
}
.BgClassName
{
background-color: #2E665C;
}
</style>
border-color css
<style>
span { border-color: #2E665C; }
span { border-color: rgb(46,102,92); }
td.TdClassName
{
border-color: #2E665C;
}
.TagClassName
{
border-color: #2E665C;
}
</style>