Dark Green Color / Colour Code #0D3300

    This page shows the hex color code for dark green (#0D3300). The colour is a green tone with 100% saturation and 10% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #0D3300

    Color Conversions

    HEX
    #0D3300
    RGB
    rgb(13, 51, 0)
    HSL
    hsl(105, 100%, 10%)
    HSV
    hsv(105, 100%, 20%)
    CMYK
    cmyk(75%, 0%, 100%, 80%)

    Accessibility Contrast

    WCAG contrast ratios for #0D3300 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    14.09:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Black (#000000)
    1.49:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    12.14:1
    AA PassAA Large PassAAA Pass

    Complementary Colors

    #0D3300 paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 75, 105, and 135 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 105, 225, and 345 degrees.

    Color Palettes Using #0D3300

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 105 and saturation at 100%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #134D00 #269900 #40FF00 #8CFF66 #C6FFB3
    Warm Harmony

    Adjacent hues from 105 to 150 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #5EE830 #30E830 #30E85E #30E88C
    Cool Contrast

    Combines the base color at hue 105 with its complement at 285 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #53D926 #AC26D9 #D926AC #D92653
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #C2E0B8 #B8E0D6 #B8C2E0 #D6B8E0 #E0B8C2

    Shades & Tints of #0D3300

    Lightness variations at hue 105 and 100% saturation.

    CSS Gradients with #0D3300

    Green to Purple
    linear-gradient(135deg, #0d3300, #260033)
    Analogous Fade
    linear-gradient(90deg, #0d3300, #00330d)
    Deep to Light
    linear-gradient(180deg, #175c00, #baffa3)
    Tricolor Sweep
    linear-gradient(135deg, #0d3300, #000d33, #33000d)

    Design Use Cases for #0D3300

    High-Impact Accent

    With 100% saturation, #0D3300 is highly vivid. Reserve this for elements that need maximum attention: primary action buttons, notification badges, error states, or promotional banners. Use sparingly alongside neutral tones to avoid visual fatigue.

    Dark Mode Background

    At just 10% lightness, #0D3300 works as a dark mode background or overlay color. Dark backgrounds reduce eye strain in low-light environments and make bright accent colors pop. Pair with light text (minimum 4.5:1 contrast ratio) for readability.

    Success & Growth Indicators

    #0D3300 falls in the green range (hue 105). Green universally represents success, growth, and safety. Use it for confirmation messages, positive chart data, eco-friendly badges, and health metrics. In financial dashboards, green indicates gains and positive performance.

    Gradient Pairing

    Create a gradient from #0D3300 (hue 105) to its complement at hue 285. For a subtler effect, try pairing with an analogous color at hue 135. Use CSS: background: linear-gradient(135deg, #0d3300, #260033);

    CSS Code for #0D3300

    /* Background */
    background-color: #0d3300;
    background-color: rgb(13, 51, 0);
    background-color: hsl(105, 100%, 10%);
    /* Text */
    color: #0d3300;
    /* Border */
    border: 2px solid #0d3300;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(13, 51, 0, 0.3);
    /* CSS Variable */
    --color-primary: 105 100% 10%;

    Similar Colors

    Colors visually similar to #0D3300 based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #0D3300 across image editing and color design tools.

    About Dark Green (#0D3300)

    #0D3300 is a green color (colour) with RGB channel values of 13 red, 51 green, and 0 blue. The green channel is dominant by a ratio of 51.0:1 over the weakest channel. In HSL terms, the hue sits at 105 degrees with 100% saturation and 10% lightness, placing it in the neutral-to-cool range of the colour spectrum.

    The perceived brightness of #0D3300 is 34/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This appears dark to the human eye, so pair it with light text for adequate readability. For print production, the CMYK equivalent is 75% cyan, 0% magenta, 100% yellow, and 80% key (black).

    The WCAG contrast ratio of #0D3300 against white is 14.09:1 and against black is 1.49:1. This exceeds the AAA requirement (7:1) for normal text on white, making it excellent for body text and small UI labels on light backgrounds.

    The complementary colour #260033 creates maximum visual tension when paired with #0D3300. For more harmonious color combinations, use the analogous colours #263300 and #00330D, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #0D3300

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #0D3300?
    #0D3300 is Dark Green, a green color (colour) with RGB(13, 51, 0), HSL(105, 100%, 10%), and CMYK(75%, 0%, 100%, 80%). Its perceived brightness is 34/255.
    Is #0D3300 accessible for text?
    Against white, #0D3300 has a contrast ratio of 14.09:1 (passes AA for normal text). Against black, it has 1.49:1 (fails AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #0D3300?
    The complementary colour is #260033 (hue 285). For subtle color combinations, use analogous colours #263300 and #00330D. The triadic palette adds #000D33 and #33000D for vibrant variety.
    How do I use #0D3300 in CSS?
    Use any format: color: #0d3300; or rgb(13, 51, 0); or hsl(105, 100%, 10%). For CSS custom properties: --color-primary: 105 100% 10%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.