#2E685E

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

Shades of Eden #2E685E

Tints of Eden #2E685E

Color information

#2E685E (or 0x2E685E) is unknown color: approx Eden. HEX triplet: 2E, 68 and 5E. RGB value is (46,104,94). Sum of RGB (Red+Green+Blue) = 46+104+94=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #2E685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E685E is #D197A1. Grayscale: #555555. Windows color (decimal): -13735842 or 6187054. OLE color: 6187054.

HSL color Cylindrical-coordinate representation of color #2E685E: hue angle of 169.66º 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 #2E685E is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB4610494-
CMYK0.5600.100.59
HSL169.66º38.67%29.41%-
HSV(B)169.66º55.77%40.78%-
XYZ8.111.2912.34-
YUV85.52132.7899.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.85%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=18.85%
G=42.62%
B=38.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46104940.5600.100.59169.6638.6729.41
Hex2E685E380A3Baa271d
Octal5615013670012732524735
Binary10111011010001011110111000010101110111010101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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