#218262

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

Shades of Elf Green #218262

Tints of Elf Green #218262

Color information

#218262 (or 0x218262) is unknown color: approx Elf Green. HEX triplet: 21, 82 and 62. RGB value is (33,130,98). Sum of RGB (Red+Green+Blue) = 33+130+98=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #218262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218262 is #DE7D9D. Grayscale: #616161. Windows color (decimal): -14581150 or 6455841. OLE color: 6455841.

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

Color convert

RGB3313098-
CMYK0.7500.250.49
HSL160.21º59.51%31.96%-
HSV(B)160.21º74.62%50.98%-
XYZ10.8117.1714.3-
YUV97.35128.3682.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=12.64%
G=49.81%
B=37.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130980.7500.250.49160.2159.5131.96
Hex2182624B01931a03c20
Octal41202142113031612407440
Binary100001100000101100010100101101100111000110100000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218262; }

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

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

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

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

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

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

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

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