Html Css Color HEX #207020 San Felix

📋 copy color: '#207020'

red 32 ◦ green 112 ◦ blue 32

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

Shades of San Felix #207020

Tints of San Felix #207020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 18.18%
G = 63.64%
B = 18.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#207020 (or 0x207020) is known color: San Felix. HEX triplet: 20, 70 and 20. RGB value is (32,112,32). Sum of RGB (Red+Green+Blue) = 32+112+32=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #207020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207020 is #DF8FDF. Grayscale: #4F4F4F. Windows color (decimal): -14651360 or 2125856. OLE color: 2125856.

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

Color convert

RGB 32 112 32 -
CMYK 0.71 0 0.71 0.56
HSL 120º 0.56% 0.28% -
HSV(B) 120º 0.71% 0.44% -
XYZ 6.65 12 3.33 -
YUV 78.96 101.5 94.5 -
System Red Green Blue C M Y K H S L
Decimal 32 112 32 0.71 0 0.71 0.56 120 0.56 0.28
Hex 20 70 20 47 0 47 38 78 38 1C
Octal 40 160 40 107 0 107 70 170 70 34
Binary 100000 1110000 100000 1000111 0 1000111 111000 1111000 111000 11100

Color Harmonies of #207020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207020

Black with #207020

Text Example


Text Example

White with #207020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207020; }

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

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

background-color css

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

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

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

border-color css

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

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

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