#2E635E

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

Shades of Eden #2E635E

Tints of Eden #2E635E

Color information

#2E635E (or 0x2E635E) is unknown color: approx Eden. HEX triplet: 2E, 63 and 5E. RGB value is (46,99,94). Sum of RGB (Red+Green+Blue) = 46+99+94=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #2E635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E635E is #D19CA1. Grayscale: #525252. Windows color (decimal): -13737122 or 6185774. OLE color: 6185774.

HSL color Cylindrical-coordinate representation of color #2E635E: hue angle of 174.34º 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 #2E635E is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB469994-
CMYK0.5400.050.61
HSL174.34º36.55%28.43%-
HSV(B)174.34º53.54%38.82%-
XYZ7.6110.3112.18-
YUV82.58134.44101.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=19.25%
G=41.42%
B=39.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699940.5400.050.61174.3436.5528.43
Hex2E635E36053Dae251c
Octal561431366605752564534
Binary1011101100011101111011011001011111011010111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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