#218860

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

Shades of Elf Green #218860

Tints of Elf Green #218860

Color information

#218860 (or 0x218860) is unknown color: approx Elf Green. HEX triplet: 21, 88 and 60. RGB value is (33,136,96). Sum of RGB (Red+Green+Blue) = 33+136+96=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #218860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218860 is #DE779F. Grayscale: #646464. Windows color (decimal): -14579616 or 6326305. OLE color: 6326305.

HSL color Cylindrical-coordinate representation of color #218860: hue angle of 156.7º 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 #218860 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB3313696-
CMYK0.7600.290.47
HSL156.7º60.95%33.14%-
HSV(B)156.7º75.74%53.33%-
XYZ11.5418.7814.08-
YUV100.64125.3879.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 136 (53.52% from 255) = 51.32%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=12.45%
G=51.32%
B=36.23%

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
Decimal33136960.7600.290.47156.760.9533.14
Hex2188604C01D2F9d3d21
Octal41210140114035572357541
Binary100001100010001100000100110001110110111110011101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218860; }

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

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

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

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

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

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

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

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