COLOR #021E12

HEX: #021E12
RGB: (2,30,18)

Color info

#021E12 contains red, green and blue colors in about the same proportion. Web safe color of #021E12 is #003300 (or #030).

RGB color model

#021E12 color RGB value is (2,30,18).

  • red value is 2;
  • green value is 30;
  • blue value is 18.
RGB:
(2,30,18)
(1%,12%,7%)

RGB channels and saturation

R 2 of 255 = 1%
G 30 of 255 = 12%
B 18 of 255 = 7%

2
30
18

R + G + B ~ 7%. #021E12 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 30 + 18 = 50 (100%)
R 2 of 50 ~ 4%
G 30 of 50 ~ 60%
B 18 of 50 ~ 36%

%60
%36

CMYK color model

#021E12 color CMYK value is (93,0,40,88).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 88.24%
CMYK:
(93,0,40,88)
C93M0Y40K88 
(93%,0%,40%,88%)
(0.93/0.00/0.40/0.88)	

CMYK percentages

%93.33
%0
%40
%88.24

Codes

Color #021E12 in popluar color models

021E12
RGB23018
HSL154°87.50%6.27%
HSB/HSV154°93.33%11.76%
CMYK93.33%0.00%40.00%
88.24%

Color #021E12 in popluar number systems.

HEX021E12
Decimal23018
Binary101111010010
Octal23622

Shades and tints

Shades of #021E12

#021E12
(2,30,18)
#021C11
(2,28,17)
#021A10
(2,26,16)
#02180F
(2,24,15)
#02160E
(2,22,14)
#02140D
(2,20,13)
#02120C
(2,18,12)
#02100B
(2,16,11)
#020E0A
(2,14,10)
#020C09
(2,12,9)
#020A08
(2,10,8)
#000000
(0,0,0)

Tints of #021E12

#021E12
(2,30,18)
#193227
(25,50,39)
#30463C
(48,70,60)
#475A51
(71,90,81)
#5E6E66
(94,110,102)
#75827B
(117,130,123)
#8C9690
(140,150,144)
#A3AAA5
(163,170,165)
#BABEBA
(186,190,186)
#D1D2CF
(209,210,207)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021E12 color. Also use rgb(2,30,18) instead hex code.

Text Font Color

.myTextColor { color: #021E12; }

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

This text font color is #021E12.


Background Color

.myBgColor { background-color: #021E12; }

<div style="background-color:#021E12">Inner text</div>

This div background color is #021E12.


Border color

.myBorderColor { border: 1px solid #021E12; }

<div style="border:3px solid #021E12">Div</div>

This div border color is #021E12.


Opacity

.myOpacity80 { color: #021E12; opacity: 0.8; }

<p style="color:#021E12;opacity:0.8;">80%</p>

Text with #021E12 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 #021E12;}

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

This text has shadow with #021E12 color.

.textShadow {text-shadow: 3px 3px 1px #021E12, 3px 3px 1px red;}

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

This text has shadow with #021E12 primary color and red secondary color.


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

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

This text has shadow with #021E12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021E12 on black background.


Color preview on white background

This text has color #021E12 on white background.



Black color preview on #021E12 background

This text has black color on #021E12 background.


White color preview on #021E12 background

This text has white color on #021E12 background.