#218E7A

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

Shades of Elf Green #218E7A

Tints of Elf Green #218E7A

Color information

#218E7A (or 0x218E7A) is unknown color: approx Elf Green. HEX triplet: 21, 8E and 7A. RGB value is (33,142,122). Sum of RGB (Red+Green+Blue) = 33+142+122=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #218E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E7A is #DE7185. Grayscale: #6B6B6B. Windows color (decimal): -14578054 or 8031777. OLE color: 8031777.

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

Color convert

RGB33142122-
CMYK0.7700.140.44
HSL168.99º62.29%34.31%-
HSV(B)168.99º76.76%55.69%-
XYZ13.8121.0721.75-
YUV107.13136.3975.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=11.11%
G=47.81%
B=41.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331421220.7700.140.44168.9962.2934.31
Hex218E7A4D0E2Ca93e22
Octal41216172115016542517642
Binary10000110001110111101010011010111010110010101001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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