COLOR #002E03

HEX: #002E03
RGB: (0,46,3)

Color info

#002E03 contains only green and blue colors. Web safe color of #002E03 is #003300 (or #030).

RGB color model

#002E03 color RGB value is (0,46,3).

  • red value is 0;
  • green value is 46;
  • blue value is 3.
RGB:
(0,46,3)
(0%,18%,1%)

RGB channels and saturation

R 0 of 255 = 0%
G 46 of 255 = 18%
B 3 of 255 = 1%

0
46
3

R + G + B ~ 6%. #002E03 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 46 + 3 = 49 (100%)
R 0 of 49 ~ 0%
G 46 of 49 ~ 93.88%
B 3 of 49 ~ 6.12%

%93.88

CMYK color model

#002E03 color CMYK value is (100,0,93,82).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 93.48%
  • key color value is 81.96%
CMYK:
(100,0,93,82)
C100M0Y93K82 
(100%,0%,93%,82%)
(1.00/0.00/0.93/0.82)	

CMYK percentages

%100
%0
%93.48
%81.96

Codes

Color #002E03 in popluar color models

002E03
RGB0463
HSL124°100.00%9.02%
HSB/HSV124°100.00%18.04%
CMYK100.00%0.00%93.48%
81.96%

Color #002E03 in popluar number systems.

HEX002E03
Decimal0463
Binary010111011
Octal0563

Shades and tints

Shades of #002E03

#002E03
(0,46,3)
#002A03
(0,42,3)
#002603
(0,38,3)
#002203
(0,34,3)
#001E03
(0,30,3)
#001A03
(0,26,3)
#001603
(0,22,3)
#001203
(0,18,3)
#000E03
(0,14,3)
#000A03
(0,10,3)
#000603
(0,6,3)
#000000
(0,0,0)

Tints of #002E03

#002E03
(0,46,3)
#174119
(23,65,25)
#2E542F
(46,84,47)
#456745
(69,103,69)
#5C7A5B
(92,122,91)
#738D71
(115,141,113)
#8AA087
(138,160,135)
#A1B39D
(161,179,157)
#B8C6B3
(184,198,179)
#CFD9C9
(207,217,201)
#E6ECDF
(230,236,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002E03 color. Also use rgb(0,46,3) instead hex code.

Text Font Color

.myTextColor { color: #002E03; }

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

This text font color is #002E03.


Background Color

.myBgColor { background-color: #002E03; }

<div style="background-color:#002E03">Inner text</div>

This div background color is #002E03.


Border color

.myBorderColor { border: 1px solid #002E03; }

<div style="border:3px solid #002E03">Div</div>

This div border color is #002E03.


Opacity

.myOpacity80 { color: #002E03; opacity: 0.8; }

<p style="color:#002E03;opacity:0.8;">80%</p>

Text with #002E03 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 #002E03;}

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

This text has shadow with #002E03 color.

.textShadow {text-shadow: 3px 3px 1px #002E03, 3px 3px 1px red;}

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

This text has shadow with #002E03 primary color and red secondary color.


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

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

This text has shadow with #002E03 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002E03 on black background.


Color preview on white background

This text has color #002E03 on white background.



Black color preview on #002E03 background

This text has black color on #002E03 background.


White color preview on #002E03 background

This text has white color on #002E03 background.