COLOR #020E00

HEX: #020E00 RGB: (2,14,0)

Color info

#020E00 contains only red and green colors. Web safe color of #020E00 is #000000 (or #000).

RGB color model

#020E00 color RGB value is (2,14,0).

RGB: (2,14,0) (1%, 5%, 0%)

RGB channels and saturation

R 2 of 255 = 1%
G 14 of 255 = 5%
B 0 of 255 = 0%

2
14
0

R + G + B ~ 2%. #020E00 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 14 + 0 = 16 (100%)
R 2 of 16 ~ 12.5%
G 14 of 16 ~ 87.5%
B 0 of 16 ~ 0'%

%12.5
%87.5

CMYK color model

#020E00 color CMYK value is (86,0,100,95).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 94.51%

CMYK: (86,0,100,95)
C86M0Y100K95 (86%, 0%, 100%, 95%)
(0.86 / 0.00 / 1.00 / 0.95)

CMYK percentages

%85.71
%0
%100
%94.51

Codes

Color #020E00 in popluar color models

02 0E 00
RGB 2 14 0
HSL 111° 100.00% 2.75%
HSB/HSV 111° 100.00% 5.49%
CMYK 85.71% 0.00% 100.00%
94.51%

Color #020E00 in popluar number systems.

HEX 02 0E 00
Decimal 2 14 0
Binary 10 1110 0
Octal 2 16 0

Shades and tints

Shades of #020E00

#020E00
(2,14,0)
#020D00
(2,13,0)
#020C00
(2,12,0)
#020B00
(2,11,0)
#020A00
(2,10,0)
#020900
(2,9,0)
#020800
(2,8,0)
#020700
(2,7,0)
#020600
(2,6,0)
#020500
(2,5,0)
#020400
(2,4,0)
#000000
(0,0,0)

Tints of #020E00

#020E00
(2,14,0)
#192317
(25,35,23)
#30382E
(48,56,46)
#474D45
(71,77,69)
#5E625C
(94,98,92)
#757773
(117,119,115)
#8C8C8A
(140,140,138)
#A3A1A1
(163,161,161)
#BAB6B8
(186,182,184)
#D1CBCF
(209,203,207)
#E8E0E6
(232,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020E00 color. Also use rgb(2,14,0) instead hex code.

Text Font Color

.myTextColor { color: #020E00; }

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

This text font color is #020E00.

Background Color

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

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

This div background color is #020E00.

Border color

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

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

This div border color is #020E00.

Opacity

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

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

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

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

This text has shadow with #020E00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020E00.

Preview

Color preview on black background

This text has color #020E00 on black background.


Color preview on white background

This text has color #020E00 on white background.


Black color preview on #020E00 background

This text has black color on #020E00 background.


White color preview on #020E00 background

This text has white color on #020E00 background.


Related colors

Complementary color

Complementary color for #hex is #FDF1FF.


I love getcolorcode.com

Triadic colors

1 #00020E and #0E0002 with #020E00 are triadic colors.

2 #000E02 and #0E0200 with #020E00 are triadic colors.