#2E8A77

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

Shades of Elm #2E8A77

Tints of Elm #2E8A77

Color information

#2E8A77 (or 0x2E8A77) is unknown color: approx Elm. HEX triplet: 2E, 8A and 77. RGB value is (46,138,119). Sum of RGB (Red+Green+Blue) = 46+138+119=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8A77 is #D17588. Grayscale: #6C6C6C. Windows color (decimal): -13727113 or 7834158. OLE color: 7834158.

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

Color convert

RGB46138119-
CMYK0.6700.140.46
HSL167.61º50%36.08%-
HSV(B)167.61º66.67%54.12%-
XYZ13.5420.0920.62-
YUV108.33134.0283.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=15.18%
G=45.54%
B=39.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461381190.6700.140.46167.615036.08
Hex2E8A77430E2Ea83224
Octal56212167103016562506244
Binary10111010001010111011110000110111010111010101000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,138,119); }

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

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

 a { background-color: rgb(46,138,119); }

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

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

 span { border-color: rgb(46,138,119); }

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