Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAkridge-NOAA committed Apr 30, 2024
1 parent 98590a4 commit ff36f51
Show file tree
Hide file tree
Showing 125 changed files with 917 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.$$$
1 change: 1 addition & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Software code created by U.S. Government employees is not subject to copyright in the United States (17 U.S.C. §105). The United States/Department of Commerce reserve all rights to seek and obtain copyright protection in countries other than the United States for Software authored in its entirety by the Department of Commerce. To this end, the Department of Commerce hereby grants to Recipient a royalty-free, nonexclusive license to use, copy, and create derivative works of the Software outside of the United States.
125 changes: 124 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,124 @@
# noaa-nmfs-brand-resources
# NOAA-NMFS Brand Resources 

<img src="./logos/repo_logo2.png" align="right" alt="logo" width="350"/>

A collection of color palettes, logos, and icons.
### Table of Contents
1. [Color Palettes](#color-palettes)
- [Regional Color Set](#regional-color-set)
- [Color Palettes - Primary](#color-palettes---primary)
- [Color Palettes - Gradient](#color-palettes---gradient)
- [NOAA Primary Palette](#noaa-primary-palette)
- [Grays and Extended Palettes](#grays-and-extended-palettes)
2. [Comprehensive Color Guide](#comprehensive-color-guide)
3. [Logos](#logos)
- [NOAA Logos](#noaa-logos)
- [NOAA Logo Icons](#noaa-logo-icons)
4. [NOAA Fisheries Color Chart](#noaa-fisheries-color-chart-2023)
5. [NMFS Color Palette Python Script](./script/nmfs-color-palette-script.ipynb)

## Color Palettes
### Regional Color Set

| Region | Color <br>Group | Base Color | Vivid Color|
|-----------------|--------| --------------------------|-----------------------|
| National | Oceans | ![](./center-swatches/national1.png) `#002364` | ![](./center-swatches/national2.png) `#0085CA` |
| West Coast |Waves | ![](./center-swatches/west1.png) `#00797F` | ![](./center-swatches/west2.png) `#1EBEC7` |
| Southeast | Seagrass | ![](./center-swatches/southeast1.png) `#4B8320` | ![](./center-swatches/southeast2.png) `#76BC21` |
| Mid-Atlantic | Urchin |![](./center-swatches/mid-atlantic1.png) `#5761C0` | ![](./center-swatches/mid-atlantic2.png) `#737BE6` |
| Alaska | Crustacean | ![](./center-swatches/alaska1.png) `#DB6015` | ![](./center-swatches/alaska2.png) `#FF8400` |
| Pacific Islands | Coral | ![](./center-swatches/pacific1.png) `#B71300` | ![](./center-swatches/pacific2.png) `#DB2207` |

### Color Palettes - Primary
| National | West Coast | Southeast | Mid-Atlantic | Alaska | Pacific Islands |
|-----------------|------------|----------------|------------------|------------|-------------------|
| Oceans | Waves | Seagrass | Urchin | Crustacean | Coral |
| ![](./color-swatches/oceans1.png) `#001743` | ![](./color-swatches/waves1.png) `#005E5E` | ![](./color-swatches/seagrass1.png) `#365E17` |![](./color-swatches/urchin1.png) `#3B469A` | ![](./color-swatches/crustacean1.png) `#853B00` | ![](./color-swatches/coral1.png) `#901200` |
| ![](./color-swatches/oceans2.png) `#002364` | ![](./color-swatches/waves2.png) `#00797F` | ![](./color-swatches/seagrass2.png) `#4B8320` |![](./color-swatches/urchin2.png) `#5761C0` | ![](./color-swatches/crustacean2.png) `#DB6015` | ![](./color-swatches/coral2.png) `#B71300` |
| ![](./color-swatches/oceans3.png) `#003087` | ![](./color-swatches/waves3.png) `#1EBEC7` | ![](./color-swatches/seagrass3.png) `#76BC21` |![](./color-swatches/urchin3.png) `#737BE6` | ![](./color-swatches/crustacean3.png) `#FF8400` | ![](./color-swatches/coral3.png) `#DB2207` |
| ![](./color-swatches/oceans4.png) `#0085CA` | ![](./color-swatches/waves4.png) `#90DFE3` | ![](./color-swatches/seagrass4.png) `#B1DC6B` | ![](./color-swatches/urchin4.png) `#A8B8FF` | ![](./color-swatches/crustacean4.png) `#ffab38` | ![](./color-swatches/coral4.png) `#ff6c57` |
| ![](./color-swatches/oceans5.png) `#5EB6D9` | | | | | |
| ![](./color-swatches/oceans6.png) `#C6E6F0` | | | | | |

### Color Palettes - Gradient
### Oceans
![Oceans Blue](./color-palette/oceans_palette.png)
### Waves
![Waves Teal](./color-palette/waves_palette.png)
### Seagrass
![Seagrass Green](./color-palette/seagrass_palette.png)
### Urchin
![Urchin Purple](./color-palette/urchin_palette.png)
### Crustacean
![Crustacean Orange](./color-palette/crustacean_palette.png)
### Coral
![Coral Red](./color-palette/coral_palette.png)

### NOAA Primary Palette

| Description | Swatch |
|----------------------|--------|
| NOAA Light Blue | ![](./center-swatches/noaa-light-blue.png) `#0093D0` |
| NOAA Dark Blue | ![](./center-swatches/noaa-dark-blue.png) `#0055A4` |
| Navy Blue Pantone | ![](./center-swatches/navy-blue-pantone.png) `#00467F` |

### Grays and Extended Palettes

| Description | Swatch |
|----------------------|--------|
| Neutral Gray | ![](./center-swatches/neutral-gray.png) `#646464` |
| Gray 85 | ![](./center-swatches/gray85.png) `#7B7B7B` |
| Gray 65 | ![](./center-swatches/gray65.png) `#9A9A9A` |
| Gray 30 | ![](./center-swatches/gray30.png) `#E8E8E8` |
| Gray 15 | ![](./center-swatches/gray15.png) `#D0D0D0` |
| Body Background | ![](./center-swatches/body-bg.png) `#FFFFFF` |
| Body Text Color | ![](./center-swatches/body-color.png) `#181818` |

## Comprehensive Color Guide
![](./docs/NOAA_Fisheries_color_palette_2023.png)

## Logos
##### NOAA-emblem-usage-and-licensing
- [https://www.noaa.gov/noaa-emblem-usage-and-licensing](https://www.noaa.gov/noaa-emblem-usage-and-licensing)
- [https://www.noaa.gov/office-of-communication/about-noaa-emblem-and-logo](https://www.noaa.gov/office-of-communication/about-noaa-emblem-and-logo)

### NOAA Logos
| Logo | Preview |
|--------------------------------|----------------------------------------------------------------|
| NOAA Emblem Logo | <img src="./logos/noaa_emblem_logo-2022.png" alt="NOAA Fisheries Logo Vertical" width="250"> |
| NOAA Logo | ![](./logos/NOAA_logo.png) |
| NOAA Fisheries Logo (Full) | ![](./logos/NOAA_Fisheries_full.jpg) |
| NOAA Fisheries Logo | ![](./logos/NOAA_Fisheries.png) |
| NOAA Fisheries Logo (360x127) | ![](./logos/NOAA_Fisheries_360x127.png) |
| NOAA Fisheries Logo (Vertical) | <img src="./logos/NOAA_Fisheries_vertical.png" alt="NOAA Fisheries Logo Vertical" width="250"> |
| NOAA Fisheries Open Science Logo | <img src="./logos/nmfs-opensci-logo3.png" alt="NOAA Fisheries Logo Vertical" width="350"> |

## NOAA Logo Icons

| Icon | Preview |
|------------------------------|-----------------------------------------------------------|
| favicon.ico | <img src="./logo-icons/favicon.ico" alt="favicon"> |
| favicon-16x16.png | <img src="./logo-icons/favicon-16x16.png" alt="favicon-16x16"> |
| favicon-32x32.png | <img src="./logo-icons/favicon-32x32.png" alt="favicon-32x32"> |
| noaa-icon-57x57.png | <img src="./logo-icons/noaa-icon-57x57.png" alt="noaa-icon-57x57"> |
| noaa-icon-60x60.png | <img src="./logo-icons/noaa-icon-60x60.png" alt="noaa-icon-60x60"> |
| noaa-icon-72x72.png | <img src="./logo-icons/noaa-icon-72x72.png" alt="noaa-icon-72x72"> |
| noaa-icon-76x76.png | <img src="./logo-icons/noaa-icon-76x76.png" alt="noaa-icon-76x76"> |
| noaa-icon-114x114.png | <img src="./logo-icons/noaa-icon-114x114.png" alt="noaa-icon-114x114"> |
| noaa-icon-120x120.png | <img src="./logo-icons/noaa-icon-120x120.png" alt="noaa-icon-120x120"> |
| noaa-icon-144x144.png | <img src="./logo-icons/noaa-icon-144x144.png" alt="noaa-icon-144x144"> |
| noaa-icon-152x152.png | <img src="./logo-icons/noaa-icon-152x152.png" alt="noaa-icon-152x152"> |
| noaa-icon-180x180.png | <img src="./logo-icons/noaa-icon-180x180.png" alt="noaa-icon-180x180"> |

### NOAA Fisheries Color Chart (2023)
[![](./docs/NOAA_Fisheries_color_chart_2023.png)](./docs/NOAA_Fisheries_color_chart_2023.pdf)
----------
#### Disclaimer
This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project content is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.

##### License
See the [LICENSE.md](./LICENSE.md) for details

##### NOAA-emblem-usage-and-licensing
- [https://www.noaa.gov/noaa-emblem-usage-and-licensing](https://www.noaa.gov/noaa-emblem-usage-and-licensing)
- [https://www.noaa.gov/office-of-communication/about-noaa-emblem-and-logo](https://www.noaa.gov/office-of-communication/about-noaa-emblem-and-logo)
Binary file added center-swatches/2019/alaska-deep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/alaska-mid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/alaska-vibrant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/mid-atlantic-mid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/mid-atlantic-vibrant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/midatlantic-deep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/pacific-island-deep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/pacific-island-mid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/pacific-island-vibrant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/southeast-deep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/southeast-mid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/southeast-vibrant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/west-deep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/west-mid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/2019/west-vibrant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/alaska1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/alaska2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/body-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/body-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/gray15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/gray30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/gray65.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/gray85.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/mid-atlantic1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/mid-atlantic2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added center-swatches/national1.png
Binary file added center-swatches/national2.png
Binary file added center-swatches/navy-blue-pantone.png
Binary file added center-swatches/neutral-gray.png
Binary file added center-swatches/noaa-dark-blue.png
Binary file added center-swatches/noaa-light-blue.png
Binary file added center-swatches/pacific1.png
Binary file added center-swatches/pacific2.png
Binary file added center-swatches/southeast1.png
Binary file added center-swatches/southeast2.png
Binary file added center-swatches/west1.png
Binary file added center-swatches/west2.png
Binary file added color-palette/coral_palette.png
Binary file added color-palette/crustacean_palette.png
Binary file added color-palette/oceans_palette.png
Binary file added color-palette/seagrass_palette.png
Binary file added color-palette/urchin_palette.png
Binary file added color-palette/waves_palette.png
Binary file added color-swatches/2019/CoralRed1.png
Binary file added color-swatches/2019/CoralRed2.png
Binary file added color-swatches/2019/CoralRed3.png
Binary file added color-swatches/2019/CoralRed4.png
Binary file added color-swatches/2019/CrustaceanOrange1.png
Binary file added color-swatches/2019/CrustaceanOrange2.png
Binary file added color-swatches/2019/CrustaceanOrange3.png
Binary file added color-swatches/2019/CrustaceanOrange4.png
Binary file added color-swatches/2019/OceansBlue1.png
Binary file added color-swatches/2019/OceansBlue2.png
Binary file added color-swatches/2019/OceansBlue3.png
Binary file added color-swatches/2019/OceansBlue4.png
Binary file added color-swatches/2019/SeagrassGreen1.png
Binary file added color-swatches/2019/SeagrassGreen2.png
Binary file added color-swatches/2019/SeagrassGreen3.png
Binary file added color-swatches/2019/SeagrassGreen4.png
Binary file added color-swatches/2019/UrchinPurple1.png
Binary file added color-swatches/2019/UrchinPurple2.png
Binary file added color-swatches/2019/UrchinPurple3.png
Binary file added color-swatches/2019/UrchinPurple4.png
Binary file added color-swatches/2019/WavesTeal1.png
Binary file added color-swatches/2019/WavesTeal2.png
Binary file added color-swatches/2019/WavesTeal3.png
Binary file added color-swatches/2019/WavesTeal4.png
Binary file added color-swatches/coral1.png
Binary file added color-swatches/coral2.png
Binary file added color-swatches/coral3.png
Binary file added color-swatches/coral4.png
Binary file added color-swatches/crustacean1.png
Binary file added color-swatches/crustacean2.png
Binary file added color-swatches/crustacean3.png
Binary file added color-swatches/crustacean4.png
Binary file added color-swatches/oceans1.png
Binary file added color-swatches/oceans2.png
Binary file added color-swatches/oceans3.png
Binary file added color-swatches/oceans4.png
Binary file added color-swatches/oceans5.png
Binary file added color-swatches/oceans6.png
Binary file added color-swatches/seagrass1.png
Binary file added color-swatches/seagrass2.png
Binary file added color-swatches/seagrass3.png
Binary file added color-swatches/seagrass4.png
Binary file added color-swatches/urchin1.png
Binary file added color-swatches/urchin2.png
Binary file added color-swatches/urchin3.png
Binary file added color-swatches/urchin4.png
Binary file added color-swatches/waves1.png
Binary file added color-swatches/waves2.png
Binary file added color-swatches/waves3.png
Binary file added color-swatches/waves4.png
Binary file added docs/2019/NOAA_Fisheries_color_palette_2019.png
Binary file added docs/NOAA_Fisheries_color_2023.pdf
Binary file not shown.
Binary file added docs/NOAA_Fisheries_color_2023.png
Binary file added docs/NOAA_Fisheries_color_chart_2023.pdf
Binary file not shown.
Binary file added docs/NOAA_Fisheries_color_chart_2023.png
Binary file added docs/NOAA_Fisheries_color_palette_2023.pdf
Binary file not shown.
Binary file added docs/NOAA_Fisheries_color_palette_2023.png
Binary file added logo-icons/favicon-16x16.png
Binary file added logo-icons/favicon-32x32.png
Binary file added logo-icons/favicon.ico
Binary file not shown.
Binary file added logo-icons/noaa-icon-114x114.png
Binary file added logo-icons/noaa-icon-120x120.png
Binary file added logo-icons/noaa-icon-144x144.png
Binary file added logo-icons/noaa-icon-152x152.png
Binary file added logo-icons/noaa-icon-180x180.png
Binary file added logo-icons/noaa-icon-57x57.png
Binary file added logo-icons/noaa-icon-60x60.png
Binary file added logo-icons/noaa-icon-72x72.png
Binary file added logo-icons/noaa-icon-76x76.png
Binary file added logos/NOAA_FISHERIES_logoH.png
Binary file added logos/NOAA_Fisheries.png
Binary file added logos/NOAA_Fisheries_360x127.png
Binary file added logos/NOAA_Fisheries_full.jpg
Binary file added logos/NOAA_Fisheries_vertical.png
Binary file added logos/NOAA_logo.png
Binary file added logos/nmfs-opensci-logo3.png
Binary file added logos/noaa_emblem_logo-2022.png
Binary file added logos/repo_logo2.png
Loading

0 comments on commit ff36f51

Please sign in to comment.