#218665

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

Shades of Elf Green #218665

Tints of Elf Green #218665

Color information

#218665 (or 0x218665) is unknown color: approx Elf Green. HEX triplet: 21, 86 and 65. RGB value is (33,134,101). Sum of RGB (Red+Green+Blue) = 33+134+101=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #218665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218665 is #DE799A. Grayscale: #646464. Windows color (decimal): -14580123 or 6653473. OLE color: 6653473.

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

Color convert

RGB33134101-
CMYK0.7500.250.47
HSL160.4º60.48%32.75%-
HSV(B)160.4º75.37%52.55%-
XYZ11.518.3115.24-
YUV100.04128.5480.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=12.31%
G=50%
B=37.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331341010.7500.250.47160.460.4832.75
Hex2186654B0192Fa03c21
Octal41206145113031572407441
Binary100001100001101100101100101101100110111110100000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218665; }

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

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

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

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

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

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

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

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