COLOR #02821B

HEX: #02821B
RGB: (2,130,27)

Color info

#02821B contains mainly green color. Web safe color of #02821B is #009933 (or #093).

RGB color model

#02821B color RGB value is (2,130,27).

  • red value is 2;
  • green value is 130;
  • blue value is 27.
RGB:
(2,130,27)
(1%,51%,11%)

RGB channels and saturation

R 2 of 255 = 1%
G 130 of 255 = 51%
B 27 of 255 = 11%

2
130
27

R + G + B ~ 21%. #02821B is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 130 + 27 = 159 (100%)
R 2 of 159 ~ 1.26%
G 130 of 159 ~ 81.76%
B 27 of 159 ~ 16.98%

%81.76
%16.98

CMYK color model

#02821B color CMYK value is (98,0,79,49).

  • cyan value is 98.46%
  • magenta value is 0.00%
  • yellow value is 79.23%
  • key color value is 49.02%
CMYK:
(98,0,79,49)
C98M0Y79K49 
(98%,0%,79%,49%)
(0.98/0.00/0.79/0.49)	

CMYK percentages

%98.46
%0
%79.23
%49.02

Codes

Color #02821B in popluar color models

02821B
RGB213027
HSL132°96.97%25.88%
HSB/HSV132°98.46%50.98%
CMYK98.46%0.00%79.23%
49.02%

Color #02821B in popluar number systems.

HEX02821B
Decimal213027
Binary101000001011011
Octal220233

Shades and tints

Shades of #02821B

#02821B
(2,130,27)
#027719
(2,119,25)
#026C17
(2,108,23)
#026115
(2,97,21)
#025613
(2,86,19)
#024B11
(2,75,17)
#02400F
(2,64,15)
#02350D
(2,53,13)
#022A0B
(2,42,11)
#021F09
(2,31,9)
#021407
(2,20,7)
#000000
(0,0,0)

Tints of #02821B

#02821B
(2,130,27)
#198D2F
(25,141,47)
#309843
(48,152,67)
#47A357
(71,163,87)
#5EAE6B
(94,174,107)
#75B97F
(117,185,127)
#8CC493
(140,196,147)
#A3CFA7
(163,207,167)
#BADABB
(186,218,187)
#D1E5CF
(209,229,207)
#E8F0E3
(232,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02821B color. Also use rgb(2,130,27) instead hex code.

Text Font Color

.myTextColor { color: #02821B; }

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

This text font color is #02821B.


Background Color

.myBgColor { background-color: #02821B; }

<div style="background-color:#02821B">Inner text</div>

This div background color is #02821B.


Border color

.myBorderColor { border: 1px solid #02821B; }

<div style="border:3px solid #02821B">Div</div>

This div border color is #02821B.


Opacity

.myOpacity80 { color: #02821B; opacity: 0.8; }

<p style="color:#02821B;opacity:0.8;">80%</p>

Text with #02821B 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 #02821B;}

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

This text has shadow with #02821B color.

.textShadow {text-shadow: 3px 3px 1px #02821B, 3px 3px 1px red;}

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

This text has shadow with #02821B primary color and red secondary color.


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

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

This text has shadow with #02821B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02821B on black background.


Color preview on white background

This text has color #02821B on white background.



Black color preview on #02821B background

This text has black color on #02821B background.


White color preview on #02821B background

This text has white color on #02821B background.