#20856B

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

Shades of Elf Green #20856B

Tints of Elf Green #20856B

Color information

#20856B (or 0x20856B) is unknown color: approx Elf Green. HEX triplet: 20, 85 and 6B. RGB value is (32,133,107). Sum of RGB (Red+Green+Blue) = 32+133+107=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #20856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20856B is #DF7A94. Grayscale: #636363. Windows color (decimal): -14645909 or 7046432. OLE color: 7046432.

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

Color convert

RGB32133107-
CMYK0.7600.200.48
HSL164.55º61.21%32.35%-
HSV(B)164.55º75.94%52.16%-
XYZ11.6418.1416.8-
YUV99.84132.0479.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 133 (52.34% from 255) = 48.90%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=11.76%
G=48.90%
B=39.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321331070.7600.200.48164.5561.2132.35
Hex20856B4C01430a53d20
Octal40205153114024602457540
Binary100000100001011101011100110001010011000010100101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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