COLOR #020D04

HEX: #020D04
RGB: (2,13,4)

Color info

#020D04 contains red, green and blue colors in about the same proportion. Web safe color of #020D04 is #000000 (or #000).

RGB color model

#020D04 color RGB value is (2,13,4).

  • red value is 2;
  • green value is 13;
  • blue value is 4.
RGB:
(2,13,4)
(1%,5%,2%)

RGB channels and saturation

R 2 of 255 = 1%
G 13 of 255 = 5%
B 4 of 255 = 2%

2
13
4

R + G + B ~ 3%. #020D04 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 13 + 4 = 19 (100%)
R 2 of 19 ~ 10.53%
G 13 of 19 ~ 68.42%
B 4 of 19 ~ 21.05%

%10.53
%68.42
%21.05

CMYK color model

#020D04 color CMYK value is (85,0,69,95).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 94.90%
CMYK:
(85,0,69,95)
C85M0Y69K95 
(85%,0%,69%,95%)
(0.85/0.00/0.69/0.95)	

CMYK percentages

%84.62
%0
%69.23
%94.9

Codes

Color #020D04 in popluar color models

020D04
RGB2134
HSL131°73.33%2.94%
HSB/HSV131°84.62%5.10%
CMYK84.62%0.00%69.23%
94.90%

Color #020D04 in popluar number systems.

HEX020D04
Decimal2134
Binary101101100
Octal2154

Shades and tints

Shades of #020D04

#020D04
(2,13,4)
#020C04
(2,12,4)
#020B04
(2,11,4)
#020A04
(2,10,4)
#020904
(2,9,4)
#020804
(2,8,4)
#020704
(2,7,4)
#020604
(2,6,4)
#020504
(2,5,4)
#020404
(2,4,4)
#020304
(2,3,4)
#000000
(0,0,0)

Tints of #020D04

#020D04
(2,13,4)
#19231A
(25,35,26)
#303930
(48,57,48)
#474F46
(71,79,70)
#5E655C
(94,101,92)
#757B72
(117,123,114)
#8C9188
(140,145,136)
#A3A79E
(163,167,158)
#BABDB4
(186,189,180)
#D1D3CA
(209,211,202)
#E8E9E0
(232,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020D04 color. Also use rgb(2,13,4) instead hex code.

Text Font Color

.myTextColor { color: #020D04; }

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

This text font color is #020D04.


Background Color

.myBgColor { background-color: #020D04; }

<div style="background-color:#020D04">Inner text</div>

This div background color is #020D04.


Border color

.myBorderColor { border: 1px solid #020D04; }

<div style="border:3px solid #020D04">Div</div>

This div border color is #020D04.


Opacity

.myOpacity80 { color: #020D04; opacity: 0.8; }

<p style="color:#020D04;opacity:0.8;">80%</p>

Text with #020D04 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 #020D04;}

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

This text has shadow with #020D04 color.

.textShadow {text-shadow: 3px 3px 1px #020D04, 3px 3px 1px red;}

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

This text has shadow with #020D04 primary color and red secondary color.


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

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

This text has shadow with #020D04 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020D04 on black background.


Color preview on white background

This text has color #020D04 on white background.



Black color preview on #020D04 background

This text has black color on #020D04 background.


White color preview on #020D04 background

This text has white color on #020D04 background.