#219466

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

Shades of Elf Green #219466

Tints of Elf Green #219466

Color information

#219466 (or 0x219466) is unknown color: approx Elf Green. HEX triplet: 21, 94 and 66. RGB value is (33,148,102). Sum of RGB (Red+Green+Blue) = 33+148+102=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #219466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219466 is #DE6B99. Grayscale: #6C6C6C. Windows color (decimal): -14576538 or 6722593. OLE color: 6722593.

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

Color convert

RGB33148102-
CMYK0.7800.310.42
HSL156º63.54%35.49%-
HSV(B)156º77.7%58.04%-
XYZ13.6222.4616.19-
YUV108.37124.474.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 148 (58.20% from 255) = 52.30%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=11.66%
G=52.30%
B=36.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331481020.7800.310.4215663.5435.49
Hex2194664E01F2A9c4023
Octal412241461160375223410043
Binary1000011001010011001101001110011111101010100111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219466; }

 p { color: rgb(33,148,102); }

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

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

 a { background-color: rgb(33,148,102); }

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

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

 span { border-color: rgb(33,148,102); }

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