#218E69

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

Shades of Elf Green #218E69

Tints of Elf Green #218E69

Color information

#218E69 (or 0x218E69) is unknown color: approx Elf Green. HEX triplet: 21, 8E and 69. RGB value is (33,142,105). Sum of RGB (Red+Green+Blue) = 33+142+105=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #218E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E69 is #DE7196. Grayscale: #696969. Windows color (decimal): -14578071 or 6917665. OLE color: 6917665.

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

Color convert

RGB33142105-
CMYK0.7700.260.44
HSL159.63º62.29%34.31%-
HSV(B)159.63º76.76%55.69%-
XYZ12.8520.6916.68-
YUV105.19127.8976.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 142 (55.86% from 255) = 50.71%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=11.79%
G=50.71%
B=37.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331421050.7700.260.44159.6362.2934.31
Hex218E694D01A2Ca03e22
Octal41216151115032542407642
Binary100001100011101101001100110101101010110010100000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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