#218861

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

Shades of Elf Green #218861

Tints of Elf Green #218861

Color information

#218861 (or 0x218861) is unknown color: approx Elf Green. HEX triplet: 21, 88 and 61. RGB value is (33,136,97). Sum of RGB (Red+Green+Blue) = 33+136+97=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #218861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218861 is #DE779E. Grayscale: #646464. Windows color (decimal): -14579615 or 6391841. OLE color: 6391841.

HSL color Cylindrical-coordinate representation of color #218861: hue angle of 157.28º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218861 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB3313697-
CMYK0.7600.290.47
HSL157.28º60.95%33.14%-
HSV(B)157.28º75.74%53.33%-
XYZ11.5918.7914.33-
YUV100.76125.8879.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.41%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=12.41%
G=51.13%
B=36.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33136970.7600.290.47157.2860.9533.14
Hex2188614C01D2F9d3d21
Octal41210141114035572357541
Binary100001100010001100001100110001110110111110011101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218861; }

 p { color: rgb(33,136,97); }

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

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

 a { background-color: rgb(33,136,97); }

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

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

 span { border-color: rgb(33,136,97); }

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