crispedge.com

Color picker

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

#002a3c hex color - Green - Cool color - Information

#002a3c hex color - Green - Cool color

Color Hue/Base color: Green

Hex #002a3c Color code in RGB color code model is created after adding 0% red color, 16.47% green color and 23.53% blue color. Hex #002a3c Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 30% magenta, 0% yellow and 76% black.

Hex #002a3c color code is between #002244 web safe hex color code and #003333 web safe hex color code. #002244 is the nearest web safe color code. You can see here many more shades of #002a3c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code002a3c#002a3c
RGB Decimal0, 42, 60rgb(0, 42, 60)
RGB Percent0%, 16%, 24%rgb(0%, 16%, 24%)
CSS RGBa0, 42, 60,1rgba(0,42,60,1)
CMYK Modelcmyk(100%,30%,0%,76%)
HSL Color Space198,100% ,12%hsl(198,100% ,12%)
HSV Color Space198°, 100%, 24%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000010101000111100
Octal05274
Decimal04260
Hex002a3c

Different shades of #002a3c color code.

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

Light Shade of #002a3c
#004e6f
Dark Shade of #002a3c
#000609
Saturated Shade of #002a3c
#002a3c
Desaturated Shade of #002a3c
#032939
Grey scale Shade of #002a3c
#1e1e1e
Brighten Shade
#194355
Most Readable Shade
#FFFFFF

Shades of #002a3c color code

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

#002a3c
#002535
#00202e
#001c28
#001721
#00121a
#000e14
#00090d
#000406
#000000

Similar Color like #002a3c color

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

#012b3d
#022c3e
#032d3f
#042e40
#052f41
#063042
#073143
#083244
#093345
#0a3446
#0b3547
#0c3648
#0d3749
#0e384a
#00293b
#00283a
#002739
#002638
#002537
#002436
#002335
#002234
#002133
#002032
#001f31
#001e30
#001d2f
#001c2e

Monochromatic Color with #002a3c

#002a3c
#004866
#006591
#0083bb
#00a1e6
#000c11

Tints of #002a3c Color

#002a3c
#1c4151
#385967
#55717d
#718892
#8da0a8
#aab8be
#c6cfd3
#e2e7e9
#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

#002a3c
#3c1200

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

Split Complementary

#002a3c
#3c000c
#3c3000

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

Analogous Color

#003c36
#00363c
#002a3c
#001e3c
#00123c

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

#002a3c
#3c002a
#2a3c00

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

#002a3c
#30003c
#3c1200
#0c3c00

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

#002a3c
#3c1200
#3c3000
#000c3c

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 #002a3c 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.

#002a3c Color Code Preview on Black Background Color

This is how #002a3c Color will look on black background color. Color contrast ratio is 1.40

#002a3c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #002a3c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #002a3c

#002a3c color code is use for CSS Background Color

Background color for the above div is #002a3c

HTML with inline CSS

<div style="background-color:#002a3c;"></div>

#002a3c color code is use for CSS Border Color

CSS Border color for the above div is #002a3c

HTML with inline CSS

<div style="border:5px solid #002a3c;"></div>

CSS Border Left color for the above div is #002a3c

HTML with inline CSS

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

CSS Border Right color for the above div is #002a3c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #002a3c

HTML with inline CSS

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

CSS Border Top color for the above div is #002a3c

HTML with inline CSS

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

#002a3c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#002a3c Color code Preview on White Background

This is how #002a3c Color code will look on white background color. Color contrast ratio is 15.04

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

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.