Html Css Color HEX #20711E San Felix

📋 copy color: '#20711E'

red 32 ◦ green 113 ◦ blue 30

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

Shades of San Felix #20711E

Tints of San Felix #20711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 18.29%
G = 64.57%
B = 17.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#20711E (or 0x20711E) is known color: San Felix. HEX triplet: 20, 71 and 1E. RGB value is (32,113,30). Sum of RGB (Red+Green+Blue) = 32+113+30=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #20711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20711E is #DF8EE1. Grayscale: #4F4F4F. Windows color (decimal): -14651106 or 1995040. OLE color: 1995040.

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

Color convert

RGB 32 113 30 -
CMYK 0.72 0 0.73 0.56
HSL 118.55º 0.58% 0.28% -
HSV(B) 118.55º 0.73% 0.44% -
XYZ 6.74 12.21 3.23 -
YUV 79.32 100.16 94.25 -
System Red Green Blue C M Y K H S L
Decimal 32 113 30 0.72 0 0.73 0.56 118.55 0.58 0.28
Hex 20 71 1E 48 0 49 38 77 3A 1C
Octal 40 161 36 110 0 111 70 167 72 34
Binary 100000 1110001 11110 1001000 0 1001001 111000 1110111 111010 11100

Color Harmonies of #20711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20711E

Black with #20711E

Text Example


Text Example

White with #20711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20711E; }

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

 H1.HeaderClassName
 {
   color: #20711E;
 }
 .AnyTagClassName
 {
   color: #20711E;
 }
</style>

background-color css

<style>
 a { background-color: #20711E; }

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

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

border-color css

<style>
 span { border-color: #20711E; }

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

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