#20886e

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

Shades of Elf Green #20886E

Tints of Elf Green #20886E

Color information

#20886E (or 0x20886E) is unknown color: approx Elf Green. HEX triplet: 20, 88 and 6E. RGB value is (32,136,110). Sum of RGB (Red+Green+Blue) = 32+136+110=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #20886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20886E is #DF7791. Grayscale: #656565. Windows color (decimal): -14645138 or 7243808. OLE color: 7243808.

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

Color convert

RGB32136110-
CMYK0.7600.190.47
HSL165º61.9%32.94%-
HSV(B)165º76.47%53.33%-
XYZ12.2119.0417.78-
YUV101.94132.5478.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.51%
GREEN value IS 136 (53.52% from 255) = 48.92%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=11.51%
G=48.92%
B=39.57%

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
Decimal321361100.7600.190.4716561.932.94
Hex20886E4C0132Fa53e21
Octal40210156114023572457641
Binary100000100010001101110100110001001110111110100101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20886e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20886e; }

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

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

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

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

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

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

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

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