#20866C

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

Shades of Elf Green #20866C

Tints of Elf Green #20866C

Color information

#20866C (or 0x20866C) is unknown color: approx Elf Green. HEX triplet: 20, 86 and 6C. RGB value is (32,134,108). Sum of RGB (Red+Green+Blue) = 32+134+108=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #20866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20866C is #DF7993. Grayscale: #646464. Windows color (decimal): -14645652 or 7112224. OLE color: 7112224.

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

Color convert

RGB32134108-
CMYK0.7600.190.47
HSL164.71º61.45%32.55%-
HSV(B)164.71º76.12%52.55%-
XYZ11.8318.4417.12-
YUV100.54132.2179.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=11.68%
G=48.91%
B=39.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321341080.7600.190.47164.7161.4532.55
Hex20866C4C0132Fa53d21
Octal40206154114023572457541
Binary100000100001101101100100110001001110111110100101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20866C; }

 p { color: rgb(32,134,108); }

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

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

 a { background-color: rgb(32,134,108); }

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

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

 span { border-color: rgb(32,134,108); }

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