#218965

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

Shades of Elf Green #218965

Tints of Elf Green #218965

Color information

#218965 (or 0x218965) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 65. RGB value is (33,137,101). Sum of RGB (Red+Green+Blue) = 33+137+101=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #218965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218965 is #DE769A. Grayscale: #656565. Windows color (decimal): -14579355 or 6654241. OLE color: 6654241.

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

Color convert

RGB33137101-
CMYK0.7600.260.46
HSL159.23º61.18%33.33%-
HSV(B)159.23º75.91%53.73%-
XYZ11.9219.1515.38-
YUV101.8127.5478.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=12.18%
G=50.55%
B=37.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371010.7600.260.46159.2361.1833.33
Hex2189654C01A2E9f3d21
Octal41211145114032562377541
Binary100001100010011100101100110001101010111010011111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218965; }

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

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

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

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

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

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

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

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