#20847f

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

Shades of Elm #20847F

Tints of Elm #20847F

Color information

#20847F (or 0x20847F) is unknown color: approx Elm. HEX triplet: 20, 84 and 7F. RGB value is (32,132,127). Sum of RGB (Red+Green+Blue) = 32+132+127=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #20847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20847F is #DF7B80. Grayscale: #656565. Windows color (decimal): -14646145 or 8356896. OLE color: 8356896.

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

Color convert

RGB32132127-
CMYK0.7600.040.48
HSL177º60.98%32.16%-
HSV(B)177º75.76%51.76%-
XYZ12.6818.3422.95-
YUV101.53142.3778.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 127 (50% from 255) = 43.64%
R=11.00%
G=45.36%
B=43.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321321270.7600.040.4817760.9832.16
Hex20847F4C0430b13d20
Octal4020417711404602617540
Binary1000001000010011111111001100010011000010110001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20847f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20847f; }

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

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

<style>
 a { background-color: #20847f; }

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

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

<style>
 span { border-color: #20847f; }

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

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