#2E6153

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

Shades of Evening Sea #2E6153

Tints of Evening Sea #2E6153

Color information

#2E6153 (or 0x2E6153) is unknown color: approx Evening Sea. HEX triplet: 2E, 61 and 53. RGB value is (46,97,83). Sum of RGB (Red+Green+Blue) = 46+97+83=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6153 is #D19EAC. Grayscale: #505050. Windows color (decimal): -13737645 or 5464366. OLE color: 5464366.

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

Color convert

RGB469783-
CMYK0.5300.140.62
HSL163.53º35.66%28.04%-
HSV(B)163.53º52.58%38.04%-
XYZ6.969.759.7-
YUV80.16129.6103.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=20.35%
G=42.92%
B=36.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4697830.5300.140.62163.5335.6628.04
Hex2E6153350E3Ea4241c
Octal5614112365016762444434
Binary10111011000011010011110101011101111101010010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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