#20866E

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

Shades of Elf Green #20866E

Tints of Elf Green #20866E

Color information

#20866E (or 0x20866E) is unknown color: approx Elf Green. HEX triplet: 20, 86 and 6E. RGB value is (32,134,110). Sum of RGB (Red+Green+Blue) = 32+134+110=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #20866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20866E is #DF7991. Grayscale: #646464. Windows color (decimal): -14645650 or 7243296. OLE color: 7243296.

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

Color convert

RGB32134110-
CMYK0.7600.180.47
HSL165.88º61.45%32.55%-
HSV(B)165.88º76.12%52.55%-
XYZ11.9418.4817.69-
YUV100.77133.2178.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=11.59%
G=48.55%
B=39.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321341100.7600.180.47165.8861.4532.55
Hex20866E4C0122Fa63d21
Octal40206156114022572467541
Binary100000100001101101110100110001001010111110100110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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