#218B76

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

Shades of Elf Green #218B76

Tints of Elf Green #218B76

Color information

#218B76 (or 0x218B76) is unknown color: approx Elf Green. HEX triplet: 21, 8B and 76. RGB value is (33,139,118). Sum of RGB (Red+Green+Blue) = 33+139+118=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #218B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B76 is #DE7489. Grayscale: #686868. Windows color (decimal): -14578826 or 7768865. OLE color: 7768865.

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

Color convert

RGB33139118-
CMYK0.7600.150.45
HSL168.11º61.63%33.73%-
HSV(B)168.11º76.26%54.51%-
XYZ13.1320.120.33-
YUV104.91135.3876.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 139 (54.69% from 255) = 47.93%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=11.38%
G=47.93%
B=40.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331391180.7600.150.45168.1161.6333.73
Hex218B764C0F2Da83e22
Octal41213166114017552507642
Binary10000110001011111011010011000111110110110101000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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