#2E9372

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

Shades of Elf Green #2E9372

Tints of Elf Green #2E9372

Color information

#2E9372 (or 0x2E9372) is unknown color: approx Elf Green. HEX triplet: 2E, 93 and 72. RGB value is (46,147,114). Sum of RGB (Red+Green+Blue) = 46+147+114=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9372 is #D16C8D. Grayscale: #717171. Windows color (decimal): -13724814 or 7508782. OLE color: 7508782.

HSL color Cylindrical-coordinate representation of color #2E9372: hue angle of 160.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9372 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB46147114-
CMYK0.6900.220.42
HSL160.4º52.33%37.84%-
HSV(B)160.4º68.71%57.65%-
XYZ14.622.6619.52-
YUV113.04128.5480.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=14.98%
G=47.88%
B=37.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461471140.6900.220.42160.452.3337.84
Hex2E9372450162Aa03426
Octal56223162105026522406446
Binary101110100100111110010100010101011010101010100000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,147,114); }

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

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

 a { background-color: rgb(46,147,114); }

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

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

 span { border-color: rgb(46,147,114); }

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