#218F71

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

Shades of Elf Green #218F71

Tints of Elf Green #218F71

Color information

#218F71 (or 0x218F71) is unknown color: approx Elf Green. HEX triplet: 21, 8F and 71. RGB value is (33,143,113). Sum of RGB (Red+Green+Blue) = 33+143+113=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #218F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F71 is #DE708E. Grayscale: #6A6A6A. Windows color (decimal): -14577807 or 7442209. OLE color: 7442209.

HSL color Cylindrical-coordinate representation of color #218F71: hue angle of 163.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F71 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB33143113-
CMYK0.7700.210.44
HSL163.64º62.5%34.51%-
HSV(B)163.64º76.92%56.08%-
XYZ13.4321.1619-
YUV106.69131.5675.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 143 (56.25% from 255) = 49.48%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=11.42%
G=49.48%
B=39.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331431130.7700.210.44163.6462.534.51
Hex218F714D0152Ca43e23
Octal41217161115025542447643
Binary100001100011111110001100110101010110110010100100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,143,113); }

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

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

 a { background-color: rgb(33,143,113); }

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

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

 span { border-color: rgb(33,143,113); }

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