Html Css Color HEX #219264 Elf Green

📋 copy color: '#219264'

red 33 ◦ green 146 ◦ blue 100

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

Shades of Elf Green #219264

Tints of Elf Green #219264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.33%

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

R = 11.83%
G = 52.33%
B = 35.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#219264 (or 0x219264) is known color: Elf Green. HEX triplet: 21, 92 and 64. RGB value is (33,146,100). Sum of RGB (Red+Green+Blue) = 33+146+100=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #219264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219264 is #DE6D9B. Grayscale: #6B6B6B. Windows color (decimal): -14577052 or 6591009. OLE color: 6591009.

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

Color convert

RGB 33 146 100 -
CMYK 0.77 0 0.32 0.43
HSL 155.58º 0.63% 0.35% -
HSV(B) 155.58º 0.77% 0.57% -
XYZ 13.21 21.8 15.57 -
YUV 106.97 124.06 75.24 -
System Red Green Blue C M Y K H S L
Decimal 33 146 100 0.77 0 0.32 0.43 155.58 0.63 0.35
Hex 21 92 64 4D 0 20 2B 9C 3F 23
Octal 41 222 144 115 0 40 53 234 77 43
Binary 100001 10010010 1100100 1001101 0 100000 101011 10011100 111111 100011

Color Harmonies of #219264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219264

Black with #219264

Text Example


Text Example

White with #219264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219264; }

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

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

background-color css

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

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

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

border-color css

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

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

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