#206B20

Color #206B20 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #206B20

Tints of San Felix #206B20

Color information

#206B20 (or 0x206B20) is unknown color: approx San Felix. HEX triplet: 20, 6B and 20. RGB value is (32,107,32). Sum of RGB (Red+Green+Blue) = 32+107+32=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #206B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206B20 is #DF94DF. Grayscale: #4C4C4C. Windows color (decimal): -14652640 or 2124576. OLE color: 2124576.

HSL color Cylindrical-coordinate representation of color #206B20: hue angle of 120º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206B20 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB3210732-
CMYK0.7000.700.58
HSL120º53.96%27.25%-
HSV(B)120º70.09%41.96%-
XYZ6.1110.933.15-
YUV76.02103.1596.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 107 (42.19% from 255) = 62.57%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=18.71%
G=62.57%
B=18.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32107320.7000.700.5812053.9627.25
Hex206B20460463A78361b
Octal40153401060106721706633
Binary1000001101011100000100011001000110111010111100011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206B20; }

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

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

<style>
 a { background-color: #206B20; }

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

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

<style>
 span { border-color: #206B20; }

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

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