#2E8F6C

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

Shades of Elf Green #2E8F6C

Tints of Elf Green #2E8F6C

Color information

#2E8F6C (or 0x2E8F6C) is unknown color: approx Elf Green. HEX triplet: 2E, 8F and 6C. RGB value is (46,143,108). Sum of RGB (Red+Green+Blue) = 46+143+108=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8F6C is #D17093. Grayscale: #6E6E6E. Windows color (decimal): -13725844 or 7114542. OLE color: 7114542.

HSL color Cylindrical-coordinate representation of color #2E8F6C: hue angle of 158.35º 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 #2E8F6C is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB46143108-
CMYK0.6800.240.44
HSL158.35º51.32%37.06%-
HSV(B)158.35º67.83%56.08%-
XYZ13.6621.3117.58-
YUV110.01126.8682.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 143 (56.25% from 255) = 48.15%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=15.49%
G=48.15%
B=36.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461431080.6800.240.44158.3551.3237.06
Hex2E8F6C440182C9e3325
Octal56217154104030542366345
Binary101110100011111101100100010001100010110010011110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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