#218964

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

Shades of Elf Green #218964

Tints of Elf Green #218964

Color information

#218964 (or 0x218964) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 64. RGB value is (33,137,100). Sum of RGB (Red+Green+Blue) = 33+137+100=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #218964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218964 is #DE769B. Grayscale: #656565. Windows color (decimal): -14579356 or 6588705. OLE color: 6588705.

HSL color Cylindrical-coordinate representation of color #218964: hue angle of 158.65º 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 #218964 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB33137100-
CMYK0.7600.270.46
HSL158.65º61.18%33.33%-
HSV(B)158.65º75.91%53.73%-
XYZ11.8719.1315.12-
YUV101.69127.0479.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 137 (53.91% from 255) = 50.74%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=12.22%
G=50.74%
B=37.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371000.7600.270.46158.6561.1833.33
Hex2189644C01B2E9f3d21
Octal41211144114033562377541
Binary100001100010011100100100110001101110111010011111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218964; }

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

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

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

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

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

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

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

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