#2E685C

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

Shades of Eden #2E685C

Tints of Eden #2E685C

Color information

#2E685C (or 0x2E685C) is unknown color: approx Eden. HEX triplet: 2E, 68 and 5C. RGB value is (46,104,92). Sum of RGB (Red+Green+Blue) = 46+104+92=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #2E685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E685C is #D197A3. Grayscale: #555555. Windows color (decimal): -13735844 or 6055982. OLE color: 6055982.

HSL color Cylindrical-coordinate representation of color #2E685C: hue angle of 167.59º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E685C is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB4610492-
CMYK0.5600.120.59
HSL167.59º38.67%29.41%-
HSV(B)167.59º55.77%40.78%-
XYZ8.0111.2511.88-
YUV85.29131.7899.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=19.01%
G=42.98%
B=38.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46104920.5600.120.59167.5938.6729.41
Hex2E685C380C3Ba8271d
Octal5615013470014732504735
Binary10111011010001011100111000011001110111010100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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