COLOR #02B760

HEX: #02B760
RGB: (2,183,96)

Color info

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

RGB color model

#02B760 color RGB value is (2,183,96).

  • red value is 2;
  • green value is 183;
  • blue value is 96.
RGB:
(2,183,96)
(1%,72%,38%)

RGB channels and saturation

R 2 of 255 = 1%
G 183 of 255 = 72%
B 96 of 255 = 38%

2
183
96

R + G + B ~ 37%. #02B760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 183 + 96 = 281 (100%)
R 2 of 281 ~ 0.71%
G 183 of 281 ~ 65.12%
B 96 of 281 ~ 34.16%

%65.12
%34.16

CMYK color model

#02B760 color CMYK value is (99,0,48,28).

  • cyan value is 98.91%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 28.24%
CMYK:
(99,0,48,28)
C99M0Y48K28 
(99%,0%,48%,28%)
(0.99/0.00/0.48/0.28)	

CMYK percentages

%98.91
%0
%47.54
%28.24

Codes

Color #02B760 in popluar color models

02B760
RGB218396
HSL151°97.84%36.27%
HSB/HSV151°98.91%71.76%
CMYK98.91%0.00%47.54%
28.24%

Color #02B760 in popluar number systems.

HEX02B760
Decimal218396
Binary10101101111100000
Octal2267140

Shades and tints

Shades of #02B760

#02B760
(2,183,96)
#02A758
(2,167,88)
#029750
(2,151,80)
#028748
(2,135,72)
#027740
(2,119,64)
#026738
(2,103,56)
#025730
(2,87,48)
#024728
(2,71,40)
#023720
(2,55,32)
#022718
(2,39,24)
#021710
(2,23,16)
#000000
(0,0,0)

Tints of #02B760

#02B760
(2,183,96)
#19BD6E
(25,189,110)
#30C37C
(48,195,124)
#47C98A
(71,201,138)
#5ECF98
(94,207,152)
#75D5A6
(117,213,166)
#8CDBB4
(140,219,180)
#A3E1C2
(163,225,194)
#BAE7D0
(186,231,208)
#D1EDDE
(209,237,222)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02B760 color. Also use rgb(2,183,96) instead hex code.

Text Font Color

.myTextColor { color: #02B760; }

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

This text font color is #02B760.


Background Color

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

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

This div background color is #02B760.


Border color

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

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

This div border color is #02B760.


Opacity

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

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

Text with #02B760 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 #02B760;}

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

This text has shadow with #02B760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02B760 on black background.


Color preview on white background

This text has color #02B760 on white background.



Black color preview on #02B760 background

This text has black color on #02B760 background.


White color preview on #02B760 background

This text has white color on #02B760 background.