#218977

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

Shades of Elf Green #218977

Tints of Elf Green #218977

Color information

#218977 (or 0x218977) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 77. RGB value is (33,137,119). Sum of RGB (Red+Green+Blue) = 33+137+119=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #218977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218977 is #DE7688. Grayscale: #676767. Windows color (decimal): -14579337 or 7833889. OLE color: 7833889.

HSL color Cylindrical-coordinate representation of color #218977: hue angle of 169.62º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218977 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB33137119-
CMYK0.7600.130.46
HSL169.62º61.18%33.33%-
HSV(B)169.62º75.91%53.73%-
XYZ12.919.5520.55-
YUV103.85136.5477.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=11.42%
G=47.40%
B=41.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371190.7600.130.46169.6261.1833.33
Hex2189774C0D2Eaa3d21
Octal41211167114015562527541
Binary10000110001001111011110011000110110111010101010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218977; }

 p { color: rgb(33,137,119); }

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

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

 a { background-color: rgb(33,137,119); }

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

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

 span { border-color: rgb(33,137,119); }

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