Html Css Color HEX #20712B San Felix

📋 copy color: '#20712B'

red 32 ◦ green 113 ◦ blue 43

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

Shades of San Felix #20712B

Tints of San Felix #20712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.11%

 BLUE value IS 43 (17.19% from 255) = 22.87%

R = 17.02%
G = 60.11%
B = 22.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#20712B (or 0x20712B) is known color: San Felix. HEX triplet: 20, 71 and 2B. RGB value is (32,113,43). Sum of RGB (Red+Green+Blue) = 32+113+43=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #20712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20712B is #DF8ED4. Grayscale: #515151. Windows color (decimal): -14651093 or 2847008. OLE color: 2847008.

HSL color Cylindrical-coordinate representation of color #20712B: hue angle of 128.15º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20712B is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 113 43 -
CMYK 0.72 0 0.62 0.56
HSL 128.15º 0.56% 0.28% -
HSV(B) 128.15º 0.72% 0.44% -
XYZ 6.94 12.29 4.29 -
YUV 80.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 32 113 43 0.72 0 0.62 0.56 128.15 0.56 0.28
Hex 20 71 2B 48 0 3E 38 80 38 1C
Octal 40 161 53 110 0 76 70 200 70 34
Binary 100000 1110001 101011 1001000 0 111110 111000 10000000 111000 11100

Color Harmonies of #20712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20712B

Black with #20712B

Text Example


Text Example

White with #20712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20712B; }

 p { color: rgb(32,113,43); }

 H1.HeaderClassName
 {
   color: #20712B;
 }
 .AnyTagClassName
 {
   color: #20712B;
 }
</style>

background-color css

<style>
 a { background-color: #20712B; }

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

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

border-color css

<style>
 span { border-color: #20712B; }

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

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