#2E8179

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

Shades of Elm #2E8179

Tints of Elm #2E8179

Color information

#2E8179 (or 0x2E8179) is unknown color: approx Elm. HEX triplet: 2E, 81 and 79. RGB value is (46,129,121). Sum of RGB (Red+Green+Blue) = 46+129+121=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #2E8179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8179 is #D17E86. Grayscale: #676767. Windows color (decimal): -13729415 or 7962926. OLE color: 7962926.

HSL color Cylindrical-coordinate representation of color #2E8179: hue angle of 174.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8179 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB46129121-
CMYK0.6400.060.49
HSL174.22º47.43%34.31%-
HSV(B)174.22º64.34%50.59%-
XYZ12.4317.6620.84-
YUV103.2713887.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.54%
GREEN value IS 129 (50.78% from 255) = 43.58%
BLUE value IS 121 (47.66% from 255) = 40.88%
R=15.54%
G=43.58%
B=40.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461291210.6400.060.49174.2247.4334.31
Hex2E8179400631ae2f22
Octal5620117110006612565742
Binary1011101000000111110011000000011011000110101110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,129,121); }

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

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

 a { background-color: rgb(46,129,121); }

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

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

 span { border-color: rgb(46,129,121); }

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