Skip to main content

Rangitoto

#2B2F1D

Rangitoto is a neutral dark color with the hex code #2B2F1D. This muted hue can be represented as RGB 43, 47, 29 in digital design or CMYK 9%, 0%, 38%, 82% for print applications. Find matching Pantone color.

Rangitoto color values

HEX
#2B2F1D
RGB
43, 47, 29
HSL
73°, 24%, 15%
CMYK
9, 0, 38, 82

About this color

Rangitoto sits at 73° on the color wheel with 24% saturation and 15% lightness, placing it in the yellow segment of the spectrum. Its restrained 24% 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, Rangitoto is rendered as rgb(43, 47, 29), where the green channel leads at 47, 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, Rangitoto translates to a CMYK breakdown of 9C 0M 38Y 82K. The dominant black channel (82%) 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 Rangitoto

CSS Variable

:root {
  --brand-primary: #2B2F1D;
  --brand-primary-rgb: 43, 47, 29;
}

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

Tailwind Config

colors: {
  brand: '#2B2F1D',
}

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

Print Design (CMYK)

C: 9%
M: 0%
Y: 38%
K: 82%

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

RGB for Screens

rgb(43, 47, 29)
rgba(43, 47, 29, 0.8)

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

Frequently asked questions

What color is #2B2F1D?
#2B2F1D is Rangitoto, a neutral dark color with RGB values of 43, 47, 29. It has a hue of 73°, 24% saturation, and 15% lightness in the HSL color space.
What is the RGB value of #2B2F1D?
The RGB color code for #2B2F1D is rgb(43, 47, 29). This means it contains 43 red, 47 green, and 29 blue in the RGB color model.
Is Rangitoto a warm or cool color?
Rangitoto (#2B2F1D) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #2B2F1D in CSS?
You can use #2B2F1D in CSS with: background-color: #2B2F1D; or color: #2B2F1D; or as an RGB value: rgb(43, 47, 29). For print design, use CMYK: 9%, 0%, 38%, 82%.