#2E5F59

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

Shades of Eden #2E5F59

Tints of Eden #2E5F59

Color information

#2E5F59 (or 0x2E5F59) is unknown color: approx Eden. HEX triplet: 2E, 5F and 59. RGB value is (46,95,89). Sum of RGB (Red+Green+Blue) = 46+95+89=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5F59 is #D1A0A6. Grayscale: #4F4F4F. Windows color (decimal): -13738151 or 5857070. OLE color: 5857070.

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

Color convert

RGB469589-
CMYK0.5200.060.63
HSL172.65º34.75%27.65%-
HSV(B)172.65º51.58%37.25%-
XYZ7.029.4910.91-
YUV79.66133.27103.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=20%
G=41.30%
B=38.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4695890.5200.060.63172.6534.7527.65
Hex2E5F5934063Fad231c
Octal561371316406772554334
Binary1011101011111101100111010001101111111010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,95,89); }

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

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

 a { background-color: rgb(46,95,89); }

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

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

 span { border-color: rgb(46,95,89); }

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