#218E73

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

Shades of Elf Green #218E73

Tints of Elf Green #218E73

Color information

#218E73 (or 0x218E73) is unknown color: approx Elf Green. HEX triplet: 21, 8E and 73. RGB value is (33,142,115). Sum of RGB (Red+Green+Blue) = 33+142+115=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #218E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E73 is #DE718C. Grayscale: #6A6A6A. Windows color (decimal): -14578061 or 7573025. OLE color: 7573025.

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

Color convert

RGB33142115-
CMYK0.7700.190.44
HSL165.14º62.29%34.31%-
HSV(B)165.14º76.76%55.69%-
XYZ13.3920.9119.55-
YUV106.33132.8975.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=11.38%
G=48.97%
B=39.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331421150.7700.190.44165.1462.2934.31
Hex218E734D0132Ca53e22
Octal41216163115023542457642
Binary100001100011101110011100110101001110110010100101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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