Skip to main content Skip to docs navigation

#14830f 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 Verse Green and its hex is #18880D Nearest Color Name

Color Hue/Base color: Green

Hex #14830f Color code in RGB color code model is created after adding 7.84% red color, 51.37% green color and 5.88% blue color. Hex #14830f Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 0% magenta, 89% yellow and 48.63% black.

Hex #14830f color code is between #118811 web safe hex color code and #227700 web safe hex color code. #118811 is the nearest web safe color code. You can see here many more shades of #14830f color code.

RGB Chart

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

Color Table

Hex Color Code 14830f #14830f
RGB Decimal 20, 131, 15 20, 131, 15
RGB Percent 8%, 51%, 6% rgb(8%, 51%, 6%)
CSS RGBa 20, 131, 15,1 rgba(20,131,15,1)
CMYK Model cmyk(85%,0%,89%,48.63%)
HSL Color Space 117,79% ,29% hsl(117,79% ,29%)
HSV Color Space 117°, 89%, 51%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010100 10000011 00001111
Octal 24 203 17
Decimal 20 131 15
Hex 14 83 0f

Different shades of #14830f color code.

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

Darkest of #14830f
#000000
Darker of #14830f
#062705
Dark of #14830f
#0d550a
Base of #14830f
#14830f
Light of #14830f
#1bb114
Lighter
#22df19
Lightest
#49e942

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

#14830f
#7e0f83

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

Split Complementary

#14830f
#440f83
#830f4e

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

Analogous Color

#58830f
#44830f
#14830f
#0f8331
#0f8361

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

#14830f
#830f14
#0f1483

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

#14830f
#0f1483
#7e0f83
#837e0f

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

#14830f
#0f4e83
#7e0f83
#83440f

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 #14830f

#000000
#000000
#062705
#0d550a
#14830f
#1bb114
#22df19
#49e942
#75ef6f

Tints of #14830f Color

#14830f
#2e9029
#489e44
#62ac5f
#7cba79
#96c794
#b0d5af
#cae3c9
#e4f1e4
#ffffff

Shades of #14830f color code

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

#14830f
#11740d
#0f650b
#0d570a
#0b4808
#083a06
#062b05
#041d03
#020e01
#000000

Tones

#14830f
#21741e
#2f662c
#3c573b
#494949

Tones

Similar Color like #14830f color

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

#158410
#168511
#178612
#188713
#198814
#1a8915
#1b8a16
#1c8b17
#1d8c18
#1e8d19
#1f8e1a
#208f1b
#21901c
#22911d
#13820e
#12810d
#11800c
#107f0b
#0f7e0a
#0e7d09
#0d7c08
#0c7b07
#0b7a06
#0a7905
#097804
#087703
#077602
#067501

Download this Dark Green

Hex #14830f 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.

#14830f Color Code Preview on Black Background Color

This is how #14830f Color will look on black background color. Color contrast ratio is 4.28

#14830f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14830f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14830f

#14830f color code is use for CSS Background Color

Background color for the above div is #14830f

HTML with inline CSS

<div style="background-color:#14830f;"></div>

#14830f color code is use for CSS Border Color

CSS Border color for the above div is #14830f

HTML with inline CSS

<div style="border:5px solid #14830f;"></div>

CSS Border Left color for the above div is #14830f

HTML with inline CSS

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

CSS Border Right color for the above div is #14830f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #14830f

HTML with inline CSS

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

CSS Border Top color for the above div is #14830f

HTML with inline CSS

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

#14830f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#14830f Color code Preview on White Background

This is how #14830f Color code will look on white background color. Color contrast ratio is 4.90

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

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(20,131,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,15,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,131,15,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }