#218B70

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

Shades of Elf Green #218B70

Tints of Elf Green #218B70

Color information

#218B70 (or 0x218B70) is unknown color: approx Elf Green. HEX triplet: 21, 8B and 70. RGB value is (33,139,112). Sum of RGB (Red+Green+Blue) = 33+139+112=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #218B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B70 is #DE748F. Grayscale: #686868. Windows color (decimal): -14578832 or 7375649. OLE color: 7375649.

HSL color Cylindrical-coordinate representation of color #218B70: hue angle of 164.72º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218B70 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB33139112-
CMYK0.7600.190.45
HSL164.72º61.63%33.73%-
HSV(B)164.72º76.26%54.51%-
XYZ12.7819.9618.51-
YUV104.23132.3877.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 139 (54.69% from 255) = 48.94%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=11.62%
G=48.94%
B=39.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331391120.7600.190.45164.7261.6333.73
Hex218B704C0132Da53e22
Octal41213160114023552457642
Binary100001100010111110000100110001001110110110100101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,139,112); }

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

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

 a { background-color: rgb(33,139,112); }

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

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

 span { border-color: rgb(33,139,112); }

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