#218F7A

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

Shades of Elf Green #218F7A

Tints of Elf Green #218F7A

Color information

#218F7A (or 0x218F7A) is unknown color: approx Elf Green. HEX triplet: 21, 8F and 7A. RGB value is (33,143,122). Sum of RGB (Red+Green+Blue) = 33+143+122=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #218F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F7A is #DE7085. Grayscale: #6B6B6B. Windows color (decimal): -14577798 or 8032033. OLE color: 8032033.

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

Color convert

RGB33143122-
CMYK0.7700.150.44
HSL168.55º62.5%34.51%-
HSV(B)168.55º76.92%56.08%-
XYZ13.9621.3721.8-
YUV107.72136.0674.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.07%
GREEN value IS 143 (56.25% from 255) = 47.99%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=11.07%
G=47.99%
B=40.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331431220.7700.150.44168.5562.534.51
Hex218F7A4D0F2Ca93e23
Octal41217172115017542517643
Binary10000110001111111101010011010111110110010101001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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