Html Css Color HEX #20701E San Felix

📋 copy color: '#20701E'

red 32 ◦ green 112 ◦ blue 30

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

Shades of San Felix #20701E

Tints of San Felix #20701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 64.37%

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

R = 18.39%
G = 64.37%
B = 17.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#20701E (or 0x20701E) is known color: San Felix. HEX triplet: 20, 70 and 1E. RGB value is (32,112,30). Sum of RGB (Red+Green+Blue) = 32+112+30=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #20701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20701E is #DF8FE1. Grayscale: #4E4E4E. Windows color (decimal): -14651362 or 1994784. OLE color: 1994784.

HSL color Cylindrical-coordinate representation of color #20701E: hue angle of 118.54º 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 #20701E is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 30 -
CMYK 0.71 0 0.73 0.56
HSL 118.54º 0.58% 0.28% -
HSV(B) 118.54º 0.73% 0.44% -
XYZ 6.62 11.99 3.19 -
YUV 78.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 32 112 30 0.71 0 0.73 0.56 118.54 0.58 0.28
Hex 20 70 1E 47 0 49 38 77 3A 1C
Octal 40 160 36 107 0 111 70 167 72 34
Binary 100000 1110000 11110 1000111 0 1001001 111000 1110111 111010 11100

Color Harmonies of #20701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20701E

Black with #20701E

Text Example


Text Example

White with #20701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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