#218966

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

Shades of Elf Green #218966

Tints of Elf Green #218966

Color information

#218966 (or 0x218966) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 66. RGB value is (33,137,102). Sum of RGB (Red+Green+Blue) = 33+137+102=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #218966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218966 is #DE7699. Grayscale: #656565. Windows color (decimal): -14579354 or 6719777. OLE color: 6719777.

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

Color convert

RGB33137102-
CMYK0.7600.260.46
HSL159.81º61.18%33.33%-
HSV(B)159.81º75.91%53.73%-
XYZ11.9719.1715.64-
YUV101.91128.0478.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 137 (53.91% from 255) = 50.37%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=12.13%
G=50.37%
B=37.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371020.7600.260.46159.8161.1833.33
Hex2189664C01A2Ea03d21
Octal41211146114032562407541
Binary100001100010011100110100110001101010111010100000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218966; }

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

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

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

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

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

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

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

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