#2E8B70

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

Shades of Elf Green #2E8B70

Tints of Elf Green #2E8B70

Color information

#2E8B70 (or 0x2E8B70) is unknown color: approx Elf Green. HEX triplet: 2E, 8B and 70. RGB value is (46,139,112). Sum of RGB (Red+Green+Blue) = 46+139+112=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8B70 is #D1748F. Grayscale: #6C6C6C. Windows color (decimal): -13726864 or 7375662. OLE color: 7375662.

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

Color convert

RGB46139112-
CMYK0.6700.190.45
HSL162.58º50.27%36.27%-
HSV(B)162.58º66.91%54.51%-
XYZ13.2820.2218.53-
YUV108.12130.1983.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=15.49%
G=46.80%
B=37.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461391120.6700.190.45162.5850.2736.27
Hex2E8B70430132Da33224
Octal56213160103023552436244
Binary101110100010111110000100001101001110110110100011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,139,112); }

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

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

 a { background-color: rgb(46,139,112); }

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

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

 span { border-color: rgb(46,139,112); }

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