#2E695C

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

Shades of Eden #2E695C

Tints of Eden #2E695C

Color information

#2E695C (or 0x2E695C) is unknown color: approx Eden. HEX triplet: 2E, 69 and 5C. RGB value is (46,105,92). Sum of RGB (Red+Green+Blue) = 46+105+92=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #2E695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E695C is #D196A3. Grayscale: #555555. Windows color (decimal): -13735588 or 6056238. OLE color: 6056238.

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

Color convert

RGB4610592-
CMYK0.5600.120.59
HSL166.78º39.07%29.61%-
HSV(B)166.78º56.19%41.18%-
XYZ8.1111.4611.91-
YUV85.88131.4599.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=18.93%
G=43.21%
B=37.86%

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
Decimal46105920.5600.120.59166.7839.0729.61
Hex2E695C380C3Ba7271e
Octal5615113470014732474736
Binary10111011010011011100111000011001110111010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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