#218971

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

Shades of Elf Green #218971

Tints of Elf Green #218971

Color information

#218971 (or 0x218971) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 71. RGB value is (33,137,113). Sum of RGB (Red+Green+Blue) = 33+137+113=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #218971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218971 is #DE768E. Grayscale: #676767. Windows color (decimal): -14579343 or 7440673. OLE color: 7440673.

HSL color Cylindrical-coordinate representation of color #218971: hue angle of 166.15º 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 #218971 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB33137113-
CMYK0.7600.180.46
HSL166.15º61.18%33.33%-
HSV(B)166.15º75.91%53.73%-
XYZ12.5519.4118.71-
YUV103.17133.5477.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 137 (53.91% from 255) = 48.41%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=11.66%
G=48.41%
B=39.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371130.7600.180.46166.1561.1833.33
Hex2189714C0122Ea63d21
Octal41211161114022562467541
Binary100001100010011110001100110001001010111010100110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218971; }

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

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

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

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

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

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

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

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