#218978

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

Shades of Elf Green #218978

Tints of Elf Green #218978

Color information

#218978 (or 0x218978) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 78. RGB value is (33,137,120). Sum of RGB (Red+Green+Blue) = 33+137+120=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #218978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218978 is #DE7687. Grayscale: #676767. Windows color (decimal): -14579336 or 7899425. OLE color: 7899425.

HSL color Cylindrical-coordinate representation of color #218978: hue angle of 170.19º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218978 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB33137120-
CMYK0.7600.120.46
HSL170.19º61.18%33.33%-
HSV(B)170.19º75.91%53.73%-
XYZ12.9619.5720.86-
YUV103.97137.0477.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 137 (53.91% from 255) = 47.24%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=11.38%
G=47.24%
B=41.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371200.7600.120.46170.1961.1833.33
Hex2189784C0C2Eaa3d21
Octal41211170114014562527541
Binary10000110001001111100010011000110010111010101010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218978; }

 p { color: rgb(33,137,120); }

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

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

 a { background-color: rgb(33,137,120); }

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

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

 span { border-color: rgb(33,137,120); }

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