COLOR #002F14

HEX: #002F14
RGB: (0,47,20)

Color info

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

RGB color model

#002F14 color RGB value is (0,47,20).

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

RGB channels and saturation

R 0 of 255 = 0%
G 47 of 255 = 18%
B 20 of 255 = 8%

0
47
20

R + G + B ~ 9%. #002F14 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 47 + 20 = 67 (100%)
R 0 of 67 ~ 0%
G 47 of 67 ~ 70.15%
B 20 of 67 ~ 29.85%

%70.15
%29.85

CMYK color model

#002F14 color CMYK value is (100,0,57,82).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • key color value is 81.57%
CMYK:
(100,0,57,82)
C100M0Y57K82 
(100%,0%,57%,82%)
(1.00/0.00/0.57/0.82)	

CMYK percentages

%100
%0
%57.45
%81.57

Codes

Color #002F14 in popluar color models

002F14
RGB04720
HSL146°100.00%9.22%
HSB/HSV146°100.00%18.43%
CMYK100.00%0.00%57.45%
81.57%

Color #002F14 in popluar number systems.

HEX002F14
Decimal04720
Binary010111110100
Octal05724

Shades and tints

Shades of #002F14

#002F14
(0,47,20)
#002B13
(0,43,19)
#002712
(0,39,18)
#002311
(0,35,17)
#001F10
(0,31,16)
#001B0F
(0,27,15)
#00170E
(0,23,14)
#00130D
(0,19,13)
#000F0C
(0,15,12)
#000B0B
(0,11,11)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #002F14

#002F14
(0,47,20)
#174129
(23,65,41)
#2E533E
(46,83,62)
#456553
(69,101,83)
#5C7768
(92,119,104)
#73897D
(115,137,125)
#8A9B92
(138,155,146)
#A1ADA7
(161,173,167)
#B8BFBC
(184,191,188)
#CFD1D1
(207,209,209)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002F14; }

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

This text font color is #002F14.


Background Color

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

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

This div background color is #002F14.


Border color

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

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

This div border color is #002F14.


Opacity

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

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

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

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

This text has shadow with #002F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002F14 on black background.


Color preview on white background

This text has color #002F14 on white background.



Black color preview on #002F14 background

This text has black color on #002F14 background.


White color preview on #002F14 background

This text has white color on #002F14 background.