Html Css Color HEX #20722F San Felix

📋 copy color: '#20722F'

red 32 ◦ green 114 ◦ blue 47

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

Shades of San Felix #20722F

Tints of San Felix #20722F

RGB

 RED value IS 32 (12.89% from 255) = 16.58%

 GREEN value IS 114 (44.92% from 255) = 59.07%

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 16.58%
G = 59.07%
B = 24.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#20722F (or 0x20722F) is known color: San Felix. HEX triplet: 20, 72 and 2F. RGB value is (32,114,47). Sum of RGB (Red+Green+Blue) = 32+114+47=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #20722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20722F is #DF8DD0. Grayscale: #525252. Windows color (decimal): -14650833 or 3109408. OLE color: 3109408.

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

Color convert

RGB 32 114 47 -
CMYK 0.72 0 0.59 0.55
HSL 130.98º 0.56% 0.29% -
HSV(B) 130.98º 0.72% 0.45% -
XYZ 7.13 12.55 4.74 -
YUV 81.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 32 114 47 0.72 0 0.59 0.55 130.98 0.56 0.29
Hex 20 72 2F 48 0 3B 37 83 38 1D
Octal 40 162 57 110 0 73 67 203 70 35
Binary 100000 1110010 101111 1001000 0 111011 110111 10000011 111000 11101

Color Harmonies of #20722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20722F

Black with #20722F

Text Example


Text Example

White with #20722F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20722F;
 }
 .AnyTagClassName
 {
   color: #20722F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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