#2E9174

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

Shades of Elf Green #2E9174

Tints of Elf Green #2E9174

Color information

#2E9174 (or 0x2E9174) is unknown color: approx Elf Green. HEX triplet: 2E, 91 and 74. RGB value is (46,145,116). Sum of RGB (Red+Green+Blue) = 46+145+116=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9174 is #D16E8B. Grayscale: #707070. Windows color (decimal): -13725324 or 7639342. OLE color: 7639342.

HSL color Cylindrical-coordinate representation of color #2E9174: hue angle of 162.42º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9174 is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB46145116-
CMYK0.6800.20.43
HSL162.42º51.83%37.45%-
HSV(B)162.42º68.28%56.86%-
XYZ14.422.0920.03-
YUV112.09130.280.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 116 (45.70% from 255) = 37.79%
R=14.98%
G=47.23%
B=37.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal461451160.6800.20.43162.4251.8337.45
Hex2E9174440142Ba23425
Octal56221164104024532426445
Binary101110100100011110100100010001010010101110100010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,145,116); }

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

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

 a { background-color: rgb(46,145,116); }

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

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

 span { border-color: rgb(46,145,116); }

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