Html Css Color HEX #219064 Elf Green

📋 copy color: '#219064'

red 33 ◦ green 144 ◦ blue 100

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

Shades of Elf Green #219064

Tints of Elf Green #219064

RGB

 RED value IS 33 (13.28% from 255) = 11.91%

 GREEN value IS 144 (56.64% from 255) = 51.99%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 11.91%
G = 51.99%
B = 36.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#219064 (or 0x219064) is known color: Elf Green. HEX triplet: 21, 90 and 64. RGB value is (33,144,100). Sum of RGB (Red+Green+Blue) = 33+144+100=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #219064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219064 is #DE6F9B. Grayscale: #696969. Windows color (decimal): -14577564 or 6590497. OLE color: 6590497.

HSL color Cylindrical-coordinate representation of color #219064: hue angle of 156.22º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219064 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 144 100 -
CMYK 0.77 0 0.31 0.44
HSL 156.22º 0.63% 0.35% -
HSV(B) 156.22º 0.77% 0.56% -
XYZ 12.9 21.19 15.47 -
YUV 105.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 33 144 100 0.77 0 0.31 0.44 156.22 0.63 0.35
Hex 21 90 64 4D 0 1F 2C 9C 3F 23
Octal 41 220 144 115 0 37 54 234 77 43
Binary 100001 10010000 1100100 1001101 0 11111 101100 10011100 111111 100011

Color Harmonies of #219064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219064

Black with #219064

Text Example


Text Example

White with #219064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219064; }

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

 H1.HeaderClassName
 {
   color: #219064;
 }
 .AnyTagClassName
 {
   color: #219064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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