Shades of Evening Sea #2E6150
Tints of Evening Sea #2E6150
RGB
CMYK
RGB Variations
Color information
#2E6150 (or 0x2E6150) is known color: Evening Sea. HEX triplet: 2E, 61 and 50. RGB value is (46,97,80). Sum of RGB (Red+Green+Blue) = 46+97+80=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6150 is #D19EAF. Grayscale: #4F4F4F. Windows color (decimal): -13737648 or 5267758. OLE color: 5267758.
HSL color Cylindrical-coordinate representation of color #2E6150: hue angle of 160º 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 #2E6150 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 80 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.62 |
| HSL | 160º | 0.36% | 0.28% | - |
| HSV(B) | 160º | 0.53% | 0.38% | - |
| XYZ | 6.85 | 9.71 | 9.1 | - |
| YUV | 79.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 80 | 0.53 | 0 | 0.18 | 0.62 | 160 | 0.36 | 0.28 |
| Hex | 2E | 61 | 50 | 35 | 0 | 12 | 3E | A0 | 24 | 1C |
| Octal | 56 | 141 | 120 | 65 | 0 | 22 | 76 | 240 | 44 | 34 |
| Binary | 101110 | 1100001 | 1010000 | 110101 | 0 | 10010 | 111110 | 10100000 | 100100 | 11100 |
Color Harmonies of #2E6150
Complementary color
Monochromatic Colors of #2E6150
Black with #2E6150
Text Example
Text Example
White with #2E6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6150; }
p { color: rgb(46,97,80); }
H1.HeaderClassName
{
color: #2E6150;
}
.AnyTagClassName
{
color: #2E6150;
}
</style>
background-color css
<style>
a { background-color: #2E6150; }
a { background-color: rgb(46,97,80); }
div.DivClassName
{
background-color: #2E6150;
}
.BgClassName
{
background-color: #2E6150;
}
</style>
border-color css
<style>
span { border-color: #2E6150; }
span { border-color: rgb(46,97,80); }
td.TdClassName
{
border-color: #2E6150;
}
.TagClassName
{
border-color: #2E6150;
}
</style>