#218362

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

Shades of Elf Green #218362

Tints of Elf Green #218362

Color information

#218362 (or 0x218362) is unknown color: approx Elf Green. HEX triplet: 21, 83 and 62. RGB value is (33,131,98). Sum of RGB (Red+Green+Blue) = 33+131+98=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #218362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218362 is #DE7C9D. Grayscale: #616161. Windows color (decimal): -14580894 or 6456097. OLE color: 6456097.

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

Color convert

RGB3313198-
CMYK0.7500.250.49
HSL159.8º59.76%32.16%-
HSV(B)159.8º74.81%51.37%-
XYZ10.9517.4414.34-
YUV97.94128.0381.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=12.60%
G=50%
B=37.40%

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
Decimal33131980.7500.250.49159.859.7632.16
Hex2183624B01931a03c20
Octal41203142113031612407440
Binary100001100000111100010100101101100111000110100000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218362; }

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

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

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

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

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

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

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

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