#219674

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

Shades of Elf Green #219674

Tints of Elf Green #219674

Color information

#219674 (or 0x219674) is unknown color: approx Elf Green. HEX triplet: 21, 96 and 74. RGB value is (33,150,116). Sum of RGB (Red+Green+Blue) = 33+150+116=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #219674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219674 is #DE698B. Grayscale: #6F6F6F. Windows color (decimal): -14576012 or 7640609. OLE color: 7640609.

HSL color Cylindrical-coordinate representation of color #219674: hue angle of 162.56º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219674 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB33150116-
CMYK0.7800.230.41
HSL162.56º63.93%35.88%-
HSV(B)162.56º78%58.82%-
XYZ14.6923.420.27-
YUV111.14130.7472.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.04%
GREEN value IS 150 (58.98% from 255) = 50.17%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=11.04%
G=50.17%
B=38.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331501160.7800.230.41162.5663.9335.88
Hex2196744E01729a34024
Octal412261641160275124310044
Binary1000011001011011101001001110010111101001101000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219674; }

 p { color: rgb(33,150,116); }

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

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

 a { background-color: rgb(33,150,116); }

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

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

 span { border-color: rgb(33,150,116); }

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