#218E6E

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

Shades of Elf Green #218E6E

Tints of Elf Green #218E6E

Color information

#218E6E (or 0x218E6E) is unknown color: approx Elf Green. HEX triplet: 21, 8E and 6E. RGB value is (33,142,110). Sum of RGB (Red+Green+Blue) = 33+142+110=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #218E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E6E is #DE7191. Grayscale: #696969. Windows color (decimal): -14578066 or 7245345. OLE color: 7245345.

HSL color Cylindrical-coordinate representation of color #218E6E: hue angle of 162.39º 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 #218E6E is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB33142110-
CMYK0.7700.230.44
HSL162.39º62.29%34.31%-
HSV(B)162.39º76.76%55.69%-
XYZ13.1120.818.07-
YUV105.76130.3976.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=11.58%
G=49.82%
B=38.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331421100.7700.230.44162.3962.2934.31
Hex218E6E4D0172Ca23e22
Octal41216156115027542427642
Binary100001100011101101110100110101011110110010100010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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