crispedge.com

Color picker

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

#02855b hex color - Green - Cool color - Information

#02855b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #02855b Color code in RGB color code model is created after adding 0.78% red color, 52.16% green color and 35.69% blue color. Hex #02855b Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 0% magenta, 32% yellow and 48% black.

Hex #02855b color code is between #008855 web safe hex color code and #007766 web safe hex color code. #008855 is the nearest web safe color code. You can see here many more shades of #02855b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code02855b#02855b
RGB Decimal2, 133, 91rgb(2, 133, 91)
RGB Percent1%, 52%, 36%rgb(1%, 52%, 36%)
CSS RGBa2, 133, 91,1rgba(2,133,91,1)
CMYK Modelcmyk(98%,0%,32%,48%)
HSL Color Space161,97% ,26%hsl(161,97% ,26%)
HSV Color Space161°, 98%, 52%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000101000010101011011
Octal2205133
Decimal213391
Hex02855b

Different shades of #02855b color code.

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

Light Shade of #02855b
#03b77d
Dark Shade of #02855b
#015339
Saturated Shade of #02855b
#00875c
Desaturated Shade of #02855b
#097e59
Grey scale Shade of #02855b
#434343
Brighten Shade
#1b9e74
Most Readable Shade
#FFFFFF

Shades of #02855b color code

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

#02855b
#017650
#016746
#01583c
#014932
#003b28
#002c1e
#001d14
#000e0a
#000000

Similar Color like #02855b color

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

#03865c
#04875d
#05885e
#06895f
#078a60
#088b61
#098c62
#0a8d63
#0b8e64
#0c8f65
#0d9066
#0e9167
#0f9268
#109369
#01845a
#008359
#008258
#008157
#008056
#007f55
#007e54
#007d53
#007c52
#007b51
#007a50
#00794f
#00784e
#00774d

Monochromatic Color with #02855b

#02855b
#03af78
#03da95
#000504
#013021
#015a3e

Tints of #02855b Color

#02855b
#1e926d
#3aa07f
#56ad91
#72bba3
#8ec8b6
#aad6c8
#c6e3da
#e2f1ec
#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

#02855b
#85022c

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

Split Complementary

#02855b
#85026e
#851a02

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

Analogous Color

#028527
#028541
#02855b
#028575
#027b85

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

#02855b
#5b0285
#855b02

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

#02855b
#1a0285
#85022c
#6d8502

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

#02855b
#85022c
#851a02
#026e85

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 #02855b 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.

#02855b Color Code Preview on Black Background Color

This is how #02855b Color will look on black background color. Color contrast ratio is 4.51

#02855b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02855b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02855b

#02855b color code is use for CSS Background Color

Background color for the above div is #02855b

HTML with inline CSS

<div style="background-color:#02855b;"></div>

#02855b color code is use for CSS Border Color

CSS Border color for the above div is #02855b

HTML with inline CSS

<div style="border:5px solid #02855b;"></div>

CSS Border Left color for the above div is #02855b

HTML with inline CSS

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

CSS Border Right color for the above div is #02855b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #02855b

HTML with inline CSS

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

CSS Border Top color for the above div is #02855b

HTML with inline CSS

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

#02855b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#02855b Color code Preview on White Background

This is how #02855b Color code will look on white background color. Color contrast ratio is 4.66

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

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.