crispedge.com

Color picker

Loading...

#025f19 hex color - Green - Cool color - Information

#025f19 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #025f19 Color code in RGB color code model is created after adding 0.78% red color, 37.25% green color and 9.8% blue color. Hex #025f19 Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 0% magenta, 74% yellow and 63% black.

Hex #025f19 color code is between #006611 web safe hex color code and #005522 web safe hex color code. #006611 is the nearest web safe color code. You can see here many more shades of #025f19 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code025f19#025f19
RGB Decimal2, 95, 25rgb(2, 95, 25)
RGB Percent1%, 37%, 10%rgb(1%, 37%, 10%)
CSS RGBa2, 95, 25,1rgba(2,95,25,1)
CMYK Modelcmyk(98%,0%,74%,63%)
HSL Color Space135,96% ,19%hsl(135,96% ,19%)
HSV Color Space135°, 98%, 37%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000100101111100011001
Octal213731
Decimal29525
Hex025f19

Different shades of #025f19 color code.

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

Light Shade of #025f19
#039126
Dark Shade of #025f19
#012d0c
Saturated Shade of #025f19
#006118
Desaturated Shade of #025f19
#075a1b
Grey scale Shade of #025f19
#303030
Brighten Shade
#1b7832
Most Readable Shade
#FFFFFF

Shades of #025f19 color code

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

#025f19
#015416
#014913
#013f10
#01340d
#002a0b
#001f08
#001505
#000a02
#000000

Similar Color like #025f19 color

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

#03601a
#04611b
#05621c
#06631d
#07641e
#08651f
#096620
#0a6721
#0b6822
#0c6923
#0d6a24
#0e6b25
#0f6c26
#106d27
#015e18
#005d17
#005c16
#005b15
#005a14
#005913
#005812
#005711
#005610
#00550f
#00540e
#00530d
#00520c
#00510b

Monochromatic Color with #025f19

#025f19
#038924
#04b42f
#05de3b
#000a03
#01340e

Tints of #025f19 Color

#025f19
#1e7032
#3a824c
#569465
#72a67f
#8eb798
#aac9b2
#c6dbcb
#e2ede5
#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

#025f19
#5f0248

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

Split Complementary

#025f19
#48025f
#5f0219

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

Analogous Color

#105f02
#025f06
#025f19
#025f2c
#025f3e

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

#025f19
#19025f
#5f1902

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

#025f19
#02195f
#5f0248
#5f4702

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

#025f19
#5f0248
#5f0219
#025f48

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 #025f19 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.

#025f19 Color Code Preview on Black Background Color

This is how #025f19 Color will look on black background color. Color contrast ratio is 2.65

#025f19 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #025f19

HTML with inline CSS

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

Your Example Paragraph content text in with font color #025f19

#025f19 color code is use for CSS Background Color

Background color for the above div is #025f19

HTML with inline CSS

<div style="background-color:#025f19;"></div>

#025f19 color code is use for CSS Border Color

CSS Border color for the above div is #025f19

HTML with inline CSS

<div style="border:5px solid #025f19;"></div>

CSS Border Left color for the above div is #025f19

HTML with inline CSS

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

CSS Border Right color for the above div is #025f19

HTML with inline CSS

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

CSS Border Bottom color for the above div is #025f19

HTML with inline CSS

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

CSS Border Top color for the above div is #025f19

HTML with inline CSS

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

#025f19 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#025f19 Color code Preview on White Background

This is how #025f19 Color code will look on white background color. Color contrast ratio is 7.91

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

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(2,95,25,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,2,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(2,95,25,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.