Skip to main content Skip to docs navigation

#128b60 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Primal Green and its hex is #11875D Nearest Color Name

Color Hue/Base color: Green

Hex #128b60 Color code in RGB color code model is created after adding 7.06% red color, 54.51% green color and 37.65% blue color. Hex #128b60 Color code in CMYK color (process color) code model is generated after subtraction of 87% cyan, 0% magenta, 31% yellow and 45.49% black.

Hex #128b60 color code is between #118866 web safe hex color code and #229955 web safe hex color code. #118866 is the nearest web safe color code. You can see here many more shades of #128b60 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 128b60 #128b60
RGB Decimal 18, 139, 96 18, 139, 96
RGB Percent 7%, 55%, 38% rgb(7%, 55%, 38%)
CSS RGBa 18, 139, 96,1 rgba(18,139,96,1)
CMYK Model cmyk(87%,0%,31%,45.49%)
HSL Color Space 159,77% ,31% hsl(159,77% ,31%)
HSV Color Space 159°, 87%, 55%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010010 10001011 01100000
Octal 22 213 140
Decimal 18 139 96
Hex 12 8b 60

Different shades of #128b60 color code.

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

Darkest of #128b60
#000402
Darker of #128b60
#063122
Dark of #128b60
#0c5e41
Base of #128b60
#128b60
Light of #128b60
#18b87f
Lighter
#21e29d
Lightest
#4ee8b1

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

#128b60
#8b123d

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

Split Complementary

#128b60
#8b1279
#8b2312

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

Analogous Color

#128b19
#128b2e
#128b60
#128b88
#125b8b

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

#128b60
#8b6012
#60128b

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

#128b60
#60128b
#8b123d
#3d8b12

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

Square Color

#128b60
#23128b
#8b123d
#798b12

Square 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).

Monochromatic Color with #128b60

#000000
#000402
#063122
#0c5e41
#128b60
#18b87f
#21e29d
#4ee8b1
#7beec5

Tints of #128b60 Color

#128b60
#2c9771
#46a483
#61b195
#7bbea6
#95cbb8
#b0d8ca
#cae5db
#e4f2ed
#ffffff

Shades of #128b60 color code

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

#128b60
#107b55
#0e6c4a
#0c5c40
#0a4d35
#083d2a
#062e20
#041e15
#020f0a
#000000

Tones

#128b60
#227b5b
#316c57
#415c52
#4e4e4e

Tones

Similar Color like #128b60 color

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

#138c61
#148d62
#158e63
#168f64
#179065
#189166
#199267
#1a9368
#1b9469
#1c956a
#1d966b
#1e976c
#1f986d
#20996e
#118a5f
#10895e
#0f885d
#0e875c
#0d865b
#0c855a
#0b8459
#0a8358
#098257
#088156
#078055
#067f54
#057e53
#047d52

Download this Dark Green

Hex #128b60 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.

#128b60 Color Code Preview on Black Background Color

This is how #128b60 Color will look on black background color. Color contrast ratio is 4.89

#128b60 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #128b60

HTML with inline CSS

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

Your Example Paragraph content text in with font color #128b60

#128b60 color code is use for CSS Background Color

Background color for the above div is #128b60

HTML with inline CSS

<div style="background-color:#128b60;"></div>

#128b60 color code is use for CSS Border Color

CSS Border color for the above div is #128b60

HTML with inline CSS

<div style="border:5px solid #128b60;"></div>

CSS Border Left color for the above div is #128b60

HTML with inline CSS

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

CSS Border Right color for the above div is #128b60

HTML with inline CSS

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

CSS Border Bottom color for the above div is #128b60

HTML with inline CSS

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

CSS Border Top color for the above div is #128b60

HTML with inline CSS

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

#128b60 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#128b60 Color code Preview on White Background

This is how #128b60 Color code will look on white background color. Color contrast ratio is 4.30

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(18,139,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,18,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,139,96,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }