crispedge.com

Color picker

Loading...

#01462f hex color - Green - Cool color - Information

#01462f hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #01462f Color code in RGB color code model is created after adding 0.39% red color, 27.45% green color and 18.43% blue color. Hex #01462f Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 33% yellow and 73% black.

Hex #01462f color code is between #004433 web safe hex color code and #005522 web safe hex color code. #004433 is the nearest web safe color code. You can see here many more shades of #01462f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 01462f #01462f
RGB Decimal 1, 70, 47 rgb(1, 70, 47)
RGB Percent 0%, 27%, 18% rgb(0%, 27%, 18%)
CSS RGBa 1, 70, 47,1 rgba(1,70,47,1)
CMYK Model cmyk(99%,0%,33%,73%)
HSL Color Space 160,97% ,14% hsl(160,97% ,14%)
HSV Color Space 160°, 99%, 27%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000001 01000110 00101111
Octal 1 106 57
Decimal 1 70 47
Hex 01 46 2f

Different shades of #01462f color code.

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

Light Shade of #01462f
#027851
Dark Shade of #01462f
#00140d
Saturated Shade of #01462f
#00472f
Desaturated Shade of #01462f
#05422e
Grey scale Shade of #01462f
#232323
Brighten Shade
#1a5f48
Most Readable Shade
#FFFFFF

Shades of #01462f color code

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

#01462f
#003e29
#003624
#002e1f
#00261a
#001f14
#00170f
#000f0a
#000705
#000000

Similar Color like #01462f color

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

#024730
#034831
#044932
#054a33
#064b34
#074c35
#084d36
#094e37
#0a4f38
#0b5039
#0c513a
#0d523b
#0e533c
#0f543d
#00452e
#00442d
#00432c
#00422b
#00412a
#004029
#003f28
#003e27
#003d26
#003c25
#003b24
#003a23
#003922
#003821

Monochromatic Color with #01462f

#01462f
#02704c
#029b68
#03c585
#03f0a1
#001b12

Tints of #01462f Color

#01462f
#1d5a46
#396f5d
#558374
#71988b
#8eaca2
#aac1b9
#c6d5d0
#e2eae7
#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

#01462f
#460118

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

Split Complementary

#01462f
#46013b
#460c01

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

Analogous Color

#014613
#014621
#01462f
#01463d
#014146

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

#01462f
#2f0146
#462f01

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

#01462f
#0c0146
#460118
#3a4601

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

#01462f
#460118
#460c01
#013b46

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 #01462f 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.

#01462f Color Code Preview on Black Background Color

This is how #01462f Color will look on black background color. Color contrast ratio is 1.92

#01462f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01462f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01462f

#01462f color code is use for CSS Background Color

Background color for the above div is #01462f

HTML with inline CSS

<div style="background-color:#01462f;"></div>

#01462f color code is use for CSS Border Color

CSS Border color for the above div is #01462f

HTML with inline CSS

<div style="border:5px solid #01462f;"></div>

CSS Border Left color for the above div is #01462f

HTML with inline CSS

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

CSS Border Right color for the above div is #01462f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #01462f

HTML with inline CSS

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

CSS Border Top color for the above div is #01462f

HTML with inline CSS

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

#01462f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#01462f Color code Preview on White Background

This is how #01462f Color code will look on white background color. Color contrast ratio is 10.95

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

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(1,70,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(70,1,24,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(1,70,47,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.