Shades of Evening Sea #2E6B53
Tints of Evening Sea #2E6B53
RGB
CMYK
RGB Variations
Color information
#2E6B53 (or 0x2E6B53) is known color: Evening Sea. HEX triplet: 2E, 6B and 53. RGB value is (46,107,83). Sum of RGB (Red+Green+Blue) = 46+107+83=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B53 is #D194AC. Grayscale: #565656. Windows color (decimal): -13735085 or 5466926. OLE color: 5466926.
HSL color Cylindrical-coordinate representation of color #2E6B53: hue angle of 156.39º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B53 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 83 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.58 |
| HSL | 156.39º | 0.4% | 0.3% | - |
| HSV(B) | 156.39º | 0.57% | 0.42% | - |
| XYZ | 7.95 | 11.72 | 10.03 | - |
| YUV | 86.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 83 | 0.57 | 0 | 0.22 | 0.58 | 156.39 | 0.4 | 0.3 |
| Hex | 2E | 6B | 53 | 39 | 0 | 16 | 3A | 9C | 28 | 1E |
| Octal | 56 | 153 | 123 | 71 | 0 | 26 | 72 | 234 | 50 | 36 |
| Binary | 101110 | 1101011 | 1010011 | 111001 | 0 | 10110 | 111010 | 10011100 | 101000 | 11110 |
Color Harmonies of #2E6B53
Complementary color
Monochromatic Colors of #2E6B53
Black with #2E6B53
Text Example
Text Example
White with #2E6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B53; }
p { color: rgb(46,107,83); }
H1.HeaderClassName
{
color: #2E6B53;
}
.AnyTagClassName
{
color: #2E6B53;
}
</style>
background-color css
<style>
a { background-color: #2E6B53; }
a { background-color: rgb(46,107,83); }
div.DivClassName
{
background-color: #2E6B53;
}
.BgClassName
{
background-color: #2E6B53;
}
</style>
border-color css
<style>
span { border-color: #2E6B53; }
span { border-color: rgb(46,107,83); }
td.TdClassName
{
border-color: #2E6B53;
}
.TagClassName
{
border-color: #2E6B53;
}
</style>