#2E655C

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

Shades of Eden #2E655C

Tints of Eden #2E655C

Color information

#2E655C (or 0x2E655C) is unknown color: approx Eden. HEX triplet: 2E, 65 and 5C. RGB value is (46,101,92). Sum of RGB (Red+Green+Blue) = 46+101+92=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #2E655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E655C is #D19AA3. Grayscale: #535353. Windows color (decimal): -13736612 or 6055214. OLE color: 6055214.

HSL color Cylindrical-coordinate representation of color #2E655C: hue angle of 170.18º 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 #2E655C is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB4610192-
CMYK0.5400.090.60
HSL170.18º37.41%28.82%-
HSV(B)170.18º54.46%39.61%-
XYZ7.7110.6611.78-
YUV83.53132.78101.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=19.25%
G=42.26%
B=38.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46101920.5400.090.60170.1837.4128.82
Hex2E655C36093Caa251d
Octal5614513466011742524535
Binary10111011001011011100110110010011111001010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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