#2E665E

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

Shades of Eden #2E665E

Tints of Eden #2E665E

Color information

#2E665E (or 0x2E665E) is unknown color: approx Eden. HEX triplet: 2E, 66 and 5E. RGB value is (46,102,94). Sum of RGB (Red+Green+Blue) = 46+102+94=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #2E665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E665E is #D199A1. Grayscale: #545454. Windows color (decimal): -13736354 or 6186542. OLE color: 6186542.

HSL color Cylindrical-coordinate representation of color #2E665E: hue angle of 171.43º 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 #2E665E is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB4610294-
CMYK0.5500.080.6
HSL171.43º37.84%29.02%-
HSV(B)171.43º54.9%40%-
XYZ7.910.8912.28-
YUV84.34133.45100.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=19.01%
G=42.15%
B=38.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46102940.5500.080.6171.4337.8429.02
Hex2E665E37083Cab261d
Octal5614613667010742534635
Binary10111011001101011110110111010001111001010101110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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