COLOR #02B65A

HEX: #02B65A
RGB: (2,182,90)

Color info

#02B65A contains mainly green color. Web safe color of #02B65A is #00CC66 (or #0C6).

RGB color model

#02B65A color RGB value is (2,182,90).

  • red value is 2;
  • green value is 182;
  • blue value is 90.
RGB:
(2,182,90)
(1%,71%,35%)

RGB channels and saturation

R 2 of 255 = 1%
G 182 of 255 = 71%
B 90 of 255 = 35%

2
182
90

R + G + B ~ 36%. #02B65A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 182 + 90 = 274 (100%)
R 2 of 274 ~ 0.73%
G 182 of 274 ~ 66.42%
B 90 of 274 ~ 32.85%

%66.42
%32.85

CMYK color model

#02B65A color CMYK value is (99,0,51,29).

  • cyan value is 98.90%
  • magenta value is 0.00%
  • yellow value is 50.55%
  • key color value is 28.63%
CMYK:
(99,0,51,29)
C99M0Y51K29 
(99%,0%,51%,29%)
(0.99/0.00/0.51/0.29)	

CMYK percentages

%98.9
%0
%50.55
%28.63

Codes

Color #02B65A in popluar color models

02B65A
RGB218290
HSL149°97.83%36.08%
HSB/HSV149°98.90%71.37%
CMYK98.90%0.00%50.55%
28.63%

Color #02B65A in popluar number systems.

HEX02B65A
Decimal218290
Binary10101101101011010
Octal2266132

Shades and tints

Shades of #02B65A

#02B65A
(2,182,90)
#02A652
(2,166,82)
#02964A
(2,150,74)
#028642
(2,134,66)
#02763A
(2,118,58)
#026632
(2,102,50)
#02562A
(2,86,42)
#024622
(2,70,34)
#02361A
(2,54,26)
#022612
(2,38,18)
#02160A
(2,22,10)
#000000
(0,0,0)

Tints of #02B65A

#02B65A
(2,182,90)
#19BC69
(25,188,105)
#30C278
(48,194,120)
#47C887
(71,200,135)
#5ECE96
(94,206,150)
#75D4A5
(117,212,165)
#8CDAB4
(140,218,180)
#A3E0C3
(163,224,195)
#BAE6D2
(186,230,210)
#D1ECE1
(209,236,225)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02B65A color. Also use rgb(2,182,90) instead hex code.

Text Font Color

.myTextColor { color: #02B65A; }

<p style="color:#02B65A">This sample text font color is #02B65A.</p>

This text font color is #02B65A.


Background Color

.myBgColor { background-color: #02B65A; }

<div style="background-color:#02B65A">Inner text</div>

This div background color is #02B65A.


Border color

.myBorderColor { border: 1px solid #02B65A; }

<div style="border:3px solid #02B65A">Div</div>

This div border color is #02B65A.


Opacity

.myOpacity80 { color: #02B65A; opacity: 0.8; }

<p style="color:#02B65A;opacity:0.8;">80%</p>

Text with #02B65A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #02B65A;}

<p style="text-shadow: 3px 3px 1px #02B65A">Text here.</p>

This text has shadow with #02B65A color.

.textShadow {text-shadow: 3px 3px 1px #02B65A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #02B65A, 5px 5px 20px red">Text here.</p>

This text has shadow with #02B65A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#02B65A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#02B65A, Direction=45, Strength=4)">Text</p>

This text has shadow with #02B65A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #02B65A;
  -webkit-box-shadow:	1px 1px 3px 2px #02B65A;
  box-shadow:		1px 1px 3px 2px #02B65A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #02B65A;
-webkit-box-shadow: 1px 1px 3px 2px #02B65A;
box-shadow:1px 1px 3px 2px #02B65A;">
Div content here</div>
This div box has shadow with color #02B65A.

Preview

Color preview on black background

This text has color #02B65A on black background.


Color preview on white background

This text has color #02B65A on white background.



Black color preview on #02B65A background

This text has black color on #02B65A background.


White color preview on #02B65A background

This text has white color on #02B65A background.