COLOR #002C14

HEX: #002C14
RGB: (0,44,20)

Color info

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

RGB color model

#002C14 color RGB value is (0,44,20).

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

RGB channels and saturation

R 0 of 255 = 0%
G 44 of 255 = 17%
B 20 of 255 = 8%

0
44
20

R + G + B ~ 8%. #002C14 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 44 + 20 = 64 (100%)
R 0 of 64 ~ 0%
G 44 of 64 ~ 68.75%
B 20 of 64 ~ 31.25%

%68.75
%31.25

CMYK color model

#002C14 color CMYK value is (100,0,55,83).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 82.75%
CMYK:
(100,0,55,83)
C100M0Y55K83 
(100%,0%,55%,83%)
(1.00/0.00/0.55/0.83)	

CMYK percentages

%100
%0
%54.55
%82.75

Codes

Color #002C14 in popluar color models

002C14
RGB04420
HSL147°100.00%8.63%
HSB/HSV147°100.00%17.25%
CMYK100.00%0.00%54.55%
82.75%

Color #002C14 in popluar number systems.

HEX002C14
Decimal04420
Binary010110010100
Octal05424

Shades and tints

Shades of #002C14

#002C14
(0,44,20)
#002813
(0,40,19)
#002412
(0,36,18)
#002011
(0,32,17)
#001C10
(0,28,16)
#00180F
(0,24,15)
#00140E
(0,20,14)
#00100D
(0,16,13)
#000C0C
(0,12,12)
#00080B
(0,8,11)
#00040A
(0,4,10)
#000000
(0,0,0)

Tints of #002C14

#002C14
(0,44,20)
#173F29
(23,63,41)
#2E523E
(46,82,62)
#456553
(69,101,83)
#5C7868
(92,120,104)
#738B7D
(115,139,125)
#8A9E92
(138,158,146)
#A1B1A7
(161,177,167)
#B8C4BC
(184,196,188)
#CFD7D1
(207,215,209)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002C14; }

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

This text font color is #002C14.


Background Color

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

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

This div background color is #002C14.


Border color

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

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

This div border color is #002C14.


Opacity

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

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

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

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

This text has shadow with #002C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002C14 on black background.


Color preview on white background

This text has color #002C14 on white background.



Black color preview on #002C14 background

This text has black color on #002C14 background.


White color preview on #002C14 background

This text has white color on #002C14 background.