Html Css Color HEX #219376 Elf Green

📋 copy color: '#219376'

red 33 ◦ green 147 ◦ blue 118

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

Shades of Elf Green #219376

Tints of Elf Green #219376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 11.07%
G = 49.33%
B = 39.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#219376 (or 0x219376) is known color: Elf Green. HEX triplet: 21, 93 and 76. RGB value is (33,147,118). Sum of RGB (Red+Green+Blue) = 33+147+118=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #219376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219376 is #DE6C89. Grayscale: #6D6D6D. Windows color (decimal): -14576778 or 7770913. OLE color: 7770913.

HSL color Cylindrical-coordinate representation of color #219376: hue angle of 164.74º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219376 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 147 118 -
CMYK 0.78 0 0.20 0.42
HSL 164.74º 0.63% 0.35% -
HSV(B) 164.74º 0.78% 0.58% -
XYZ 14.33 22.5 20.73 -
YUV 109.61 132.73 73.36 -
System Red Green Blue C M Y K H S L
Decimal 33 147 118 0.78 0 0.20 0.42 164.74 0.63 0.35
Hex 21 93 76 4E 0 14 2A A5 3F 23
Octal 41 223 166 116 0 24 52 245 77 43
Binary 100001 10010011 1110110 1001110 0 10100 101010 10100101 111111 100011

Color Harmonies of #219376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219376

Black with #219376

Text Example


Text Example

White with #219376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219376; }

 p { color: rgb(33,147,118); }

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

background-color css

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

 a { background-color: rgb(33,147,118); }

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

border-color css

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

 span { border-color: rgb(33,147,118); }

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