crispedge.com

Color picker

Loading...

#429b71 hex color - Green - Cool color - Information

#429b71 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #429b71 Color code in RGB color code model is created after adding 25.88% red color, 60.78% green color and 44.31% blue color. Hex #429b71 Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 0% magenta, 27% yellow and 39% black.

Hex #429b71 color code is between #449977 web safe hex color code and #33aa66 web safe hex color code. #449977 is the nearest web safe color code. You can see here many more shades of #429b71 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code429b71#429b71
RGB Decimal66, 155, 113rgb(66, 155, 113)
RGB Percent26%, 61%, 44%rgb(26%, 61%, 44%)
CSS RGBa66, 155, 113,1rgba(66,155,113,1)
CMYK Modelcmyk(57%,0%,27%,39%)
HSL Color Space152,40% ,43%hsl(152,40% ,43%)
HSV Color Space152°, 57%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000101001101101110001
Octal102233161
Decimal66155113
Hex429b71

Different shades of #429b71 color code.

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

Light Shade of #429b71
#58b88b
Dark Shade of #429b71
#337757
Saturated Shade of #429b71
#37a672
Desaturated Shade of #429b71
#4d9070
Grey scale Shade of #429b71
#6e6e6e
Brighten Shade
#5bb48a
Most Readable Shade
#000000

Shades of #429b71 color code

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

#429b71
#3a8964
#337857
#2c674b
#24563e
#1d4432
#163325
#0e2219
#07110c
#000000

Similar Color like #429b71 color

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

#439c72
#449d73
#459e74
#469f75
#47a076
#48a177
#49a278
#4aa379
#4ba47a
#4ca57b
#4da67c
#4ea77d
#4fa87e
#50a97f
#419a70
#40996f
#3f986e
#3e976d
#3d966c
#3c956b
#3b946a
#3a9369
#399268
#389167
#379066
#368f65
#358e64
#348d63

Monochromatic Color with #429b71

#429b71
#54c590
#66f0af
#0c1b14
#1e4633
#307052

Tints of #429b71 Color

#429b71
#57a680
#6cb190
#81bca0
#96c7b0
#abd2bf
#c0ddcf
#d5e8df
#eaf3ef
#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

#429b71
#9b426c

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

Split Complementary

#429b71
#9b4298
#9b4542

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

Analogous Color

#429b4d
#429b5f
#429b71
#429b83
#429b95

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

#429b71
#71429b
#9b7142

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

#429b71
#44429b
#9b426c
#989b42

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

#429b71
#9b426c
#9b4542
#42989b

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 #429b71 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.

#429b71 Color Code Preview on Black Background Color

This is how #429b71 Color will look on black background color. Color contrast ratio is 6.16

#429b71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #429b71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #429b71

#429b71 color code is use for CSS Background Color

Background color for the above div is #429b71

HTML with inline CSS

<div style="background-color:#429b71;"></div>

#429b71 color code is use for CSS Border Color

CSS Border color for the above div is #429b71

HTML with inline CSS

<div style="border:5px solid #429b71;"></div>

CSS Border Left color for the above div is #429b71

HTML with inline CSS

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

CSS Border Right color for the above div is #429b71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #429b71

HTML with inline CSS

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

CSS Border Top color for the above div is #429b71

HTML with inline CSS

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

#429b71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#429b71 Color code Preview on White Background

This is how #429b71 Color code will look on white background color. Color contrast ratio is 3.41

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(66,155,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,66,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(66,155,113,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.