crispedge.com

Color picker

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

#03b121 hex color - Green - Cool color - Information

#03b121 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #03b121 Color code in RGB color code model is created after adding 1.18% red color, 69.41% green color and 12.94% blue color. Hex #03b121 Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 0% magenta, 81% yellow and 31% black.

Hex #03b121 color code is between #00aa22 web safe hex color code and #00bb11 web safe hex color code. #00aa22 is the nearest web safe color code. You can see here many more shades of #03b121 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code03b121#03b121
RGB Decimal3, 177, 33rgb(3, 177, 33)
RGB Percent1%, 69%, 13%rgb(1%, 69%, 13%)
CSS RGBa3, 177, 33,1rgba(3,177,33,1)
CMYK Modelcmyk(98%,0%,81%,31%)
HSL Color Space130,97% ,35%hsl(130,97% ,35%)
HSV Color Space130°, 98%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000111011000100100001
Octal326141
Decimal317733
Hex03b121

Different shades of #03b121 color code.

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

Light Shade of #03b121
#04e32a
Dark Shade of #03b121
#027f18
Saturated Shade of #03b121
#00b41f
Desaturated Shade of #03b121
#0ca827
Grey scale Shade of #03b121
#5a5a5a
Brighten Shade
#1cca3a
Most Readable Shade
#000000

Shades of #03b121 color code

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

#03b121
#029d1d
#028919
#027616
#016212
#014e0e
#013b0b
#002707
#001303
#000000

Similar Color like #03b121 color

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

#04b222
#05b323
#06b424
#07b525
#08b626
#09b727
#0ab828
#0bb929
#0cba2a
#0dbb2b
#0ebc2c
#0fbd2d
#10be2e
#11bf2f
#02b020
#01af1f
#00ae1e
#00ad1d
#00ac1c
#00ab1b
#00aa1a
#00a919
#00a818
#00a717
#00a616
#00a515
#00a414
#00a313

Monochromatic Color with #03b121

#03b121
#04db29
#000701
#013109
#025c11
#028619

Tints of #03b121 Color

#03b121
#1fb939
#3bc252
#57cb6b
#73d383
#8fdc9c
#abe5b5
#c7edcd
#e3f6e6
#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

#03b121
#b10393

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

Split Complementary

#03b121
#7803b1
#b1033c

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

Analogous Color

#2bb103
#08b103
#03b121
#03b144
#03b167

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

#03b121
#2103b1
#b12103

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

#03b121
#033cb1
#b10393
#b17803

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

#03b121
#b10393
#b1033c
#03b178

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 #03b121 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.

#03b121 Color Code Preview on Black Background Color

This is how #03b121 Color will look on black background color. Color contrast ratio is 7.31

#03b121 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03b121

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03b121

#03b121 color code is use for CSS Background Color

Background color for the above div is #03b121

HTML with inline CSS

<div style="background-color:#03b121;"></div>

#03b121 color code is use for CSS Border Color

CSS Border color for the above div is #03b121

HTML with inline CSS

<div style="border:5px solid #03b121;"></div>

CSS Border Left color for the above div is #03b121

HTML with inline CSS

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

CSS Border Right color for the above div is #03b121

HTML with inline CSS

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

CSS Border Bottom color for the above div is #03b121

HTML with inline CSS

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

CSS Border Top color for the above div is #03b121

HTML with inline CSS

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

#03b121 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#03b121 Color code Preview on White Background

This is how #03b121 Color code will look on white background color. Color contrast ratio is 2.87

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 #03b121; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #03b121; }

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.