#2E635D

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

Shades of Eden #2E635D

Tints of Eden #2E635D

Color information

#2E635D (or 0x2E635D) is unknown color: approx Eden. HEX triplet: 2E, 63 and 5D. RGB value is (46,99,93). Sum of RGB (Red+Green+Blue) = 46+99+93=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #2E635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E635D is #D19CA2. Grayscale: #525252. Windows color (decimal): -13737123 or 6120238. OLE color: 6120238.

HSL color Cylindrical-coordinate representation of color #2E635D: hue angle of 173.21º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E635D is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB469993-
CMYK0.5400.060.61
HSL173.21º36.55%28.43%-
HSV(B)173.21º53.54%38.82%-
XYZ7.5610.2911.94-
YUV82.47133.94101.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.33%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 93 (36.72% from 255) = 39.08%
R=19.33%
G=41.60%
B=39.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699930.5400.060.61173.2136.5528.43
Hex2E635D36063Dad251c
Octal561431356606752554534
Binary1011101100011101110111011001101111011010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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