#2E655D

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

Shades of Eden #2E655D

Tints of Eden #2E655D

Color information

#2E655D (or 0x2E655D) is unknown color: approx Eden. HEX triplet: 2E, 65 and 5D. RGB value is (46,101,93). Sum of RGB (Red+Green+Blue) = 46+101+93=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #2E655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E655D is #D19AA2. Grayscale: #535353. Windows color (decimal): -13736611 or 6120750. OLE color: 6120750.

HSL color Cylindrical-coordinate representation of color #2E655D: hue angle of 171.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E655D is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB4610193-
CMYK0.5400.080.60
HSL171.27º37.41%28.82%-
HSV(B)171.27º54.46%39.61%-
XYZ7.7610.6812.01-
YUV83.64133.28101.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=19.17%
G=42.08%
B=38.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46101930.5400.080.60171.2737.4128.82
Hex2E655D36083Cab251d
Octal5614513566010742534535
Binary10111011001011011101110110010001111001010101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,101,93); }

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

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

 a { background-color: rgb(46,101,93); }

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

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

 span { border-color: rgb(46,101,93); }

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