#2E6C5D

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

Shades of Eden #2E6C5D

Tints of Eden #2E6C5D

Color information

#2E6C5D (or 0x2E6C5D) is unknown color: approx Eden. HEX triplet: 2E, 6C and 5D. RGB value is (46,108,93). Sum of RGB (Red+Green+Blue) = 46+108+93=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #2E6C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6C5D is #D193A2. Grayscale: #575757. Windows color (decimal): -13734819 or 6122542. OLE color: 6122542.

HSL color Cylindrical-coordinate representation of color #2E6C5D: hue angle of 165.48º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6C5D is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB4610893-
CMYK0.5700.140.58
HSL165.48º40.26%30.2%-
HSV(B)165.48º57.41%42.35%-
XYZ8.4712.112.24-
YUV87.75130.9698.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=18.62%
G=43.72%
B=37.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46108930.5700.140.58165.4840.2630.2
Hex2E6C5D390E3Aa5281e
Octal5615413571016722455036
Binary10111011011001011101111001011101110101010010110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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