#20856D

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

Shades of Elf Green #20856D

Tints of Elf Green #20856D

Color information

#20856D (or 0x20856D) is unknown color: approx Elf Green. HEX triplet: 20, 85 and 6D. RGB value is (32,133,109). Sum of RGB (Red+Green+Blue) = 32+133+109=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #20856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20856D is #DF7A92. Grayscale: #646464. Windows color (decimal): -14645907 or 7177504. OLE color: 7177504.

HSL color Cylindrical-coordinate representation of color #20856D: hue angle of 165.74º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20856D is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB32133109-
CMYK0.7600.180.48
HSL165.74º61.21%32.35%-
HSV(B)165.74º75.94%52.16%-
XYZ11.7418.1917.36-
YUV100.06133.0479.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=11.68%
G=48.54%
B=39.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321331090.7600.180.48165.7461.2132.35
Hex20856D4C01230a63d20
Octal40205155114022602467540
Binary100000100001011101101100110001001011000010100110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20856D; }

 p { color: rgb(32,133,109); }

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

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

 a { background-color: rgb(32,133,109); }

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

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

 span { border-color: rgb(32,133,109); }

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