#20867F

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

Shades of Elm #20867F

Tints of Elm #20867F

Color information

#20867F (or 0x20867F) is unknown color: approx Elm. HEX triplet: 20, 86 and 7F. RGB value is (32,134,127). Sum of RGB (Red+Green+Blue) = 32+134+127=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #20867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20867F is #DF7980. Grayscale: #666666. Windows color (decimal): -14645633 or 8357408. OLE color: 8357408.

HSL color Cylindrical-coordinate representation of color #20867F: hue angle of 175.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20867F is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB32134127-
CMYK0.7600.050.47
HSL175.88º61.45%32.55%-
HSV(B)175.88º76.12%52.55%-
XYZ12.9518.8923.04-
YUV102.7141.7177.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 127 (50% from 255) = 43.34%
R=10.92%
G=45.73%
B=43.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321341270.7600.050.47175.8861.4532.55
Hex20867F4C052Fb03d21
Octal4020617711405572607541
Binary1000001000011011111111001100010110111110110000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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