#218263

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

Shades of Elf Green #218263

Tints of Elf Green #218263

Color information

#218263 (or 0x218263) is unknown color: approx Elf Green. HEX triplet: 21, 82 and 63. RGB value is (33,130,99). Sum of RGB (Red+Green+Blue) = 33+130+99=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #218263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218263 is #DE7D9C. Grayscale: #616161. Windows color (decimal): -14581149 or 6521377. OLE color: 6521377.

HSL color Cylindrical-coordinate representation of color #218263: hue angle of 160.82º 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 #218263 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB3313099-
CMYK0.7500.240.49
HSL160.82º59.51%31.96%-
HSV(B)160.82º74.62%50.98%-
XYZ10.8617.1914.55-
YUV97.46128.8682.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=12.60%
G=49.62%
B=37.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130990.7500.240.49160.8259.5131.96
Hex2182634B01831a13c20
Octal41202143113030612417440
Binary100001100000101100011100101101100011000110100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218263; }

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

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

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

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

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

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

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

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