crispedge.com

Color picker

Loading...

#35982e hex color - Green - Cool color - Information

#35982e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #35982e Color code in RGB color code model is created after adding 20.78% red color, 59.61% green color and 18.04% blue color. Hex #35982e Color code in CMYK color (process color) code model is generated after subtraction of 65% cyan, 0% magenta, 70% yellow and 40% black.

Hex #35982e color code is between #339933 web safe hex color code and #448822 web safe hex color code. #339933 is the nearest web safe color code. You can see here many more shades of #35982e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code35982e#35982e
RGB Decimal53, 152, 46rgb(53, 152, 46)
RGB Percent21%, 60%, 18%rgb(21%, 60%, 18%)
CSS RGBa53, 152, 46,1rgba(53,152,46,1)
CMYK Modelcmyk(65%,0%,70%,40%)
HSL Color Space116,54% ,39%hsl(116,54% ,39%)
HSV Color Space116°, 70%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101011001100000101110
Octal6523056
Decimal5315246
Hex35982e

Different shades of #35982e color code.

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

Light Shade of #35982e
#43bf3a
Dark Shade of #35982e
#277122
Saturated Shade of #35982e
#2ca224
Desaturated Shade of #35982e
#3e8e38
Grey scale Shade of #35982e
#636363
Brighten Shade
#4eb147
Most Readable Shade
#FFFFFF

Shades of #35982e color code

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

#35982e
#2f8728
#297623
#23651e
#1d5419
#174314
#11320f
#0b210a
#051005
#000000

Similar Color like #35982e color

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

#36992f
#379a30
#389b31
#399c32
#3a9d33
#3b9e34
#3c9f35
#3da036
#3ea137
#3fa238
#40a339
#41a43a
#42a53b
#43a63c
#34972d
#33962c
#32952b
#31942a
#309329
#2f9228
#2e9127
#2d9026
#2c8f25
#2b8e24
#2a8d23
#298c22
#288b21
#278a20

Monochromatic Color with #35982e

#35982e
#44c23b
#53ed48
#091807
#174314
#266d21

Tints of #35982e Color

#35982e
#4ba345
#61ae5c
#78ba73
#8ec58a
#a5d1a2
#bbdcb9
#d2e8d0
#e8f3e7
#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

#35982e
#912e98

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

Split Complementary

#35982e
#5c2e98
#982e6a

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

Analogous Color

#5f982e
#4a982e
#35982e
#2e983c
#2e9851

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

#35982e
#2e3598
#982e35

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

#35982e
#2e6a98
#912e98
#985c2e

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

#35982e
#912e98
#982e6a
#2e985c

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 #35982e 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.

#35982e Color Code Preview on Black Background Color

This is how #35982e Color will look on black background color. Color contrast ratio is 5.68

#35982e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35982e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35982e

#35982e color code is use for CSS Background Color

Background color for the above div is #35982e

HTML with inline CSS

<div style="background-color:#35982e;"></div>

#35982e color code is use for CSS Border Color

CSS Border color for the above div is #35982e

HTML with inline CSS

<div style="border:5px solid #35982e;"></div>

CSS Border Left color for the above div is #35982e

HTML with inline CSS

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

CSS Border Right color for the above div is #35982e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #35982e

HTML with inline CSS

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

CSS Border Top color for the above div is #35982e

HTML with inline CSS

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

#35982e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35982e Color code Preview on White Background

This is how #35982e Color code will look on white background color. Color contrast ratio is 3.70

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

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(53,152,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(145,46,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,152,46,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.