#2E8979

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

Shades of Elm #2E8979

Tints of Elm #2E8979

Color information

#2E8979 (or 0x2E8979) is unknown color: approx Elm. HEX triplet: 2E, 89 and 79. RGB value is (46,137,121). Sum of RGB (Red+Green+Blue) = 46+137+121=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8979 is #D17686. Grayscale: #6B6B6B. Windows color (decimal): -13727367 or 7964974. OLE color: 7964974.

HSL color Cylindrical-coordinate representation of color #2E8979: hue angle of 169.45º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8979 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB46137121-
CMYK0.6600.120.46
HSL169.45º49.73%35.88%-
HSV(B)169.45º66.42%53.73%-
XYZ13.5219.8521.21-
YUV107.97135.3583.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=15.13%
G=45.07%
B=39.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461371210.6600.120.46169.4549.7335.88
Hex2E8979420C2Ea93224
Octal56211171102014562516244
Binary10111010001001111100110000100110010111010101001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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