crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#003a21 hex color - Green - Cool color - Information

#003a21 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #003a21 Color code in RGB color code model is created after adding 0% red color, 22.75% green color and 12.94% blue color. Hex #003a21 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 43% yellow and 77% black.

Hex #003a21 color code is between #003322 web safe hex color code and #004411 web safe hex color code. #003322 is the nearest web safe color code. You can see here many more shades of #003a21 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code003a21#003a21
RGB Decimal0, 58, 33rgb(0, 58, 33)
RGB Percent0%, 23%, 13%rgb(0%, 23%, 13%)
CSS RGBa0, 58, 33,1rgba(0,58,33,1)
CMYK Modelcmyk(100%,0%,43%,77%)
HSL Color Space154,100% ,11%hsl(154,100% ,11%)
HSV Color Space154°, 100%, 23%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000011101000100001
Octal07241
Decimal05833
Hex003a21

Different shades of #003a21 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #003a21
#006d3e
Dark Shade of #003a21
#000704
Saturated Shade of #003a21
#003a21
Desaturated Shade of #003a21
#033721
Grey scale Shade of #003a21
#1d1d1d
Brighten Shade
#19533a
Most Readable Shade
#FFFFFF

Shades of #003a21 color code

Generate more color scales with scales (color stack) generator.

#003a21
#00331d
#002d19
#002616
#002012
#00190e
#00130b
#000c07
#000603
#000000

Similar Color like #003a21 color

Find visually similar hex color codes nearing to #003a21 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#013b22
#023c23
#033d24
#043e25
#053f26
#064027
#074128
#084229
#09432a
#0a442b
#0b452c
#0c462d
#0d472e
#0e482f
#003920
#00381f
#00371e
#00361d
#00351c
#00341b
#00331a
#003219
#003118
#003017
#002f16
#002e15
#002d14
#002c13

Monochromatic Color with #003a21

#003a21
#006439
#008f51
#00b96a
#00e482
#000f09

Tints of #003a21 Color

#003a21
#1c4f39
#386552
#557b6b
#719183
#8da79c
#aabdb5
#c6d3cd
#e2e9e6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#003a21
#3a0019

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#003a21
#3a0036
#3a0400

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#003a0a
#003a15
#003a21
#003a2d
#003a38

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#003a21
#21003a
#3a2100

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#003a21
#04003a
#3a0019
#363a00

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#003a21
#3a0019
#3a0400
#00363a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #003a21 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#003a21 Color Code Preview on Black Background Color

This is how #003a21 Color will look on black background color. Color contrast ratio is 1.63

#003a21 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#003a21">Your Example Paragraph content text in with font color #003a21 </p>

Your Example Paragraph content text in with font color #003a21

HTML with inline CSS

<div style="color:#003a21">Your Paragraph text in with font color #003a21 </div>

Your Example Paragraph content text in with font color #003a21

#003a21 color code is use for CSS Background Color

Background color for the above div is #003a21

HTML with inline CSS

<div style="background-color:#003a21;"></div>

#003a21 color code is use for CSS Border Color

CSS Border color for the above div is #003a21

HTML with inline CSS

<div style="border:5px solid #003a21;"></div>

CSS Border Left color for the above div is #003a21

HTML with inline CSS

<div style="border-left:5px solid #003a21;"></div>

CSS Border Right color for the above div is #003a21

HTML with inline CSS

<div style="border-right:5px solid #003a21;"></div>

CSS Border Bottom color for the above div is #003a21

HTML with inline CSS

<div style="border-bottom:5px solid #003a21;"></div>

CSS Border Top color for the above div is #003a21

HTML with inline CSS

<div style="border-top:5px solid #003a21;"></div>

#003a21 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#003a21; } .examplecolorclass {color:#003a21; } .examplebordercolor {border:3px solid #003a21; }

#003a21 Color code Preview on White Background

This is how #003a21 Color code will look on white background color. Color contrast ratio is 12.91

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #003a21; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #003a21; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.