#2E675E

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

Shades of Eden #2E675E

Tints of Eden #2E675E

Color information

#2E675E (or 0x2E675E) is unknown color: approx Eden. HEX triplet: 2E, 67 and 5E. RGB value is (46,103,94). Sum of RGB (Red+Green+Blue) = 46+103+94=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #2E675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E675E is #D198A1. Grayscale: #545454. Windows color (decimal): -13736098 or 6186798. OLE color: 6186798.

HSL color Cylindrical-coordinate representation of color #2E675E: hue angle of 170.53º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E675E is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB4610394-
CMYK0.5500.090.60
HSL170.53º38.26%29.22%-
HSV(B)170.53º55.34%40.39%-
XYZ811.0912.31-
YUV84.93133.12100.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 103 (40.62% from 255) = 42.39%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=18.93%
G=42.39%
B=38.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46103940.5500.090.60170.5338.2629.22
Hex2E675E37093Cab261d
Octal5614713667011742534635
Binary10111011001111011110110111010011111001010101110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,103,94); }

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

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

 a { background-color: rgb(46,103,94); }

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

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

 span { border-color: rgb(46,103,94); }

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