#218E68

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

Shades of Elf Green #218E68

Tints of Elf Green #218E68

Color information

#218E68 (or 0x218E68) is unknown color: approx Elf Green. HEX triplet: 21, 8E and 68. RGB value is (33,142,104). Sum of RGB (Red+Green+Blue) = 33+142+104=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #218E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E68 is #DE7197. Grayscale: #696969. Windows color (decimal): -14578072 or 6852129. OLE color: 6852129.

HSL color Cylindrical-coordinate representation of color #218E68: hue angle of 159.08º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E68 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB33142104-
CMYK0.7700.270.44
HSL159.08º62.29%34.31%-
HSV(B)159.08º76.76%55.69%-
XYZ12.820.6716.41-
YUV105.08127.3976.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 142 (55.86% from 255) = 50.90%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=11.83%
G=50.90%
B=37.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331421040.7700.270.44159.0862.2934.31
Hex218E684D01B2C9f3e22
Octal41216150115033542377642
Binary100001100011101101000100110101101110110010011111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218E68; }

 p { color: rgb(33,142,104); }

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

<style>
 a { background-color: #218E68; }

 a { background-color: rgb(33,142,104); }

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

<style>
 span { border-color: #218E68; }

 span { border-color: rgb(33,142,104); }

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