Shades of Evening Sea #2E6E54
Tints of Evening Sea #2E6E54
RGB
CMYK
RGB Variations
Color information
#2E6E54 (or 0x2E6E54) is known color: Evening Sea. HEX triplet: 2E, 6E and 54. RGB value is (46,110,84). Sum of RGB (Red+Green+Blue) = 46+110+84=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E54 is #D191AB. Grayscale: #575757. Windows color (decimal): -13734316 or 5533230. OLE color: 5533230.
HSL color Cylindrical-coordinate representation of color #2E6E54: hue angle of 155.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E54 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 84 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.57 |
| HSL | 155.63º | 0.41% | 0.31% | - |
| HSV(B) | 155.63º | 0.58% | 0.43% | - |
| XYZ | 8.3 | 12.37 | 10.34 | - |
| YUV | 87.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 84 | 0.58 | 0 | 0.24 | 0.57 | 155.63 | 0.41 | 0.31 |
| Hex | 2E | 6E | 54 | 3A | 0 | 18 | 39 | 9C | 29 | 1F |
| Octal | 56 | 156 | 124 | 72 | 0 | 30 | 71 | 234 | 51 | 37 |
| Binary | 101110 | 1101110 | 1010100 | 111010 | 0 | 11000 | 111001 | 10011100 | 101001 | 11111 |
Color Harmonies of #2E6E54
Complementary color
Monochromatic Colors of #2E6E54
Black with #2E6E54
Text Example
Text Example
White with #2E6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E54; }
p { color: rgb(46,110,84); }
H1.HeaderClassName
{
color: #2E6E54;
}
.AnyTagClassName
{
color: #2E6E54;
}
</style>
background-color css
<style>
a { background-color: #2E6E54; }
a { background-color: rgb(46,110,84); }
div.DivClassName
{
background-color: #2E6E54;
}
.BgClassName
{
background-color: #2E6E54;
}
</style>
border-color css
<style>
span { border-color: #2E6E54; }
span { border-color: rgb(46,110,84); }
td.TdClassName
{
border-color: #2E6E54;
}
.TagClassName
{
border-color: #2E6E54;
}
</style>