GRASS Logo: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(new)
 
m (replaced xx values in LaTeX code \definecolor{})
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''GRASS GIS Logo''' can be downloaded in various formats from
The <span style="color:#009000">'''GRASS-GIS logo'''</span> can be downloaded in various formats from http://grass.osgeo.org/download/logos/.


http://grass.osgeo.org/download/logograms.php
For more <span style="color:#009000">''grassy'' fun-logos</span>, see the [[GRASS Art Gallery]].


[[Image:grasslogo_vector_small.png|link=http://grass.osgeo.org/download/logograms.php]]
[[File:500px-Grass_GIS.svg.png‎|thumb|border|center|link=http://grass.osgeo.org/download/logos/|The official GRASS-GIS vector logogram|alt=The official GRASS-GIS logogram]]


For more "fun logos", see [[GRASS Art Gallery]]
== Official colors ==
 
The logo is synthesized by <span style="color:#009000">green</span>, black  and a white background. Specifically, the <span style="color:#009000">green</span> color is defined in:
 
* HTML notation: <span style="color:#009000">#009000</span>
* RGB values: <span style="color:#009000">0, 144, 0</span>
* LaTeX code: <source lang="latex" enclose="none">\definecolor{ColorName}{rgb}{0.00,0.56,0.00}</source>
 
 
However, in the (new) [http://grass.osgeo.org/ GRASS-GIS website] the green color differs slightly and is defined as follows in:
 
* HTML notation: <span style="color:#009000">#008A28</span>
* RGB values: <span style="color:#009000">0, 138, 40</span>
* LaTeX code: <source lang="latex" enclose="none">\definecolor{ColorName}{rgb}{0.00, 0.54, 0.16 }</source>


[[Category: FAQ]]
[[Category: FAQ]]
[[Category: Promotion]]
[[Category: Branding]]

Latest revision as of 07:59, 28 January 2015

The GRASS-GIS logo can be downloaded in various formats from http://grass.osgeo.org/download/logos/.

For more grassy fun-logos, see the GRASS Art Gallery.

The official GRASS-GIS logogram
The official GRASS-GIS vector logogram

Official colors

The logo is synthesized by green, black and a white background. Specifically, the green color is defined in:

  • HTML notation: #009000
  • RGB values: 0, 144, 0
  • LaTeX code: \definecolor{ColorName}{rgb}{0.00,0.56,0.00}


However, in the (new) GRASS-GIS website the green color differs slightly and is defined as follows in:

  • HTML notation: #008A28
  • RGB values: 0, 138, 40
  • LaTeX code: \definecolor{ColorName}{rgb}{0.00, 0.54, 0.16 }