COLOR #02A530

HEX: #02A530
RGB: (2,165,48)

Color info

#02A530 contains mainly green color. Web safe color of #02A530 is #009933 (or #093).

RGB color model

#02A530 color RGB value is (2,165,48).

  • red value is 2;
  • green value is 165;
  • blue value is 48.
RGB:
(2,165,48)
(1%,65%,19%)

RGB channels and saturation

R 2 of 255 = 1%
G 165 of 255 = 65%
B 48 of 255 = 19%

2
165
48

R + G + B ~ 28%. #02A530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 165 + 48 = 215 (100%)
R 2 of 215 ~ 0.93%
G 165 of 215 ~ 76.74%
B 48 of 215 ~ 22.33%

%76.74
%22.33

CMYK color model

#02A530 color CMYK value is (99,0,71,35).

  • cyan value is 98.79%
  • magenta value is 0.00%
  • yellow value is 70.91%
  • key color value is 35.29%
CMYK:
(99,0,71,35)
C99M0Y71K35 
(99%,0%,71%,35%)
(0.99/0.00/0.71/0.35)	

CMYK percentages

%98.79
%0
%70.91
%35.29

Codes

Color #02A530 in popluar color models

02A530
RGB216548
HSL137°97.60%32.75%
HSB/HSV137°98.79%64.71%
CMYK98.79%0.00%70.91%
35.29%

Color #02A530 in popluar number systems.

HEX02A530
Decimal216548
Binary1010100101110000
Octal224560

Shades and tints

Shades of #02A530

#02A530
(2,165,48)
#02962C
(2,150,44)
#028728
(2,135,40)
#027824
(2,120,36)
#026920
(2,105,32)
#025A1C
(2,90,28)
#024B18
(2,75,24)
#023C14
(2,60,20)
#022D10
(2,45,16)
#021E0C
(2,30,12)
#020F08
(2,15,8)
#000000
(0,0,0)

Tints of #02A530

#02A530
(2,165,48)
#19AD42
(25,173,66)
#30B554
(48,181,84)
#47BD66
(71,189,102)
#5EC578
(94,197,120)
#75CD8A
(117,205,138)
#8CD59C
(140,213,156)
#A3DDAE
(163,221,174)
#BAE5C0
(186,229,192)
#D1EDD2
(209,237,210)
#E8F5E4
(232,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02A530 color. Also use rgb(2,165,48) instead hex code.

Text Font Color

.myTextColor { color: #02A530; }

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

This text font color is #02A530.


Background Color

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

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

This div background color is #02A530.


Border color

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

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

This div border color is #02A530.


Opacity

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

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

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

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

This text has shadow with #02A530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02A530 on black background.


Color preview on white background

This text has color #02A530 on white background.



Black color preview on #02A530 background

This text has black color on #02A530 background.


White color preview on #02A530 background

This text has white color on #02A530 background.