Shades of Evening Sea #2E594C
Tints of Evening Sea #2E594C
RGB
CMYK
RGB Variations
Color information
#2E594C (or 0x2E594C) is known color: Evening Sea. HEX triplet: 2E, 59 and 4C. RGB value is (46,89,76). Sum of RGB (Red+Green+Blue) = 46+89+76=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #2E594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E594C is #D1A6B3. Grayscale: #4A4A4A. Windows color (decimal): -13739700 or 5003566. OLE color: 5003566.
HSL color Cylindrical-coordinate representation of color #2E594C: hue angle of 161.86º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E594C is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 76 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.65 |
| HSL | 161.86º | 0.32% | 0.26% | - |
| HSV(B) | 161.86º | 0.48% | 0.35% | - |
| XYZ | 6 | 8.25 | 8.11 | - |
| YUV | 74.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 76 | 0.48 | 0 | 0.15 | 0.65 | 161.86 | 0.32 | 0.26 |
| Hex | 2E | 59 | 4C | 30 | 0 | F | 41 | A2 | 20 | 1A |
| Octal | 56 | 131 | 114 | 60 | 0 | 17 | 101 | 242 | 40 | 32 |
| Binary | 101110 | 1011001 | 1001100 | 110000 | 0 | 1111 | 1000001 | 10100010 | 100000 | 11010 |
Color Harmonies of #2E594C
Complementary color
Monochromatic Colors of #2E594C
Black with #2E594C
Text Example
Text Example
White with #2E594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E594C; }
p { color: rgb(46,89,76); }
H1.HeaderClassName
{
color: #2E594C;
}
.AnyTagClassName
{
color: #2E594C;
}
</style>
background-color css
<style>
a { background-color: #2E594C; }
a { background-color: rgb(46,89,76); }
div.DivClassName
{
background-color: #2E594C;
}
.BgClassName
{
background-color: #2E594C;
}
</style>
border-color css
<style>
span { border-color: #2E594C; }
span { border-color: rgb(46,89,76); }
td.TdClassName
{
border-color: #2E594C;
}
.TagClassName
{
border-color: #2E594C;
}
</style>