Skip to main content

Bush

#13341F

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

Bush color values

HEX
#13341F
RGB
19, 52, 31
HSL
142°, 46%, 14%
CMYK
63, 0, 40, 80

About this color

Bush sits at 142° 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, Bush is rendered as rgb(19, 52, 31), 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, Bush translates to a CMYK breakdown of 63C 0M 40Y 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 Bush

CSS Variable

:root {
  --brand-primary: #13341F;
  --brand-primary-rgb: 19, 52, 31;
}

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

Tailwind Config

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

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

Print Design (CMYK)

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

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

RGB for Screens

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

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

Frequently asked questions

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