Skip to main content

English Holly

#13341C

English Holly is a cool dark color with the hex code #13341C. This moderately saturated hue can be represented as RGB 19, 52, 28 in digital design or CMYK 63%, 0%, 46%, 80% for print applications. Find matching Pantone color.

English Holly color values

HEX
#13341C
RGB
19, 52, 28
HSL
136°, 46%, 14%
CMYK
63, 0, 46, 80

About this color

English Holly sits at 136° on the color wheel with 46% saturation and 14% lightness, placing it in the green segment of the spectrum. The moderate 46% saturation gives it enough color presence to register clearly without competing for dominance in a composition. Near-black lightness makes it read as a deep, absorptive tone — color is implied more than seen.

In digital environments, English Holly is rendered as rgb(19, 52, 28), where the green channel leads at 52, with red and blue channels close behind. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.

For print, English Holly translates to a CMYK breakdown of 63C 0M 46Y 80K. A substantial black component (80%) anchors this color in print. The remaining ink channels supplement rather than drive the hue, which keeps the result stable across different paper stocks. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use English Holly

CSS Variable

:root {
  --brand-primary: #13341C;
  --brand-primary-rgb: 19, 52, 28;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#13341C',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 63%
M: 0%
Y: 46%
K: 80%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(19, 52, 28)
rgba(19, 52, 28, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #13341C?
#13341C is English Holly, a cool dark color with RGB values of 19, 52, 28. It has a hue of 136°, 46% saturation, and 14% lightness in the HSL color space.
What is the RGB value of #13341C?
The RGB color code for #13341C is rgb(19, 52, 28). This means it contains 19 red, 52 green, and 28 blue in the RGB color model.
Is English Holly a warm or cool color?
English Holly (#13341C) is a cool color with a hue between 120-300° on the color wheel.
How do I use #13341C in CSS?
You can use #13341C in CSS with: background-color: #13341C; or color: #13341C; or as an RGB value: rgb(19, 52, 28). For print design, use CMYK: 63%, 0%, 46%, 80%.