#2E614F

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

Shades of Evening Sea #2E614F

Tints of Evening Sea #2E614F

Color information

#2E614F (or 0x2E614F) is unknown color: approx Evening Sea. HEX triplet: 2E, 61 and 4F. RGB value is (46,97,79). Sum of RGB (Red+Green+Blue) = 46+97+79=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #2E614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E614F is #D19EB0. Grayscale: #4F4F4F. Windows color (decimal): -13737649 or 5202222. OLE color: 5202222.

HSL color Cylindrical-coordinate representation of color #2E614F: hue angle of 158.82º 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 #2E614F is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB469779-
CMYK0.5300.190.62
HSL158.82º35.66%28.04%-
HSV(B)158.82º52.58%38.04%-
XYZ6.819.698.91-
YUV79.7127.6103.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=20.72%
G=43.69%
B=35.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4697790.5300.190.62158.8235.6628.04
Hex2E614F350133E9f241c
Octal5614111765023762374434
Binary101110110000110011111101010100111111101001111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,97,79); }

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

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

 a { background-color: rgb(46,97,79); }

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

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

 span { border-color: rgb(46,97,79); }

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