#2E625C

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

Shades of Eden #2E625C

Tints of Eden #2E625C

Color information

#2E625C (or 0x2E625C) is unknown color: approx Eden. HEX triplet: 2E, 62 and 5C. RGB value is (46,98,92). Sum of RGB (Red+Green+Blue) = 46+98+92=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #2E625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E625C is #D19DA3. Grayscale: #515151. Windows color (decimal): -13737380 or 6054446. OLE color: 6054446.

HSL color Cylindrical-coordinate representation of color #2E625C: hue angle of 173.08º 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 #2E625C is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB469892-
CMYK0.5300.060.62
HSL173.08º36.11%28.24%-
HSV(B)173.08º53.06%38.43%-
XYZ7.4310.0911.68-
YUV81.77133.77102.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.49%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=19.49%
G=41.53%
B=38.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698920.5300.060.62173.0836.1128.24
Hex2E625C35063Ead241c
Octal561421346506762554434
Binary1011101100010101110011010101101111101010110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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