Html Css Color HEX #219379 Elf Green

📋 copy color: '#219379'

red 33 ◦ green 147 ◦ blue 121

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

Shades of Elf Green #219379

Tints of Elf Green #219379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 10.96%
G = 48.84%
B = 40.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#219379 (or 0x219379) is known color: Elf Green. HEX triplet: 21, 93 and 79. RGB value is (33,147,121). Sum of RGB (Red+Green+Blue) = 33+147+121=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #219379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219379 is #DE6C86. Grayscale: #6D6D6D. Windows color (decimal): -14576775 or 7967521. OLE color: 7967521.

HSL color Cylindrical-coordinate representation of color #219379: hue angle of 166.32º 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 #219379 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 147 121 -
CMYK 0.78 0 0.18 0.42
HSL 166.32º 0.63% 0.35% -
HSV(B) 166.32º 0.78% 0.58% -
XYZ 14.51 22.57 21.68 -
YUV 109.95 134.23 73.11 -
System Red Green Blue C M Y K H S L
Decimal 33 147 121 0.78 0 0.18 0.42 166.32 0.63 0.35
Hex 21 93 79 4E 0 12 2A A6 3F 23
Octal 41 223 171 116 0 22 52 246 77 43
Binary 100001 10010011 1111001 1001110 0 10010 101010 10100110 111111 100011

Color Harmonies of #219379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219379

Black with #219379

Text Example


Text Example

White with #219379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219379; }

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

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

background-color css

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

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

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

border-color css

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

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

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