crispedge.com

Color picker

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

#073a29 hex color - Green - Cool color - Information

#073a29 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #073a29 Color code in RGB color code model is created after adding 2.75% red color, 22.75% green color and 16.08% blue color. Hex #073a29 Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 0% magenta, 29% yellow and 77% black.

Hex #073a29 color code is between #003322 web safe hex color code and #004433 web safe hex color code. #003322 is the nearest web safe color code. You can see here many more shades of #073a29 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code073a29#073a29
RGB Decimal7, 58, 41rgb(7, 58, 41)
RGB Percent3%, 23%, 16%rgb(3%, 23%, 16%)
CSS RGBa7, 58, 41,1rgba(7,58,41,1)
CMYK Modelcmyk(88%,0%,29%,77%)
HSL Color Space160,78% ,13%hsl(160,78% ,13%)
HSV Color Space160°, 88%, 23%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001110011101000101001
Octal77251
Decimal75841
Hex073a29

Different shades of #073a29 color code.

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

Light Shade of #073a29
#0c6749
Dark Shade of #073a29
#020c09
Saturated Shade of #073a29
#043d2a
Desaturated Shade of #073a29
#0a3728
Grey scale Shade of #073a29
#202020
Brighten Shade
#205342
Most Readable Shade
#FFFFFF

Shades of #073a29 color code

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

#073a29
#063324
#052d1f
#04261b
#032016
#031912
#02130d
#010c09
#000604
#000000

Similar Color like #073a29 color

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

#083b2a
#093c2b
#0a3d2c
#0b3e2d
#0c3f2e
#0d402f
#0e4130
#0f4231
#104332
#114433
#124534
#134635
#144736
#154837
#063928
#053827
#043726
#033625
#023524
#013423
#003322
#003221
#003120
#00301f
#002f1e
#002e1d
#002d1c
#002c1b

Monochromatic Color with #073a29

#073a29
#0c6447
#118f65
#16b983
#1ce4a1
#020f0b

Tints of #073a29 Color

#073a29
#224f40
#3e6558
#597b70
#759188
#90a79f
#acbdb7
#c7d3cf
#e3e9e7
#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

#073a29
#3a0718

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

Split Complementary

#073a29
#3a0732
#3a1007

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

Analogous Color

#073a15
#073a1f
#073a29
#073a33
#07373a

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

#073a29
#29073a
#3a2907

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

#073a29
#0f073a
#3a0718
#313a07

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

#073a29
#3a0718
#3a1007
#07323a

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 #073a29 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.

#073a29 Color Code Preview on Black Background Color

This is how #073a29 Color will look on black background color. Color contrast ratio is 1.65

#073a29 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #073a29

HTML with inline CSS

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

Your Example Paragraph content text in with font color #073a29

#073a29 color code is use for CSS Background Color

Background color for the above div is #073a29

HTML with inline CSS

<div style="background-color:#073a29;"></div>

#073a29 color code is use for CSS Border Color

CSS Border color for the above div is #073a29

HTML with inline CSS

<div style="border:5px solid #073a29;"></div>

CSS Border Left color for the above div is #073a29

HTML with inline CSS

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

CSS Border Right color for the above div is #073a29

HTML with inline CSS

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

CSS Border Bottom color for the above div is #073a29

HTML with inline CSS

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

CSS Border Top color for the above div is #073a29

HTML with inline CSS

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

#073a29 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#073a29 Color code Preview on White Background

This is how #073a29 Color code will look on white background color. Color contrast ratio is 12.76

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.