Shades of Evening Sea #2E6451
Tints of Evening Sea #2E6451
RGB
CMYK
RGB Variations
Color information
#2E6451 (or 0x2E6451) is known color: Evening Sea. HEX triplet: 2E, 64 and 51. RGB value is (46,100,81). Sum of RGB (Red+Green+Blue) = 46+100+81=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6451 is #D19BAE. Grayscale: #515151. Windows color (decimal): -13736879 or 5334062. OLE color: 5334062.
HSL color Cylindrical-coordinate representation of color #2E6451: hue angle of 158.89º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6451 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 100 | 81 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.61 |
| HSL | 158.89º | 0.37% | 0.29% | - |
| HSV(B) | 158.89º | 0.54% | 0.39% | - |
| XYZ | 7.17 | 10.29 | 9.39 | - |
| YUV | 81.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 81 | 0.54 | 0 | 0.19 | 0.61 | 158.89 | 0.37 | 0.29 |
| Hex | 2E | 64 | 51 | 36 | 0 | 13 | 3D | 9F | 25 | 1D |
| Octal | 56 | 144 | 121 | 66 | 0 | 23 | 75 | 237 | 45 | 35 |
| Binary | 101110 | 1100100 | 1010001 | 110110 | 0 | 10011 | 111101 | 10011111 | 100101 | 11101 |
Color Harmonies of #2E6451
Complementary color
Monochromatic Colors of #2E6451
Black with #2E6451
Text Example
Text Example
White with #2E6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6451; }
p { color: rgb(46,100,81); }
H1.HeaderClassName
{
color: #2E6451;
}
.AnyTagClassName
{
color: #2E6451;
}
</style>
background-color css
<style>
a { background-color: #2E6451; }
a { background-color: rgb(46,100,81); }
div.DivClassName
{
background-color: #2E6451;
}
.BgClassName
{
background-color: #2E6451;
}
</style>
border-color css
<style>
span { border-color: #2E6451; }
span { border-color: rgb(46,100,81); }
td.TdClassName
{
border-color: #2E6451;
}
.TagClassName
{
border-color: #2E6451;
}
</style>