#2E8F6F

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

Shades of Elf Green #2E8F6F

Tints of Elf Green #2E8F6F

Color information

#2E8F6F (or 0x2E8F6F) is unknown color: approx Elf Green. HEX triplet: 2E, 8F and 6F. RGB value is (46,143,111). Sum of RGB (Red+Green+Blue) = 46+143+111=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8F6F is #D17090. Grayscale: #6E6E6E. Windows color (decimal): -13725841 or 7311150. OLE color: 7311150.

HSL color Cylindrical-coordinate representation of color #2E8F6F: hue angle of 160.21º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F6F is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB46143111-
CMYK0.6800.220.44
HSL160.21º51.32%37.06%-
HSV(B)160.21º67.83%56.08%-
XYZ13.8221.3718.44-
YUV110.35128.3682.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 143 (56.25% from 255) = 47.67%
BLUE value IS 111 (43.75% from 255) = 37%
R=15.33%
G=47.67%
B=37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461431110.6800.220.44160.2151.3237.06
Hex2E8F6F440162Ca03325
Octal56217157104026542406345
Binary101110100011111101111100010001011010110010100000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,143,111); }

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

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

 a { background-color: rgb(46,143,111); }

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

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

 span { border-color: rgb(46,143,111); }

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