Skip to main content Skip to docs navigation

#52a129 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 Grass and its hex is #5CAC2D Nearest Color Name

Color Hue/Base color: Green

Hex #52a129 Color code in RGB color code model is created after adding 32.16% red color, 63.14% green color and 16.08% blue color. Hex #52a129 Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 0% magenta, 75% yellow and 36.86% black.

Hex #52a129 color code is between #559922 web safe hex color code and #44aa33 web safe hex color code. #559922 is the nearest web safe color code. You can see here many more shades of #52a129 color code.

RGB Chart

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

Color Table

Hex Color Code 52a129 #52a129
RGB Decimal 82, 161, 41 82, 161, 41
RGB Percent 32%, 63%, 16% rgb(32%, 63%, 16%)
CSS RGBa 82, 161, 41,1 rgba(82,161,41,1)
CMYK Model cmyk(49%,0%,75%,36.86%)
HSL Color Space 100,59% ,40% hsl(100,59% ,40%)
HSV Color Space 100°, 75%, 63%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 10100001 00101001
Octal 122 241 51
Decimal 82 161 41
Hex 52 a1 29

Different shades of #52a129 color code.

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

Darkest of #52a129
#14270a
Darker of #52a129
#295014
Dark of #52a129
#3d781f
Base of #52a129
#52a129
Light of #52a129
#67ca33
Lighter
#85d55b
Lightest
#a3e083

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

#52a129
#7829a1

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

Split Complementary

#52a129
#3c29a1
#a1298e

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

Analogous Color

#98a129
#84a129
#52a129
#2aa129
#29a15a

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

#52a129
#a12952
#2952a1

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

#52a129
#2952a1
#7829a1
#a17829

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

#52a129
#298ea1
#7829a1
#a13c29

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 #52a129

#000000
#14270a
#295014
#3d781f
#52a129
#67ca33
#85d55b
#a3e083
#c1eaac

Tints of #52a129 Color

#52a129
#65ab40
#78b558
#8bc070
#9eca88
#b2d59f
#c5dfb7
#d8eacf
#ebf4e7
#ffffff

Shades of #52a129 color code

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

#52a129
#488f24
#3f7d1f
#366b1b
#2d5916
#244712
#1b350d
#122309
#091104
#000000

Tones

#52a129
#588d3d
#5f7951
#656565
#656565

Tones

Similar Color like #52a129 color

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

#53a22a
#54a32b
#55a42c
#56a52d
#57a62e
#58a72f
#59a830
#5aa931
#5baa32
#5cab33
#5dac34
#5ead35
#5fae36
#60af37
#51a028
#509f27
#4f9e26
#4e9d25
#4d9c24
#4c9b23
#4b9a22
#4a9921
#499820
#48971f
#47961e
#46951d
#45941c
#44931b

Download this Dark Green

Hex #52a129 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.

#52a129 Color Code Preview on Black Background Color

This is how #52a129 Color will look on black background color. Color contrast ratio is 6.49

#52a129 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52a129

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52a129

#52a129 color code is use for CSS Background Color

Background color for the above div is #52a129

HTML with inline CSS

<div style="background-color:#52a129;"></div>

#52a129 color code is use for CSS Border Color

CSS Border color for the above div is #52a129

HTML with inline CSS

<div style="border:5px solid #52a129;"></div>

CSS Border Left color for the above div is #52a129

HTML with inline CSS

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

CSS Border Right color for the above div is #52a129

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52a129

HTML with inline CSS

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

CSS Border Top color for the above div is #52a129

HTML with inline CSS

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

#52a129 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52a129 Color code Preview on White Background

This is how #52a129 Color code will look on white background color. Color contrast ratio is 3.24

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

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(82,161,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,41,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,161,41,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }