#20701D

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

Shades of San Felix #20701D

Tints of San Felix #20701D

Color information

#20701D (or 0x20701D) is unknown color: approx San Felix. HEX triplet: 20, 70 and 1D. RGB value is (32,112,29). Sum of RGB (Red+Green+Blue) = 32+112+29=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #20701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20701D is #DF8FE2. Grayscale: #4E4E4E. Windows color (decimal): -14651363 or 1929248. OLE color: 1929248.

HSL color Cylindrical-coordinate representation of color #20701D: hue angle of 117.83º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20701D is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB3211229-
CMYK0.7100.740.56
HSL117.83º58.87%27.65%-
HSV(B)117.83º74.11%43.92%-
XYZ6.6111.983.13-
YUV78.6210094.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 112 (44.14% from 255) = 64.74%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=18.50%
G=64.74%
B=16.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112290.7100.740.56117.8358.8727.65
Hex20701D4704A38763b1c
Octal40160351070112701667334
Binary100000111000011101100011101001010111000111011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20701D; }

 p { color: rgb(32,112,29); }

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

<style>
 a { background-color: #20701D; }

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

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

<style>
 span { border-color: #20701D; }

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

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