✓ Copied to clipboard
#006400 (Dark Green) color swatch preview — Color From Pic.
#006400 — Dark Green color swatch

Dark Green

#006400

📝 Color Information

The hexadecimal color code #006400 represents a very dark shade in the green family. In the RGB color model, this color is composed of 0 red, 100 green, and 0 blue, which translates to approximately 0% red, 39% green, and 0% blue. This makes it a highly saturated color with cool undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #006400 has a hue of 120 degrees, a saturation level of 100%, and a lightness value of 20%. The hue angle of places this color firmly in the green spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 100%, and brightness/value of 39%. For print applications using the CMYK color model, #006400 would be reproduced using 100% cyan, 0% magenta, 100% yellow, and 61% black. The closest web-safe color is #006600, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. As a darker shade, it works well for text, headers, and creating visual weight in compositions. The high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #006400 with other colors, consider its complementary color at hue 300° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 25600, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
green-900
HEX
#006400
RGB
rgb(0, 100, 0)
RGB %
0%, 39%, 0%
HSL
hsl(120, 100%, 20%)
HSV
hsv(120, 100%, 39%)
CMYK
100%, 0%, 100%, 61%
Decimal
25600
Web Safe
#006600

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #006400

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #006400

Tones (adding gray / desaturating)

🌈 Hue Variations of #006400

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #006400
This demonstrates text readability on the color background. (Click to edit)
#006400 as Text
This shows the color used as text on white. (Click to edit)

👓 Color Blindness Simulator

Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.

📋 CSS Code

:root { --color-hex: #006400; --color-rgb: 0, 100, 0; --color-hsl: 120, 100%, 20%; } .bg-color { background-color: #006400; } .text-color { color: #006400; } .border-color { border-color: #006400; }