#2E605B

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

Shades of Eden #2E605B

Tints of Eden #2E605B

Color information

#2E605B (or 0x2E605B) is unknown color: approx Eden. HEX triplet: 2E, 60 and 5B. RGB value is (46,96,91). Sum of RGB (Red+Green+Blue) = 46+96+91=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #2E605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E605B is #D19FA4. Grayscale: #505050. Windows color (decimal): -13737893 or 5988398. OLE color: 5988398.

HSL color Cylindrical-coordinate representation of color #2E605B: hue angle of 174º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E605B is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB469691-
CMYK0.5200.050.62
HSL174º35.21%27.84%-
HSV(B)174º52.08%37.65%-
XYZ7.29.711.39-
YUV80.48133.94103.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.74%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=19.74%
G=41.20%
B=39.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696910.5200.050.6217435.2127.84
Hex2E605B34053Eae231c
Octal561401336405762564334
Binary1011101100000101101111010001011111101010111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,96,91); }

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

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

 a { background-color: rgb(46,96,91); }

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

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

 span { border-color: rgb(46,96,91); }

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