crispedge.com

Color picker

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

#047b48 hex color - Green - Cool color - Information

#047b48 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #047b48 Color code in RGB color code model is created after adding 1.57% red color, 48.24% green color and 28.24% blue color. Hex #047b48 Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 0% magenta, 41% yellow and 52% black.

Hex #047b48 color code is between #007744 web safe hex color code and #008855 web safe hex color code. #007744 is the nearest web safe color code. You can see here many more shades of #047b48 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code047b48#047b48
RGB Decimal4, 123, 72rgb(4, 123, 72)
RGB Percent2%, 48%, 28%rgb(2%, 48%, 28%)
CSS RGBa4, 123, 72,1rgba(4,123,72,1)
CMYK Modelcmyk(97%,0%,41%,52%)
HSL Color Space154,94% ,25%hsl(154,94% ,25%)
HSV Color Space154°, 97%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001000111101101001000
Octal4173110
Decimal412372
Hex047b48

Different shades of #047b48 color code.

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

Light Shade of #047b48
#06ac65
Dark Shade of #047b48
#024a2b
Saturated Shade of #047b48
#007f49
Desaturated Shade of #047b48
#0a7547
Grey scale Shade of #047b48
#3f3f3f
Brighten Shade
#1d9461
Most Readable Shade
#FFFFFF

Shades of #047b48 color code

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

#047b48
#036d40
#035f38
#025230
#024428
#013620
#012918
#001b10
#000d08
#000000

Similar Color like #047b48 color

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

#057c49
#067d4a
#077e4b
#087f4c
#09804d
#0a814e
#0b824f
#0c8350
#0d8451
#0e8552
#0f8653
#108754
#118855
#128956
#037a47
#027946
#017845
#007744
#007643
#007542
#007441
#007340
#00723f
#00713e
#00703d
#006f3c
#006e3b
#006d3a

Monochromatic Color with #047b48

#047b48
#05a561
#07d07a
#08fa93
#012616
#03502f

Tints of #047b48 Color

#047b48
#1f895c
#3b9870
#57a785
#73b599
#8fc4ad
#abd3c2
#c7e1d6
#e3f0ea
#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

#047b48
#7b0437

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

Split Complementary

#047b48
#7b0473
#7b0c04

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

Analogous Color

#047b18
#047b30
#047b48
#047b60
#047b78

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

#047b48
#48047b
#7b4804

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

#047b48
#0c047b
#7b0437
#727b04

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

#047b48
#7b0437
#7b0c04
#04737b

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 #047b48 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.

#047b48 Color Code Preview on Black Background Color

This is how #047b48 Color will look on black background color. Color contrast ratio is 3.93

#047b48 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #047b48

HTML with inline CSS

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

Your Example Paragraph content text in with font color #047b48

#047b48 color code is use for CSS Background Color

Background color for the above div is #047b48

HTML with inline CSS

<div style="background-color:#047b48;"></div>

#047b48 color code is use for CSS Border Color

CSS Border color for the above div is #047b48

HTML with inline CSS

<div style="border:5px solid #047b48;"></div>

CSS Border Left color for the above div is #047b48

HTML with inline CSS

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

CSS Border Right color for the above div is #047b48

HTML with inline CSS

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

CSS Border Bottom color for the above div is #047b48

HTML with inline CSS

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

CSS Border Top color for the above div is #047b48

HTML with inline CSS

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

#047b48 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#047b48 Color code Preview on White Background

This is how #047b48 Color code will look on white background color. Color contrast ratio is 5.34

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

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.