COLOR #002F03

HEX: #002F03
RGB: (0,47,3)

Color info

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

RGB color model

#002F03 color RGB value is (0,47,3).

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

RGB channels and saturation

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

0
47
3

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

Portions of RGB colors in percentages

R + G + B =
0 + 47 + 3 = 50 (100%)
R 0 of 50 ~ 0%
G 47 of 50 ~ 94%
B 3 of 50 ~ 6%

%94

CMYK color model

#002F03 color CMYK value is (100,0,94,82).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 93.62%
  • key color value is 81.57%
CMYK:
(100,0,94,82)
C100M0Y94K82 
(100%,0%,94%,82%)
(1.00/0.00/0.94/0.82)	

CMYK percentages

%100
%0
%93.62
%81.57

Codes

Color #002F03 in popluar color models

002F03
RGB0473
HSL124°100.00%9.22%
HSB/HSV124°100.00%18.43%
CMYK100.00%0.00%93.62%
81.57%

Color #002F03 in popluar number systems.

HEX002F03
Decimal0473
Binary010111111
Octal0573

Shades and tints

Shades of #002F03

#002F03
(0,47,3)
#002B03
(0,43,3)
#002703
(0,39,3)
#002303
(0,35,3)
#001F03
(0,31,3)
#001B03
(0,27,3)
#001703
(0,23,3)
#001303
(0,19,3)
#000F03
(0,15,3)
#000B03
(0,11,3)
#000703
(0,7,3)
#000000
(0,0,0)

Tints of #002F03

#002F03
(0,47,3)
#174119
(23,65,25)
#2E532F
(46,83,47)
#456545
(69,101,69)
#5C775B
(92,119,91)
#738971
(115,137,113)
#8A9B87
(138,155,135)
#A1AD9D
(161,173,157)
#B8BFB3
(184,191,179)
#CFD1C9
(207,209,201)
#E6E3DF
(230,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002F03; }

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

This text font color is #002F03.


Background Color

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

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

This div background color is #002F03.


Border color

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

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

This div border color is #002F03.


Opacity

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

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

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

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

This text has shadow with #002F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002F03 on black background.


Color preview on white background

This text has color #002F03 on white background.



Black color preview on #002F03 background

This text has black color on #002F03 background.


White color preview on #002F03 background

This text has white color on #002F03 background.