#2E705A

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

Shades of Eden #2E705A

Tints of Eden #2E705A

Color information

#2E705A (or 0x2E705A) is unknown color: approx Eden. HEX triplet: 2E, 70 and 5A. RGB value is (46,112,90). Sum of RGB (Red+Green+Blue) = 46+112+90=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #2E705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E705A is #D18FA5. Grayscale: #595959. Windows color (decimal): -13733798 or 5926958. OLE color: 5926958.

HSL color Cylindrical-coordinate representation of color #2E705A: hue angle of 160º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E705A is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB4611290-
CMYK0.5900.200.56
HSL160º41.77%30.98%-
HSV(B)160º58.93%43.92%-
XYZ8.7712.9111.7-
YUV89.76128.1396.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=18.55%
G=45.16%
B=36.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112900.5900.200.5616041.7730.98
Hex2E705A3B01438a02a1f
Octal5616013273024702405237
Binary101110111000010110101110110101001110001010000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,112,90); }

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

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

 a { background-color: rgb(46,112,90); }

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

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

 span { border-color: rgb(46,112,90); }

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