#2E6158

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

Shades of Eden #2E6158

Tints of Eden #2E6158

Color information

#2E6158 (or 0x2E6158) is unknown color: approx Eden. HEX triplet: 2E, 61 and 58. RGB value is (46,97,88). Sum of RGB (Red+Green+Blue) = 46+97+88=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6158 is #D19EA7. Grayscale: #505050. Windows color (decimal): -13737640 or 5792046. OLE color: 5792046.

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

Color convert

RGB469788-
CMYK0.5300.090.62
HSL169.41º35.66%28.04%-
HSV(B)169.41º52.58%38.04%-
XYZ7.169.8310.75-
YUV80.72132.1103.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=19.91%
G=41.99%
B=38.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4697880.5300.090.62169.4135.6628.04
Hex2E615835093Ea9241c
Octal5614113065011762514434
Binary10111011000011011000110101010011111101010100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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