#20856E

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

Shades of Elf Green #20856E

Tints of Elf Green #20856E

Color information

#20856E (or 0x20856E) is unknown color: approx Elf Green. HEX triplet: 20, 85 and 6E. RGB value is (32,133,110). Sum of RGB (Red+Green+Blue) = 32+133+110=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #20856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20856E is #DF7A91. Grayscale: #646464. Windows color (decimal): -14645906 or 7243040. OLE color: 7243040.

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

Color convert

RGB32133110-
CMYK0.7600.170.48
HSL166.34º61.21%32.35%-
HSV(B)166.34º75.94%52.16%-
XYZ11.818.2117.64-
YUV100.18133.5479.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 110 (43.36% from 255) = 40%
R=11.64%
G=48.36%
B=40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321331100.7600.170.48166.3461.2132.35
Hex20856E4C01130a63d20
Octal40205156114021602467540
Binary100000100001011101110100110001000111000010100110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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