crispedge.com

Color picker

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

#0c1b02 hex color - Green - Cool color - Information

#0c1b02 hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #0c1b02 color code is between #112200 web safe hex color code and #001100 web safe hex color code. #112200 is the nearest web safe color code. You can see here many more shades of #0c1b02 color code.

0 Likes 0 Comments | 11 Views

Color Table

Hex Color Code0c1b02#0c1b02
RGB Decimal12, 27, 2rgb(12, 27, 2)
RGB Percent5%, 11%, 1%rgb(5%, 11%, 1%)
CSS RGBa12, 27, 2,1rgba(12,27,2,1)
CMYK Modelcmyk(56%,0%,93%,89%)
HSL Color Space96,86% ,6%hsl(96,86% ,6%)
HSV Color Space96°, 93%, 11%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011000001101100000010
Octal14332
Decimal12272
Hex0c1b02

Different shades of #0c1b02 color code.

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

Light Shade of #0c1b02
#214a06
Dark Shade of #0c1b02
#000000
Saturated Shade of #0c1b02
#0c1c01
Desaturated Shade of #0c1b02
#0c1a03
Grey scale Shade of #0c1b02
#0e0e0e
Brighten Shade
#25341b
Most Readable Shade
#FFFFFF

Shades of #0c1b02 color code

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

#0c1b02
#0a1801
#091501
#081201
#060f01
#050c00
#040900
#020600
#010300
#000000

Similar Color like #0c1b02 color

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

#0d1c03
#0e1d04
#0f1e05
#101f06
#112007
#122108
#132209
#14230a
#15240b
#16250c
#17260d
#18270e
#19280f
#1a2910
#0b1a01
#0a1900
#091800
#081700
#071600
#061500
#051400
#041300
#031200
#021100
#011000
#000f00
#000e00
#000d00

Monochromatic Color with #0c1b02

#0c1b02
#1f4505
#327008
#459a0b
#58c50f
#6aef12

Tints of #0c1b02 Color

#0c1b02
#27341e
#424d3a
#5d6756
#788072
#93998e
#aeb3aa
#c9ccc6
#e4e5e2
#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

#0c1b02
#11021b

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

Split Complementary

#0c1b02
#04021b
#1b0219

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

Analogous Color

#161b02
#111b02
#0c1b02
#071b02
#021b02

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

#0c1b02
#020c1b
#1b020c

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

#0c1b02
#02181b
#11021b
#1b0402

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

#0c1b02
#11021b
#1b0219
#021b04

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 #0c1b02 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.

#0c1b02 Color Code Preview on Black Background Color

This is how #0c1b02 Color will look on black background color. Color contrast ratio is 1.17

#0c1b02 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0c1b02 color code is use for CSS Background Color

Background color for the above div is #0c1b02

HTML with inline CSS

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

#0c1b02 color code is use for CSS Border Color

CSS Border color for the above div is #0c1b02

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0c1b02 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0c1b02 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 11 Views

Post your comment:-

By submitting comment you agree to our privacy policy.