#218960

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

Shades of Elf Green #218960

Tints of Elf Green #218960

Color information

#218960 (or 0x218960) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 60. RGB value is (33,137,96). Sum of RGB (Red+Green+Blue) = 33+137+96=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #218960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218960 is #DE769F. Grayscale: #656565. Windows color (decimal): -14579360 or 6326561. OLE color: 6326561.

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

Color convert

RGB3313796-
CMYK0.7600.300.46
HSL156.35º61.18%33.33%-
HSV(B)156.35º75.91%53.73%-
XYZ11.6819.0614.13-
YUV101.23125.0479.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.41%
GREEN value IS 137 (53.91% from 255) = 51.50%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=12.41%
G=51.50%
B=36.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33137960.7600.300.46156.3561.1833.33
Hex2189604C01E2E9c3d21
Octal41211140114036562347541
Binary100001100010011100000100110001111010111010011100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218960; }

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

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

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

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

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

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

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

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