#2E625D

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

Shades of Eden #2E625D

Tints of Eden #2E625D

Color information

#2E625D (or 0x2E625D) is unknown color: approx Eden. HEX triplet: 2E, 62 and 5D. RGB value is (46,98,93). Sum of RGB (Red+Green+Blue) = 46+98+93=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #2E625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E625D is #D19DA2. Grayscale: #515151. Windows color (decimal): -13737379 or 6119982. OLE color: 6119982.

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

Color convert

RGB469893-
CMYK0.5300.050.62
HSL174.23º36.11%28.24%-
HSV(B)174.23º53.06%38.43%-
XYZ7.4710.1111.91-
YUV81.88134.27102.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=19.41%
G=41.35%
B=39.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698930.5300.050.62174.2336.1128.24
Hex2E625D35053Eae241c
Octal561421356505762564434
Binary1011101100010101110111010101011111101010111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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