Skip to main content Skip to docs navigation

#0cb213 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Emerald Starling and its hex is #11BB11 Nearest Color Name

Color Hue/Base color: Green

Hex #0cb213 Color code in RGB color code model is created after adding 4.71% red color, 69.8% green color and 7.45% blue color. Hex #0cb213 Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 0% magenta, 89% yellow and 30.2% black.

Hex #0cb213 color code is between #11aa11 web safe hex color code and #00bb22 web safe hex color code. #11aa11 is the nearest web safe color code. You can see here many more shades of #0cb213 color code.

RGB Chart

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

Color Table

Hex Color Code 0cb213 #0cb213
RGB Decimal 12, 178, 19 12, 178, 19
RGB Percent 5%, 70%, 7% rgb(5%, 70%, 7%)
CSS RGBa 12, 178, 19,1 rgba(12,178,19,1)
CMYK Model cmyk(93%,0%,89%,30.2%)
HSL Color Space 123,87% ,37% hsl(123,87% ,37%)
HSV Color Space 123°, 93%, 70%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001100 10110010 00010011
Octal 14 262 23
Decimal 12 178 19
Hex 0c b2 13

Different shades of #0cb213 color code.

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

Darkest of #0cb213
#022304
Darker of #0cb213
#065209
Dark of #0cb213
#09820e
Base of #0cb213
#0cb213
Light of #0cb213
#0fe218
Lighter
#33f13b
Lightest
#63f469

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

#0cb213
#b20cab

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

Split Complementary

#0cb213
#660cb2
#b20c58

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

Analogous Color

#66b20c
#4ab20c
#0cb213
#0cb24a
#0cb28f

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

#0cb213
#b2130c
#130cb2

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

#0cb213
#130cb2
#b20cab
#abb20c

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#0cb213
#0c58b2
#b20cab
#b2660c

Square 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).

Monochromatic Color with #0cb213

#000000
#022304
#065209
#09820e
#0cb213
#0fe218
#33f13b
#63f469
#92f897

Tints of #0cb213 Color

#0cb213
#27ba2d
#42c347
#5dcb61
#78d47b
#93dc96
#aee5b0
#c9edca
#e4f6e4
#ffffff

Shades of #0cb213 color code

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

#0cb213
#0a9e10
#098a0e
#08760c
#06620a
#054f08
#043b06
#022704
#011302
#000000

Tones

#0cb213
#1f9f24
#328c36
#457947
#586659

Tones

Similar Color like #0cb213 color

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

#0db314
#0eb415
#0fb516
#10b617
#11b718
#12b819
#13b91a
#14ba1b
#15bb1c
#16bc1d
#17bd1e
#18be1f
#19bf20
#1ac021
#0bb112
#0ab011
#09af10
#08ae0f
#07ad0e
#06ac0d
#05ab0c
#04aa0b
#03a90a
#02a809
#01a708
#00a607
#00a506
#00a405

Download this Dark Green

Hex #0cb213 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.

#0cb213 Color Code Preview on Black Background Color

This is how #0cb213 Color will look on black background color. Color contrast ratio is 7.39

#0cb213 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0cb213

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0cb213

#0cb213 color code is use for CSS Background Color

Background color for the above div is #0cb213

HTML with inline CSS

<div style="background-color:#0cb213;"></div>

#0cb213 color code is use for CSS Border Color

CSS Border color for the above div is #0cb213

HTML with inline CSS

<div style="border:5px solid #0cb213;"></div>

CSS Border Left color for the above div is #0cb213

HTML with inline CSS

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

CSS Border Right color for the above div is #0cb213

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0cb213

HTML with inline CSS

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

CSS Border Top color for the above div is #0cb213

HTML with inline CSS

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

#0cb213 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0cb213 Color code Preview on White Background

This is how #0cb213 Color code will look on white background color. Color contrast ratio is 2.84

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(12,178,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,12,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(12,178,19,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }