crispedge.com

Color picker

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

#2c5d15 hex color - Green - Cool color - Information

#2c5d15 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #2c5d15 Color code in RGB color code model is created after adding 17.25% red color, 36.47% green color and 8.24% blue color. Hex #2c5d15 Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 0% magenta, 77% yellow and 64% black.

Hex #2c5d15 color code is between #335511 web safe hex color code and #226622 web safe hex color code. #335511 is the nearest web safe color code. You can see here many more shades of #2c5d15 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code2c5d15#2c5d15
RGB Decimal44, 93, 21rgb(44, 93, 21)
RGB Percent17%, 36%, 8%rgb(17%, 36%, 8%)
CSS RGBa44, 93, 21,1rgba(44,93,21,1)
CMYK Modelcmyk(53%,0%,77%,64%)
HSL Color Space101,63% ,22%hsl(101,63% ,22%)
HSV Color Space101°, 77%, 36%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001011000101110100010101
Octal5413525
Decimal449321
Hex2c5d15

Different shades of #2c5d15 color code.

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

Light Shade of #2c5d15
#40871e
Dark Shade of #2c5d15
#18330c
Saturated Shade of #2c5d15
#2a630f
Desaturated Shade of #2c5d15
#2e571b
Grey scale Shade of #2c5d15
#393939
Brighten Shade
#45762e
Most Readable Shade
#FFFFFF

Shades of #2c5d15 color code

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

#2c5d15
#275212
#224810
#1d3e0e
#18330b
#132909
#0e1f07
#091404
#040a02
#000000

Similar Color like #2c5d15 color

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

#2d5e16
#2e5f17
#2f6018
#306119
#31621a
#32631b
#33641c
#34651d
#35661e
#36671f
#376820
#386921
#396a22
#3a6b23
#2b5c14
#2a5b13
#295a12
#285911
#275810
#26570f
#25560e
#24550d
#23540c
#22530b
#21520a
#205109
#1f5008
#1e4f07

Monochromatic Color with #2c5d15

#2c5d15
#40871f
#54b228
#68dc32
#040802
#18320b

Tints of #2c5d15 Color

#2c5d15
#436f2f
#5a8149
#729363
#89a57d
#a1b797
#b8c9b1
#d0dbcb
#e7ede5
#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

#2c5d15
#46155d

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

Split Complementary

#2c5d15
#22155d
#5d1550

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

Analogous Color

#495d15
#3a5d15
#2c5d15
#1e5d15
#155d1b

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

#2c5d15
#152c5d
#5d152c

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

#2c5d15
#15505d
#46155d
#5d2215

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

#2c5d15
#46155d
#5d1550
#155d22

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 #2c5d15 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.

#2c5d15 Color Code Preview on Black Background Color

This is how #2c5d15 Color will look on black background color. Color contrast ratio is 2.68

#2c5d15 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2c5d15

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2c5d15

#2c5d15 color code is use for CSS Background Color

Background color for the above div is #2c5d15

HTML with inline CSS

<div style="background-color:#2c5d15;"></div>

#2c5d15 color code is use for CSS Border Color

CSS Border color for the above div is #2c5d15

HTML with inline CSS

<div style="border:5px solid #2c5d15;"></div>

CSS Border Left color for the above div is #2c5d15

HTML with inline CSS

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

CSS Border Right color for the above div is #2c5d15

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2c5d15

HTML with inline CSS

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

CSS Border Top color for the above div is #2c5d15

HTML with inline CSS

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

#2c5d15 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2c5d15 Color code Preview on White Background

This is how #2c5d15 Color code will look on white background color. Color contrast ratio is 7.83

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

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.