#218265

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

Shades of Elf Green #218265

Tints of Elf Green #218265

Color information

#218265 (or 0x218265) is unknown color: approx Elf Green. HEX triplet: 21, 82 and 65. RGB value is (33,130,101). Sum of RGB (Red+Green+Blue) = 33+130+101=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #218265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218265 is #DE7D9A. Grayscale: #616161. Windows color (decimal): -14581147 or 6652449. OLE color: 6652449.

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

Color convert

RGB33130101-
CMYK0.7500.220.49
HSL162.06º59.51%31.96%-
HSV(B)162.06º74.62%50.98%-
XYZ10.9617.2315.06-
YUV97.69129.8681.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=12.5%
G=49.24%
B=38.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331301010.7500.220.49162.0659.5131.96
Hex2182654B01631a23c20
Octal41202145113026612427440
Binary100001100000101100101100101101011011000110100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218265; }

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

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

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

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

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

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

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

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