#2E6053

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

Shades of Eden #2E6053

Tints of Eden #2E6053

Color information

#2E6053 (or 0x2E6053) is unknown color: approx Eden. HEX triplet: 2E, 60 and 53. RGB value is (46,96,83). Sum of RGB (Red+Green+Blue) = 46+96+83=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6053 is #D19FAC. Grayscale: #4F4F4F. Windows color (decimal): -13737901 or 5464110. OLE color: 5464110.

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

Color convert

RGB469683-
CMYK0.5200.140.62
HSL164.4º35.21%27.84%-
HSV(B)164.4º52.08%37.65%-
XYZ6.879.579.67-
YUV79.57129.94104.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=20.44%
G=42.67%
B=36.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696830.5200.140.62164.435.2127.84
Hex2E6053340E3Ea4231c
Octal5614012364016762444334
Binary10111011000001010011110100011101111101010010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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