COLOR #002A1C

HEX: #002A1C
RGB: (0,42,28)

Color info

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

RGB color model

#002A1C color RGB value is (0,42,28).

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

RGB channels and saturation

R 0 of 255 = 0%
G 42 of 255 = 16%
B 28 of 255 = 11%

0
42
28

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

Portions of RGB colors in percentages

R + G + B =
0 + 42 + 28 = 70 (100%)
R 0 of 70 ~ 0%
G 42 of 70 ~ 60%
B 28 of 70 ~ 40%

%60
%40

CMYK color model

#002A1C color CMYK value is (100,0,33,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 83.53%
CMYK:
(100,0,33,84)
C100M0Y33K84 
(100%,0%,33%,84%)
(1.00/0.00/0.33/0.84)	

CMYK percentages

%100
%0
%33.33
%83.53

Codes

Color #002A1C in popluar color models

002A1C
RGB04228
HSL160°100.00%8.24%
HSB/HSV160°100.00%16.47%
CMYK100.00%0.00%33.33%
83.53%

Color #002A1C in popluar number systems.

HEX002A1C
Decimal04228
Binary010101011100
Octal05234

Shades and tints

Shades of #002A1C

#002A1C
(0,42,28)
#00271A
(0,39,26)
#002418
(0,36,24)
#002116
(0,33,22)
#001E14
(0,30,20)
#001B12
(0,27,18)
#001810
(0,24,16)
#00150E
(0,21,14)
#00120C
(0,18,12)
#000F0A
(0,15,10)
#000C08
(0,12,8)
#000000
(0,0,0)

Tints of #002A1C

#002A1C
(0,42,28)
#173D30
(23,61,48)
#2E5044
(46,80,68)
#456358
(69,99,88)
#5C766C
(92,118,108)
#738980
(115,137,128)
#8A9C94
(138,156,148)
#A1AFA8
(161,175,168)
#B8C2BC
(184,194,188)
#CFD5D0
(207,213,208)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002A1C; }

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

This text font color is #002A1C.


Background Color

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

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

This div background color is #002A1C.


Border color

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

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

This div border color is #002A1C.


Opacity

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

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

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

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

This text has shadow with #002A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002A1C on black background.


Color preview on white background

This text has color #002A1C on white background.



Black color preview on #002A1C background

This text has black color on #002A1C background.


White color preview on #002A1C background

This text has white color on #002A1C background.