#2E8C6F

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

Shades of Elf Green #2E8C6F

Tints of Elf Green #2E8C6F

Color information

#2E8C6F (or 0x2E8C6F) is unknown color: approx Elf Green. HEX triplet: 2E, 8C and 6F. RGB value is (46,140,111). Sum of RGB (Red+Green+Blue) = 46+140+111=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C6F is #D17390. Grayscale: #6C6C6C. Windows color (decimal): -13726609 or 7310382. OLE color: 7310382.

HSL color Cylindrical-coordinate representation of color #2E8C6F: hue angle of 161.49º degrees, saturation: 0.51, 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 #2E8C6F is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB46140111-
CMYK0.6700.210.45
HSL161.49º50.54%36.47%-
HSV(B)161.49º67.14%54.9%-
XYZ13.3720.4818.29-
YUV108.59129.3683.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 140 (55.08% from 255) = 47.14%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=15.49%
G=47.14%
B=37.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461401110.6700.210.45161.4950.5436.47
Hex2E8C6F430152Da13324
Octal56214157103025552416344
Binary101110100011001101111100001101010110110110100001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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