#218969

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

Shades of Elf Green #218969

Tints of Elf Green #218969

Color information

#218969 (or 0x218969) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 69. RGB value is (33,137,105). Sum of RGB (Red+Green+Blue) = 33+137+105=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #218969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218969 is #DE7696. Grayscale: #666666. Windows color (decimal): -14579351 or 6916385. OLE color: 6916385.

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

Color convert

RGB33137105-
CMYK0.7600.230.46
HSL161.54º61.18%33.33%-
HSV(B)161.54º75.91%53.73%-
XYZ12.1219.2316.44-
YUV102.26129.5478.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=12%
G=49.82%
B=38.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371050.7600.230.46161.5461.1833.33
Hex2189694C0172Ea23d21
Octal41211151114027562427541
Binary100001100010011101001100110001011110111010100010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218969; }

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

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

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

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

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

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

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

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