COLOR #002C1C

HEX: #002C1C
RGB: (0,44,28)

Color info

#002C1C contains only green and blue colors. Web safe color of #002C1C is #003333 (or #033).

RGB color model

#002C1C color RGB value is (0,44,28).

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

RGB channels and saturation

R 0 of 255 = 0%
G 44 of 255 = 17%
B 28 of 255 = 11%

0
44
28

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

Portions of RGB colors in percentages

R + G + B =
0 + 44 + 28 = 72 (100%)
R 0 of 72 ~ 0%
G 44 of 72 ~ 61.11%
B 28 of 72 ~ 38.89%

%61.11
%38.89

CMYK color model

#002C1C color CMYK value is (100,0,36,83).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 82.75%
CMYK:
(100,0,36,83)
C100M0Y36K83 
(100%,0%,36%,83%)
(1.00/0.00/0.36/0.83)	

CMYK percentages

%100
%0
%36.36
%82.75

Codes

Color #002C1C in popluar color models

002C1C
RGB04428
HSL158°100.00%8.63%
HSB/HSV158°100.00%17.25%
CMYK100.00%0.00%36.36%
82.75%

Color #002C1C in popluar number systems.

HEX002C1C
Decimal04428
Binary010110011100
Octal05434

Shades and tints

Shades of #002C1C

#002C1C
(0,44,28)
#00281A
(0,40,26)
#002418
(0,36,24)
#002016
(0,32,22)
#001C14
(0,28,20)
#001812
(0,24,18)
#001410
(0,20,16)
#00100E
(0,16,14)
#000C0C
(0,12,12)
#00080A
(0,8,10)
#000408
(0,4,8)
#000000
(0,0,0)

Tints of #002C1C

#002C1C
(0,44,28)
#173F30
(23,63,48)
#2E5244
(46,82,68)
#456558
(69,101,88)
#5C786C
(92,120,108)
#738B80
(115,139,128)
#8A9E94
(138,158,148)
#A1B1A8
(161,177,168)
#B8C4BC
(184,196,188)
#CFD7D0
(207,215,208)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002C1C; }

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

This text font color is #002C1C.


Background Color

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

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

This div background color is #002C1C.


Border color

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

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

This div border color is #002C1C.


Opacity

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

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

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

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

This text has shadow with #002C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002C1C on black background.


Color preview on white background

This text has color #002C1C on white background.



Black color preview on #002C1C background

This text has black color on #002C1C background.


White color preview on #002C1C background

This text has white color on #002C1C background.