Shades of Evening Sea #2E6052
Tints of Evening Sea #2E6052
RGB
CMYK
RGB Variations
Color information
#2E6052 (or 0x2E6052) is known color: Evening Sea. HEX triplet: 2E, 60 and 52. RGB value is (46,96,82). Sum of RGB (Red+Green+Blue) = 46+96+82=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6052 is #D19FAD. Grayscale: #4F4F4F. Windows color (decimal): -13737902 or 5398574. OLE color: 5398574.
HSL color Cylindrical-coordinate representation of color #2E6052: hue angle of 163.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E6052 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 82 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.62 |
| HSL | 163.2º | 0.35% | 0.28% | - |
| HSV(B) | 163.2º | 0.52% | 0.38% | - |
| XYZ | 6.83 | 9.56 | 9.47 | - |
| YUV | 79.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 82 | 0.52 | 0 | 0.15 | 0.62 | 163.2 | 0.35 | 0.28 |
| Hex | 2E | 60 | 52 | 34 | 0 | F | 3E | A3 | 23 | 1C |
| Octal | 56 | 140 | 122 | 64 | 0 | 17 | 76 | 243 | 43 | 34 |
| Binary | 101110 | 1100000 | 1010010 | 110100 | 0 | 1111 | 111110 | 10100011 | 100011 | 11100 |
Color Harmonies of #2E6052
Complementary color
Monochromatic Colors of #2E6052
Black with #2E6052
Text Example
Text Example
White with #2E6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6052; }
p { color: rgb(46,96,82); }
H1.HeaderClassName
{
color: #2E6052;
}
.AnyTagClassName
{
color: #2E6052;
}
</style>
background-color css
<style>
a { background-color: #2E6052; }
a { background-color: rgb(46,96,82); }
div.DivClassName
{
background-color: #2E6052;
}
.BgClassName
{
background-color: #2E6052;
}
</style>
border-color css
<style>
span { border-color: #2E6052; }
span { border-color: rgb(46,96,82); }
td.TdClassName
{
border-color: #2E6052;
}
.TagClassName
{
border-color: #2E6052;
}
</style>