Shades of Evening Sea #2E6153
Tints of Evening Sea #2E6153
RGB
CMYK
RGB Variations
Color information
#2E6153 (or 0x2E6153) is known color: Evening Sea. HEX triplet: 2E, 61 and 53. RGB value is (46,97,83). Sum of RGB (Red+Green+Blue) = 46+97+83=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6153 is #D19EAC. Grayscale: #505050. Windows color (decimal): -13737645 or 5464366. OLE color: 5464366.
HSL color Cylindrical-coordinate representation of color #2E6153: hue angle of 163.53º 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 #2E6153 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 83 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.62 |
| HSL | 163.53º | 0.36% | 0.28% | - |
| HSV(B) | 163.53º | 0.53% | 0.38% | - |
| XYZ | 6.96 | 9.75 | 9.7 | - |
| YUV | 80.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 83 | 0.53 | 0 | 0.14 | 0.62 | 163.53 | 0.36 | 0.28 |
| Hex | 2E | 61 | 53 | 35 | 0 | E | 3E | A4 | 24 | 1C |
| Octal | 56 | 141 | 123 | 65 | 0 | 16 | 76 | 244 | 44 | 34 |
| Binary | 101110 | 1100001 | 1010011 | 110101 | 0 | 1110 | 111110 | 10100100 | 100100 | 11100 |
Color Harmonies of #2E6153
Complementary color
Monochromatic Colors of #2E6153
Black with #2E6153
Text Example
Text Example
White with #2E6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6153; }
p { color: rgb(46,97,83); }
H1.HeaderClassName
{
color: #2E6153;
}
.AnyTagClassName
{
color: #2E6153;
}
</style>
background-color css
<style>
a { background-color: #2E6153; }
a { background-color: rgb(46,97,83); }
div.DivClassName
{
background-color: #2E6153;
}
.BgClassName
{
background-color: #2E6153;
}
</style>
border-color css
<style>
span { border-color: #2E6153; }
span { border-color: rgb(46,97,83); }
td.TdClassName
{
border-color: #2E6153;
}
.TagClassName
{
border-color: #2E6153;
}
</style>