Shades of Evening Sea #2E6253
Tints of Evening Sea #2E6253
RGB
CMYK
RGB Variations
Color information
#2E6253 (or 0x2E6253) is known color: Evening Sea. HEX triplet: 2E, 62 and 53. RGB value is (46,98,83). Sum of RGB (Red+Green+Blue) = 46+98+83=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6253 is #D19DAC. Grayscale: #505050. Windows color (decimal): -13737389 or 5464622. OLE color: 5464622.
HSL color Cylindrical-coordinate representation of color #2E6253: hue angle of 162.69º 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 #2E6253 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 83 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.62 |
| HSL | 162.69º | 0.36% | 0.28% | - |
| HSV(B) | 162.69º | 0.53% | 0.38% | - |
| XYZ | 7.06 | 9.94 | 9.73 | - |
| YUV | 80.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 83 | 0.53 | 0 | 0.15 | 0.62 | 162.69 | 0.36 | 0.28 |
| Hex | 2E | 62 | 53 | 35 | 0 | F | 3E | A3 | 24 | 1C |
| Octal | 56 | 142 | 123 | 65 | 0 | 17 | 76 | 243 | 44 | 34 |
| Binary | 101110 | 1100010 | 1010011 | 110101 | 0 | 1111 | 111110 | 10100011 | 100100 | 11100 |
Color Harmonies of #2E6253
Complementary color
Monochromatic Colors of #2E6253
Black with #2E6253
Text Example
Text Example
White with #2E6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6253; }
p { color: rgb(46,98,83); }
H1.HeaderClassName
{
color: #2E6253;
}
.AnyTagClassName
{
color: #2E6253;
}
</style>
background-color css
<style>
a { background-color: #2E6253; }
a { background-color: rgb(46,98,83); }
div.DivClassName
{
background-color: #2E6253;
}
.BgClassName
{
background-color: #2E6253;
}
</style>
border-color css
<style>
span { border-color: #2E6253; }
span { border-color: rgb(46,98,83); }
td.TdClassName
{
border-color: #2E6253;
}
.TagClassName
{
border-color: #2E6253;
}
</style>