Html Css Color HEX #218964 Elf Green

📋 copy color: '#218964'

red 33 ◦ green 137 ◦ blue 100

#218964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #218964

Tints of Elf Green #218964

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 value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#218964 (or 0x218964) is known color: 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

RGB 33 137 100 -
CMYK 0.76 0 0.27 0.46
HSL 158.65º 0.61% 0.33% -
HSV(B) 158.65º 0.76% 0.54% -
XYZ 11.87 19.13 15.12 -
YUV 101.69 127.04 79.01 -
System Red Green Blue C M Y K H S L
Decimal 33 137 100 0.76 0 0.27 0.46 158.65 0.61 0.33
Hex 21 89 64 4C 0 1B 2E 9F 3D 21
Octal 41 211 144 114 0 33 56 237 75 41
Binary 100001 10001001 1100100 1001100 0 11011 101110 10011111 111101 100001

Color Harmonies of #218964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218964

Black with #218964

Text Example


Text Example

White with #218964

Text Example


Text Example

HTML Codes & Css Web 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>