#2E6260

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

Shades of Eden #2E6260

Tints of Eden #2E6260

Color information

#2E6260 (or 0x2E6260) is unknown color: approx Eden. HEX triplet: 2E, 62 and 60. RGB value is (46,98,96). Sum of RGB (Red+Green+Blue) = 46+98+96=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6260 is #D19D9F. Grayscale: #525252. Windows color (decimal): -13737376 or 6316590. OLE color: 6316590.

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

Color convert

RGB469896-
CMYK0.5300.020.62
HSL177.69º36.11%28.24%-
HSV(B)177.69º53.06%38.43%-
XYZ7.6110.1612.63-
YUV82.22135.77102.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 96 (37.89% from 255) = 40%
R=19.17%
G=40.83%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698960.5300.020.62177.6936.1128.24
Hex2E626035023Eb2241c
Octal561421406502762624434
Binary101110110001011000001101010101111101011001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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