Html Css Color HEX #20721D San Felix

📋 copy color: '#20721D'

red 32 ◦ green 114 ◦ blue 29

#20721D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #20721D

Tints of San Felix #20721D

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 value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#20721D (or 0x20721D) is known color: 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

RGB 32 114 29 -
CMYK 0.72 0 0.75 0.55
HSL 117.88º 0.59% 0.28% -
HSV(B) 117.88º 0.75% 0.45% -
XYZ 6.83 12.43 3.2 -
YUV 79.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 32 114 29 0.72 0 0.75 0.55 117.88 0.59 0.28
Hex 20 72 1D 48 0 4B 37 76 3B 1C
Octal 40 162 35 110 0 113 67 166 73 34
Binary 100000 1110010 11101 1001000 0 1001011 110111 1110110 111011 11100

Color Harmonies of #20721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20721D

Black with #20721D

Text Example


Text Example

White with #20721D

Text Example


Text Example

HTML Codes & Css Web 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>