#2E6E58

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

Shades of Eden #2E6E58

Tints of Eden #2E6E58

Color information

#2E6E58 (or 0x2E6E58) is unknown color: approx Eden. HEX triplet: 2E, 6E and 58. RGB value is (46,110,88). Sum of RGB (Red+Green+Blue) = 46+110+88=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E58 is #D191A7. Grayscale: #585858. Windows color (decimal): -13734312 or 5795374. OLE color: 5795374.

HSL color Cylindrical-coordinate representation of color #2E6E58: hue angle of 159.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E58 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB4611088-
CMYK0.5800.20.57
HSL159.38º41.03%30.59%-
HSV(B)159.38º58.18%43.14%-
XYZ8.4612.4411.19-
YUV88.36127.897.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.85%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=18.85%
G=45.08%
B=36.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46110880.5800.20.57159.3841.0330.59
Hex2E6E583A014399f291f
Octal5615613072024712375137
Binary101110110111010110001110100101001110011001111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,110,88); }

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

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

 a { background-color: rgb(46,110,88); }

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

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

 span { border-color: rgb(46,110,88); }

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