grouper.json
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
- Fishing for Grouper in Crystal River, FL: June Fishing Report - Crystal River Sport Fishing
- Image:
- Source: Crystal River Sport Fishing
- Nassau Grouper Fish Carl Burger Art Ethyl Gasoline Ad Vtg 1931 Magazine Print | eBay
- Image:
- Source: eBay
- Fishing Report 2-6-2026 | Weather windows opening up! Red Grouper + Hogfish bite hot!
- Image:
- Source: YouTube
- Complete Guide to Grouper Fishing: Techniques, Strategies and Tips – Demon Sunglasses
- Image:
- Source: Demon Sunglasses
- Grouper Regs Modified in Gulf of Mexico - InTheBite
- Image:
- Source: InTheBite
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"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"
}
}
}