crispedge.com

Color picker

Loading...

#58942b hex color - Green - Cool color - Information

#58942b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #58942b Color code in RGB color code model is created after adding 34.51% red color, 58.04% green color and 16.86% blue color. Hex #58942b Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 0% magenta, 71% yellow and 42% black.

Hex #58942b color code is between #559933 web safe hex color code and #668822 web safe hex color code. #559933 is the nearest web safe color code. You can see here many more shades of #58942b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code58942b#58942b
RGB Decimal88, 148, 43rgb(88, 148, 43)
RGB Percent35%, 58%, 17%rgb(35%, 58%, 17%)
CSS RGBa88, 148, 43,1rgba(88,148,43,1)
CMYK Modelcmyk(41%,0%,71%,42%)
HSL Color Space94,55% ,37%hsl(94,55% ,37%)
HSV Color Space94°, 71%, 58%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110001001010000101011
Octal13022453
Decimal8814843
Hex58942b

Different shades of #58942b color code.

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

Light Shade of #58942b
#6fbc36
Dark Shade of #58942b
#416c20
Saturated Shade of #58942b
#579e21
Desaturated Shade of #58942b
#598a35
Grey scale Shade of #58942b
#5f5f5f
Brighten Shade
#71ad44
Most Readable Shade
#FFFFFF

Shades of #58942b color code

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

#58942b
#4e8326
#447321
#3a621c
#305217
#274113
#1d310e
#132009
#091004
#000000

Similar Color like #58942b color

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

#59952c
#5a962d
#5b972e
#5c982f
#5d9930
#5e9a31
#5f9b32
#609c33
#619d34
#629e35
#639f36
#64a037
#65a138
#66a239
#57932a
#569229
#559128
#549027
#538f26
#528e25
#518d24
#508c23
#4f8b22
#4e8a21
#4d8920
#4c881f
#4b871e
#4a861d

Monochromatic Color with #58942b

#58942b
#71be37
#8be944
#0c1406
#253f12
#3f691f

Tints of #58942b Color

#58942b
#6a9f42
#7dab5a
#8fb771
#a2c389
#b4cfa0
#c7dbb8
#d9e7cf
#ecf3e7
#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

#58942b
#672b94

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

Split Complementary

#58942b
#332b94
#942b8d

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

Analogous Color

#82942b
#6d942b
#58942b
#43942b
#2e942b

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

#58942b
#2b5894
#942b58

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

#58942b
#2b8c94
#672b94
#94332b

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

#58942b
#672b94
#942b8d
#2b9433

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 #58942b 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.

#58942b Color Code Preview on Black Background Color

This is how #58942b Color will look on black background color. Color contrast ratio is 5.69

#58942b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58942b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58942b

#58942b color code is use for CSS Background Color

Background color for the above div is #58942b

HTML with inline CSS

<div style="background-color:#58942b;"></div>

#58942b color code is use for CSS Border Color

CSS Border color for the above div is #58942b

HTML with inline CSS

<div style="border:5px solid #58942b;"></div>

CSS Border Left color for the above div is #58942b

HTML with inline CSS

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

CSS Border Right color for the above div is #58942b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #58942b

HTML with inline CSS

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

CSS Border Top color for the above div is #58942b

HTML with inline CSS

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

#58942b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58942b Color code Preview on White Background

This is how #58942b Color code will look on white background color. Color contrast ratio is 3.69

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

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(88,148,43,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(103,43,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(88,148,43,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.