#20827F

Color #20827F Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #20827F

Tints of Elm #20827F

Color information

#20827F (or 0x20827F) is unknown color: approx Elm. HEX triplet: 20, 82 and 7F. RGB value is (32,130,127). Sum of RGB (Red+Green+Blue) = 32+130+127=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #20827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20827F is #DF7D80. Grayscale: #646464. Windows color (decimal): -14646657 or 8356384. OLE color: 8356384.

HSL color Cylindrical-coordinate representation of color #20827F: hue angle of 178.16º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20827F is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB32130127-
CMYK0.7500.020.49
HSL178.16º60.49%31.76%-
HSV(B)178.16º75.38%50.98%-
XYZ12.4117.822.86-
YUV100.36143.0379.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.07%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 127 (50% from 255) = 43.94%
R=11.07%
G=44.98%
B=43.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321301270.7500.020.49178.1660.4931.76
Hex20827F4B0231b23c20
Octal4020217711302612627440
Binary100000100000101111111100101101011000110110010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20827F; }

 p { color: rgb(32,130,127); }

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

<style>
 a { background-color: #20827F; }

 a { background-color: rgb(32,130,127); }

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

<style>
 span { border-color: #20827F; }

 span { border-color: rgb(32,130,127); }

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