#20721D

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

Shades of San Felix #20721D

Tints of San Felix #20721D

Color information

#20721D (or 0x20721D) is unknown color: approx San Felix. HEX triplet: 20, 72 and 1D. RGB value is (32,114,29). Sum of RGB (Red+Green+Blue) = 32+114+29=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #20721D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20721D is #DF8DE2. Grayscale: #505050. Windows color (decimal): -14650851 or 1929760. OLE color: 1929760.

HSL color Cylindrical-coordinate representation of color #20721D: hue angle of 117.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20721D is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB3211429-
CMYK0.7200.750.55
HSL117.88º59.44%28.04%-
HSV(B)117.88º74.56%44.71%-
XYZ6.8312.433.2-
YUV79.7999.3393.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 114 (44.92% from 255) = 65.14%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=18.29%
G=65.14%
B=16.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32114290.7200.750.55117.8859.4428.04
Hex20721D4804B37763b1c
Octal40162351100113671667334
Binary100000111001011101100100001001011110111111011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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