#218271

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

Shades of Elf Green #218271

Tints of Elf Green #218271

Color information

#218271 (or 0x218271) is unknown color: approx Elf Green. HEX triplet: 21, 82 and 71. RGB value is (33,130,113). Sum of RGB (Red+Green+Blue) = 33+130+113=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #218271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218271 is #DE7D8E. Grayscale: #636363. Windows color (decimal): -14581135 or 7438881. OLE color: 7438881.

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

Color convert

RGB33130113-
CMYK0.7500.130.49
HSL169.48º59.51%31.96%-
HSV(B)169.48º74.62%50.98%-
XYZ11.5917.4818.39-
YUV99.06135.8680.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=11.96%
G=47.10%
B=40.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331301130.7500.130.49169.4859.5131.96
Hex2182714B0D31a93c20
Octal41202161113015612517440
Binary10000110000010111000110010110110111000110101001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218271; }

 p { color: rgb(33,130,113); }

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

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

 a { background-color: rgb(33,130,113); }

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

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

 span { border-color: rgb(33,130,113); }

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