#219370

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

Shades of Elf Green #219370

Tints of Elf Green #219370

Color information

#219370 (or 0x219370) is unknown color: approx Elf Green. HEX triplet: 21, 93 and 70. RGB value is (33,147,112). Sum of RGB (Red+Green+Blue) = 33+147+112=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #219370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219370 is #DE6C8F. Grayscale: #6C6C6C. Windows color (decimal): -14576784 or 7377697. OLE color: 7377697.

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

Color convert

RGB33147112-
CMYK0.7800.240.42
HSL161.58º63.33%35.29%-
HSV(B)161.58º77.55%57.65%-
XYZ13.9922.3618.91-
YUV108.92129.7373.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 147 (57.81% from 255) = 50.34%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=11.30%
G=50.34%
B=38.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331471120.7800.240.42161.5863.3335.29
Hex2193704E0182Aa23f23
Octal41223160116030522427743
Binary100001100100111110000100111001100010101010100010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219370; }

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

 H1.HeaderClassName
 {
   color: #219370;
 }
 .AnyTagClassName
 {
   color: #219370;
 }
</style>
background-color css

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

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

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

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

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

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