#218660

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

Shades of Elf Green #218660

Tints of Elf Green #218660

Color information

#218660 (or 0x218660) is unknown color: approx Elf Green. HEX triplet: 21, 86 and 60. RGB value is (33,134,96). Sum of RGB (Red+Green+Blue) = 33+134+96=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #218660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218660 is #DE799F. Grayscale: #636363. Windows color (decimal): -14580128 or 6325793. OLE color: 6325793.

HSL color Cylindrical-coordinate representation of color #218660: hue angle of 157.43º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218660 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB3313496-
CMYK0.7500.280.47
HSL157.43º60.48%32.75%-
HSV(B)157.43º75.37%52.55%-
XYZ11.2618.2213.99-
YUV99.47126.0480.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=12.55%
G=50.95%
B=36.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33134960.7500.280.47157.4360.4832.75
Hex2186604B01C2F9d3c21
Octal41206140113034572357441
Binary100001100001101100000100101101110010111110011101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218660; }

 p { color: rgb(33,134,96); }

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

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

 a { background-color: rgb(33,134,96); }

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

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

 span { border-color: rgb(33,134,96); }

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