#218465

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

Shades of Elf Green #218465

Tints of Elf Green #218465

Color information

#218465 (or 0x218465) is unknown color: approx Elf Green. HEX triplet: 21, 84 and 65. RGB value is (33,132,101). Sum of RGB (Red+Green+Blue) = 33+132+101=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #218465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218465 is #DE7B9A. Grayscale: #626262. Windows color (decimal): -14580635 or 6652961. OLE color: 6652961.

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

Color convert

RGB33132101-
CMYK0.7500.230.48
HSL161.21º60%32.35%-
HSV(B)161.21º75%51.76%-
XYZ11.2317.7715.15-
YUV98.86129.281.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.41%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=12.41%
G=49.62%
B=37.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331321010.7500.230.48161.216032.35
Hex2184654B01730a13c20
Octal41204145113027602417440
Binary100001100001001100101100101101011111000010100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218465; }

 p { color: rgb(33,132,101); }

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

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

 a { background-color: rgb(33,132,101); }

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

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

 span { border-color: rgb(33,132,101); }

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