#219379

Color #219379 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #219379

Tints of Elf Green #219379

Color information

#219379 (or 0x219379) is unknown color: approx 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

RGB33147121-
CMYK0.7800.180.42
HSL166.32º63.33%35.29%-
HSV(B)166.32º77.55%57.65%-
XYZ14.5122.5721.68-
YUV109.95134.2373.11-

RGB Variations

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

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.20%
R=10.96%
G=48.84%
B=40.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331471210.7800.180.42166.3263.3335.29
Hex2193794E0122Aa63f23
Octal41223171116022522467743
Binary100001100100111111001100111001001010101010100110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>