Html Css Color HEX #20712A San Felix

📋 copy color: '#20712A'

red 32 ◦ green 113 ◦ blue 42

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

Shades of San Felix #20712A

Tints of San Felix #20712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 17.11%
G = 60.43%
B = 22.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#20712A (or 0x20712A) is known color: San Felix. HEX triplet: 20, 71 and 2A. RGB value is (32,113,42). Sum of RGB (Red+Green+Blue) = 32+113+42=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #20712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20712A is #DF8ED5. Grayscale: #505050. Windows color (decimal): -14651094 or 2781472. OLE color: 2781472.

HSL color Cylindrical-coordinate representation of color #20712A: hue angle of 127.41º 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 #20712A is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 113 42 -
CMYK 0.72 0 0.63 0.56
HSL 127.41º 0.56% 0.28% -
HSV(B) 127.41º 0.72% 0.44% -
XYZ 6.92 12.28 4.2 -
YUV 80.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 32 113 42 0.72 0 0.63 0.56 127.41 0.56 0.28
Hex 20 71 2A 48 0 3F 38 7F 38 1C
Octal 40 161 52 110 0 77 70 177 70 34
Binary 100000 1110001 101010 1001000 0 111111 111000 1111111 111000 11100

Color Harmonies of #20712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20712A

Black with #20712A

Text Example


Text Example

White with #20712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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