#2E6E54

Color #2E6E54 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #2E6E54

Tints of Evening Sea #2E6E54

Color information

#2E6E54 (or 0x2E6E54) is unknown color: approx Evening Sea. HEX triplet: 2E, 6E and 54. RGB value is (46,110,84). Sum of RGB (Red+Green+Blue) = 46+110+84=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E54 is #D191AB. Grayscale: #575757. Windows color (decimal): -13734316 or 5533230. OLE color: 5533230.

HSL color Cylindrical-coordinate representation of color #2E6E54: hue angle of 155.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E54 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB4611084-
CMYK0.5800.240.57
HSL155.62º41.03%30.59%-
HSV(B)155.62º58.18%43.14%-
XYZ8.312.3710.34-
YUV87.9125.898.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 84 (33.20% from 255) = 35%
R=19.17%
G=45.83%
B=35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46110840.5800.240.57155.6241.0330.59
Hex2E6E543A018399c291f
Octal5615612472030712345137
Binary101110110111010101001110100110001110011001110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E6E54; }

 p { color: rgb(46,110,84); }

 H1.HeaderClassName
 {
   color: #2E6E54;
 }
 .AnyTagClassName
 {
   color: #2E6E54;
 }
</style>
background-color css

<style>
 a { background-color: #2E6E54; }

 a { background-color: rgb(46,110,84); }

 div.DivClassName
 {
   background-color: #2E6E54;
 }
 .BgClassName
 {
   background-color: #2E6E54;
 }
</style>
border-color css

<style>
 span { border-color: #2E6E54; }

 span { border-color: rgb(46,110,84); }

 td.TdClassName
 {
   border-color: #2E6E54;
 }
 .TagClassName
 {
   border-color: #2E6E54;
 }
</style>