crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#1f5f59 hex color - Green - Cool color - Information

#1f5f59 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #1f5f59 Color code in RGB color code model is created after adding 12.16% red color, 37.25% green color and 34.9% blue color. Hex #1f5f59 Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 0% magenta, 6% yellow and 63% black.

Hex #1f5f59 color code is between #226655 web safe hex color code and #115566 web safe hex color code. #226655 is the nearest web safe color code. You can see here many more shades of #1f5f59 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code1f5f59#1f5f59
RGB Decimal31, 95, 89rgb(31, 95, 89)
RGB Percent12%, 37%, 35%rgb(12%, 37%, 35%)
CSS RGBa31, 95, 89,1rgba(31,95,89,1)
CMYK Modelcmyk(67%,0%,6%,63%)
HSL Color Space174,51% ,25%hsl(174,51% ,25%)
HSV Color Space174°, 67%, 37%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000111110101111101011001
Octal37137131
Decimal319589
Hex1f5f59

Different shades of #1f5f59 color code.

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

Light Shade of #1f5f59
#2c857d
Dark Shade of #1f5f59
#123935
Saturated Shade of #1f5f59
#19655e
Desaturated Shade of #1f5f59
#255954
Grey scale Shade of #1f5f59
#3f3f3f
Brighten Shade
#387872
Most Readable Shade
#FFFFFF

Shades of #1f5f59 color code

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

#1f5f59
#1b544f
#184945
#143f3b
#113431
#0d2a27
#0a1f1d
#061513
#030a09
#000000

Similar Color like #1f5f59 color

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

#20605a
#21615b
#22625c
#23635d
#24645e
#25655f
#266660
#276761
#286862
#296963
#2a6a64
#2b6b65
#2c6c66
#2d6d67
#1e5e58
#1d5d57
#1c5c56
#1b5b55
#1a5a54
#195953
#185852
#175751
#165650
#15554f
#14544e
#13534d
#12524c
#11514b

Monochromatic Color with #1f5f59

#1f5f59
#2d8981
#3bb4a9
#49ded0
#030a09
#113431

Tints of #1f5f59 Color

#1f5f59
#37706b
#50827d
#699490
#82a6a2
#9bb7b5
#b4c9c7
#cddbda
#e6edec
#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

#1f5f59
#5f1f25

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

Split Complementary

#1f5f59
#5f1f45
#5f391f

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

Analogous Color

#1f5f3f
#1f5f4c
#1f5f59
#1f585f
#1f4b5f

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

#1f5f59
#591f5f
#5f591f

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

#1f5f59
#391f5f
#5f1f25
#455f1f

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

#1f5f59
#5f1f25
#5f391f
#1f455f

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 #1f5f59 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.

#1f5f59 Color Code Preview on Black Background Color

This is how #1f5f59 Color will look on black background color. Color contrast ratio is 2.84

#1f5f59 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1f5f59

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1f5f59

#1f5f59 color code is use for CSS Background Color

Background color for the above div is #1f5f59

HTML with inline CSS

<div style="background-color:#1f5f59;"></div>

#1f5f59 color code is use for CSS Border Color

CSS Border color for the above div is #1f5f59

HTML with inline CSS

<div style="border:5px solid #1f5f59;"></div>

CSS Border Left color for the above div is #1f5f59

HTML with inline CSS

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

CSS Border Right color for the above div is #1f5f59

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1f5f59

HTML with inline CSS

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

CSS Border Top color for the above div is #1f5f59

HTML with inline CSS

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

#1f5f59 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1f5f59 Color code Preview on White Background

This is how #1f5f59 Color code will look on white background color. Color contrast ratio is 7.40

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.