Shades of Evening Sea #2E6752
Tints of Evening Sea #2E6752
RGB
CMYK
RGB Variations
Color information
#2E6752 (or 0x2E6752) is known color: Evening Sea. HEX triplet: 2E, 67 and 52. RGB value is (46,103,82). Sum of RGB (Red+Green+Blue) = 46+103+82=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #2E6752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6752 is #D198AD. Grayscale: #535353. Windows color (decimal): -13736110 or 5400366. OLE color: 5400366.
HSL color Cylindrical-coordinate representation of color #2E6752: hue angle of 157.89º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6752 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 103 | 82 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.60 |
| HSL | 157.89º | 0.38% | 0.29% | - |
| HSV(B) | 157.89º | 0.55% | 0.4% | - |
| XYZ | 7.5 | 10.89 | 9.69 | - |
| YUV | 83.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 82 | 0.55 | 0 | 0.20 | 0.60 | 157.89 | 0.38 | 0.29 |
| Hex | 2E | 67 | 52 | 37 | 0 | 14 | 3C | 9E | 26 | 1D |
| Octal | 56 | 147 | 122 | 67 | 0 | 24 | 74 | 236 | 46 | 35 |
| Binary | 101110 | 1100111 | 1010010 | 110111 | 0 | 10100 | 111100 | 10011110 | 100110 | 11101 |
Color Harmonies of #2E6752
Complementary color
Monochromatic Colors of #2E6752
Black with #2E6752
Text Example
Text Example
White with #2E6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6752; }
p { color: rgb(46,103,82); }
H1.HeaderClassName
{
color: #2E6752;
}
.AnyTagClassName
{
color: #2E6752;
}
</style>
background-color css
<style>
a { background-color: #2E6752; }
a { background-color: rgb(46,103,82); }
div.DivClassName
{
background-color: #2E6752;
}
.BgClassName
{
background-color: #2E6752;
}
</style>
border-color css
<style>
span { border-color: #2E6752; }
span { border-color: rgb(46,103,82); }
td.TdClassName
{
border-color: #2E6752;
}
.TagClassName
{
border-color: #2E6752;
}
</style>