#219070

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

Shades of Elf Green #219070

Tints of Elf Green #219070

Color information

#219070 (or 0x219070) is unknown color: approx Elf Green. HEX triplet: 21, 90 and 70. RGB value is (33,144,112). Sum of RGB (Red+Green+Blue) = 33+144+112=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #219070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219070 is #DE6F8F. Grayscale: #6B6B6B. Windows color (decimal): -14577552 or 7376929. OLE color: 7376929.

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

Color convert

RGB33144112-
CMYK0.7700.220.44
HSL162.7º62.71%34.71%-
HSV(B)162.7º77.08%56.47%-
XYZ13.5321.4418.75-
YUV107.16130.7375.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 144 (56.64% from 255) = 49.83%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=11.42%
G=49.83%
B=38.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331441120.7700.220.44162.762.7134.71
Hex2190704D0162Ca33f23
Octal41220160115026542437743
Binary100001100100001110000100110101011010110010100011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219070; }

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

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

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

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

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

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

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

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