Skip to main content

Celtic

#1B3122

Celtic is a cool dark color with the hex code #1B3122. This muted hue can be represented as RGB 27, 49, 34 in digital design or CMYK 45%, 0%, 31%, 81% for print applications. Find matching Pantone color.

Celtic color values

HEX
#1B3122
RGB
27, 49, 34
HSL
139°, 29%, 15%
CMYK
45, 0, 31, 81

About this color

Celtic sits at 139° on the color wheel with 29% saturation and 15% lightness, placing it in the green segment of the spectrum. Its restrained 29% saturation keeps the hue subtle — present but not assertive, making it easy to layer over or under more expressive colors. Near-black lightness makes it read as a deep, absorptive tone — color is implied more than seen.

In digital environments, Celtic is rendered as rgb(27, 49, 34), where the green channel leads at 49, with red and blue channels close behind. Low saturation at this depth produces the kind of sophisticated, near-neutral dark that works for application shells, sidebars, and dark-mode base layers.

For print, Celtic translates to a CMYK breakdown of 45C 0M 31Y 81K. The dominant black channel (81%) does most of the tonal work here — cyan, magenta, and yellow contribute minimally, so the printed result will be a deep, near-neutral tone that reads differently from its screen equivalent. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Celtic

CSS Variable

:root {
  --brand-primary: #1B3122;
  --brand-primary-rgb: 27, 49, 34;
}

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

Tailwind Config

colors: {
  brand: '#1B3122',
}

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

Print Design (CMYK)

C: 45%
M: 0%
Y: 31%
K: 81%

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

RGB for Screens

rgb(27, 49, 34)
rgba(27, 49, 34, 0.8)

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

Frequently asked questions

What color is #1B3122?
#1B3122 is Celtic, a cool dark color with RGB values of 27, 49, 34. It has a hue of 139°, 29% saturation, and 15% lightness in the HSL color space.
What is the RGB value of #1B3122?
The RGB color code for #1B3122 is rgb(27, 49, 34). This means it contains 27 red, 49 green, and 34 blue in the RGB color model.
Is Celtic a warm or cool color?
Celtic (#1B3122) is a cool color with a hue between 120-300° on the color wheel.
How do I use #1B3122 in CSS?
You can use #1B3122 in CSS with: background-color: #1B3122; or color: #1B3122; or as an RGB value: rgb(27, 49, 34). For print design, use CMYK: 45%, 0%, 31%, 81%.