#218D6E

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

Shades of Elf Green #218D6E

Tints of Elf Green #218D6E

Color information

#218D6E (or 0x218D6E) is unknown color: approx Elf Green. HEX triplet: 21, 8D and 6E. RGB value is (33,141,110). Sum of RGB (Red+Green+Blue) = 33+141+110=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #218D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D6E is #DE7291. Grayscale: #696969. Windows color (decimal): -14578322 or 7245089. OLE color: 7245089.

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

Color convert

RGB33141110-
CMYK0.7700.220.45
HSL162.78º62.07%34.12%-
HSV(B)162.78º76.6%55.29%-
XYZ12.9720.518.03-
YUV105.17130.7276.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 141 (55.47% from 255) = 49.65%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=11.62%
G=49.65%
B=38.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331411100.7700.220.45162.7862.0734.12
Hex218D6E4D0162Da33e22
Octal41215156115026552437642
Binary100001100011011101110100110101011010110110100011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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