What is hex #03C03C color?

 
The hex code #03C03C is also know by an other name that is Dark Pastel Green.
This color is composed of 3% red, 192% green and 60% blue. So we can say that the RGB value is (3,192,60)
You need to use it for a printer? The CMYK colors code equivalent of hex #03C03C is C:98 M:0 Y:69, K:25) .
In the HSV/HSB scale, #03C03C has a hue of 138°, 98% saturation and a brightness value of 75%.
If you want to know all about the hex #03C03C, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #03C03C (complementary, analogous, triadic, tetradic...).

Hex #03C03C Color Codes & Equivalents

Color Name [Dark Pastel Green]
RGB Values (3,192,60)
CMYK Values (98%, 0%, 69%, 25%)
HSV/HSB Values (138°, 98%, 75%)
Closest Web Safe
#00CC33
Inverse Color
#fc3fc3
Closest Pantone®
354 C
Closest RAL
RAL 6038 [Luminous green]
Complementary Color
#c00387

#03C03C Converted to Grayscale Codes

Average
#555555
Lightness (Desaturation)
#626262
Weighted (BT601)
#787878
Luma (BT709)
#8e8e8e

Hex #03C03C Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #03C03C is #c00387. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #03C03C you will find #c00387. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#03C03C #c00387

Analogous Palette

The analogous color scheme of #03C03C is composed with colors #28C003 and #03C09A. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #03C03C with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#28C003 #03C03C #03C09A

Split-Complementary Palette

The split-complementary color scheme of #03C03C is composed with colors #C00328 and #9A03C0. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#03C03C #C00328 #9A03C0

Triadic Palette

The triadic color scheme of #03C03C is composed with colors #C03C03 and #3C03C0. They are located to the right and left of your main color #03C03C with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#03C03C #C03C03 #3C03C0

Tetradic Palette

The tetradic color scheme of #03C03C is composed with colors #3C03C0, #C00387 and #87C003 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#03C03C #3C03C0 #C00387 #87C003

Square Palette

The square color scheme of #03C03C is composed with colors #0328C0, #C00387 and #C09A03 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#03C03C #0328C0 #C00387 #C09A03

Tints, Tones & Shades of Hex #03C03C

Tints

Tints are created by adding white, resulting in lighter shades of #03C03C.

#03C03C #03D442 #03E848 #05FB4F #19FB5D #2DFB6B #41FC79 #55FC87

Tones

Tones are made by mixing with gray, softening the original color.

#03C03C #0CB63F #16AC43 #1FA347 #29994B #32904E #3C8652 #457D56

Shades

Shades result from adding black, creating darker variations.

#03C03C #02AB35 #02972F #028329 #016F22 #015B1C #014716 #003310

Hex #03C03C in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #03C03C
Java new Color(3,192,60);
Python Color(#03C03C)
.NET Color.FromArgb(255, 3,192,60);
Swift / iOS UIColor(red: 0.01, green: 0.75, blue: 0.24, alpha: 1)
Kotlin / Android Color.rgb(3, 192, 60)