Shades of Evening Sea #2E6152
Tints of Evening Sea #2E6152
RGB
CMYK
RGB Variations
Color information
#2E6152 (or 0x2E6152) is known color: Evening Sea. HEX triplet: 2E, 61 and 52. RGB value is (46,97,82). Sum of RGB (Red+Green+Blue) = 46+97+82=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6152 is #D19EAD. Grayscale: #505050. Windows color (decimal): -13737646 or 5398830. OLE color: 5398830.
HSL color Cylindrical-coordinate representation of color #2E6152: hue angle of 162.35º 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 #2E6152 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 82 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.62 |
| HSL | 162.35º | 0.36% | 0.28% | - |
| HSV(B) | 162.35º | 0.53% | 0.38% | - |
| XYZ | 6.92 | 9.74 | 9.5 | - |
| YUV | 80.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 82 | 0.53 | 0 | 0.15 | 0.62 | 162.35 | 0.36 | 0.28 |
| Hex | 2E | 61 | 52 | 35 | 0 | F | 3E | A2 | 24 | 1C |
| Octal | 56 | 141 | 122 | 65 | 0 | 17 | 76 | 242 | 44 | 34 |
| Binary | 101110 | 1100001 | 1010010 | 110101 | 0 | 1111 | 111110 | 10100010 | 100100 | 11100 |
Color Harmonies of #2E6152
Complementary color
Monochromatic Colors of #2E6152
Black with #2E6152
Text Example
Text Example
White with #2E6152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6152; }
p { color: rgb(46,97,82); }
H1.HeaderClassName
{
color: #2E6152;
}
.AnyTagClassName
{
color: #2E6152;
}
</style>
background-color css
<style>
a { background-color: #2E6152; }
a { background-color: rgb(46,97,82); }
div.DivClassName
{
background-color: #2E6152;
}
.BgClassName
{
background-color: #2E6152;
}
</style>
border-color css
<style>
span { border-color: #2E6152; }
span { border-color: rgb(46,97,82); }
td.TdClassName
{
border-color: #2E6152;
}
.TagClassName
{
border-color: #2E6152;
}
</style>