# Grouper Brand Identity

A complete profile of **Grouper**'s visual system — colors, typography, components, and personality — extracted from http://joingrouper.com. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/grouper
- Machine-readable JSON: https://characterquilt.com/branding/grouper.json

## Quick Facts

| Field | Value |
|---|---|
| Primary | #14532D |
| Accent | #0B3D2E |
| Body Font | Tahoma |
| Heading Font | Tahoma |

## Color Palette

- primary: #14532D
- secondary: #064E3B
- accent: #0B3D2E
- background: #FFFFFF
- textPrimary: #0B3D2E
- link: #0B3D2E

## Typography

- primary: Tahoma — https://fonts.google.com/specimen/Tahoma
- heading: Tahoma — https://fonts.google.com/specimen/Tahoma

## Brand Personality

Tone: professional · Energy: medium · Audience: unknown

## Grouper Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

- **Super Groupers - NWF | Ranger Rick**
  - Image: 
  - Source: [Ranger Rick](https://rangerrick.org/ranger_rick/super-groupers/?srsltid=AfmBOorxAOVLaSG81luhz0Bdqy7oJ7YghJv7joeNkHaUiFsBoUmi2zes)
- **Fishing for Grouper in Crystal River, FL: June Fishing Report - Crystal  River Sport Fishing**
  - Image: 
  - Source: [Crystal River Sport Fishing](https://crystalriver-sportfishing.com/blog/fishing-for-grouper-in-crystal-river-fl-june-fishing-report/)
- **Nassau Grouper Fish Carl Burger Art Ethyl Gasoline Ad Vtg 1931 Magazine  Print | eBay**
  - Image: 
  - Source: [eBay](https://www.ebay.com/itm/335675091345)
- **Fishing Report 2-6-2026 | Weather windows opening up! Red Grouper + Hogfish  bite hot!**
  - Image: 
  - Source: [YouTube](https://www.youtube.com/watch?v=uN-RfetrcFg)
- **Complete Guide to Grouper Fishing: Techniques, Strategies and Tips – Demon  Sunglasses**
  - Image: 
  - Source: [Demon Sunglasses](https://www.demonsunglasses.com/blogs/sport-fishing-blog/complete-guide-to-grouper-fishing-techniques-gear-strategies-and-regulations-for-a-successful-catch?srsltid=AfmBOoo27NmfhMueLPhOkMfS-UzHTQ8FO-mXfS-IRp05FkI9Badb-rxH)
- **Grouper Regs Modified in Gulf of Mexico - InTheBite**
  - Image: 
  - Source: [InTheBite](https://inthebite.com/2016/04/grouper-regs-modified-in-gulf-of-mexico/)

## Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Tahoma",
      "count": 53
    },
    {
      "family": "Arial",
      "count": 53
    },
    {
      "family": "sans-serif",
      "count": 53
    }
  ],
  "colors": {
    "primary": "#14532D",
    "secondary": "#064E3B",
    "accent": "#0B3D2E",
    "background": "#FFFFFF",
    "textPrimary": "#0B3D2E",
    "link": "#0B3D2E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Tahoma",
      "heading": "Tahoma"
    },
    "fontStacks": {
      "body": [
        "Tahoma",
        "Arial",
        "sans-serif"
      ],
      "heading": [
        "Tahoma",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Tahoma",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "26px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0,
    "overall": 0
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "LLM failed",
        "confidence": 0
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false,
      "error": "LLM call failed or returned fallback values"
    }
  }
}
```
