#218472

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

Shades of Elf Green #218472

Tints of Elf Green #218472

Color information

#218472 (or 0x218472) is unknown color: approx Elf Green. HEX triplet: 21, 84 and 72. RGB value is (33,132,114). Sum of RGB (Red+Green+Blue) = 33+132+114=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #218472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218472 is #DE7B8D. Grayscale: #646464. Windows color (decimal): -14580622 or 7504929. OLE color: 7504929.

HSL color Cylindrical-coordinate representation of color #218472: hue angle of 169.09º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218472 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB33132114-
CMYK0.7500.140.48
HSL169.09º60%32.35%-
HSV(B)169.09º75%51.76%-
XYZ11.9218.0418.77-
YUV100.35135.779.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=11.83%
G=47.31%
B=40.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331321140.7500.140.48169.096032.35
Hex2184724B0E30a93c20
Octal41204162113016602517440
Binary10000110000100111001010010110111011000010101001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218472; }

 p { color: rgb(33,132,114); }

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

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

 a { background-color: rgb(33,132,114); }

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

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

 span { border-color: rgb(33,132,114); }

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