COLOR #001C2A

HEX: #001C2A
RGB: (0,28,42)

Color info

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

RGB color model

#001C2A color RGB value is (0,28,42).

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

RGB channels and saturation

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

0
28
42

R + G + B ~ 9%. #001C2A is dark color.

Portions of RGB colors in percentages

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

%40
%60

CMYK color model

#001C2A color CMYK value is (100,33,0,84).

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

CMYK percentages

%100
%33.33
%0
%83.53

Codes

Color #001C2A in popluar color models

001C2A
RGB02842
HSL200°100.00%8.24%
HSB/HSV200°100.00%16.47%
CMYK100.00%33.33%0.00%
83.53%

Color #001C2A in popluar number systems.

HEX001C2A
Decimal02842
Binary011100101010
Octal03452

Shades and tints

Shades of #001C2A

#001C2A
(0,28,42)
#001A27
(0,26,39)
#001824
(0,24,36)
#001621
(0,22,33)
#00141E
(0,20,30)
#00121B
(0,18,27)
#001018
(0,16,24)
#000E15
(0,14,21)
#000C12
(0,12,18)
#000A0F
(0,10,15)
#00080C
(0,8,12)
#000000
(0,0,0)

Tints of #001C2A

#001C2A
(0,28,42)
#17303D
(23,48,61)
#2E4450
(46,68,80)
#455863
(69,88,99)
#5C6C76
(92,108,118)
#738089
(115,128,137)
#8A949C
(138,148,156)
#A1A8AF
(161,168,175)
#B8BCC2
(184,188,194)
#CFD0D5
(207,208,213)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001C2A; }

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

This text font color is #001C2A.


Background Color

.myBgColor { background-color: #001C2A; }

<div style="background-color:#001C2A">Inner text</div>

This div background color is #001C2A.


Border color

.myBorderColor { border: 1px solid #001C2A; }

<div style="border:3px solid #001C2A">Div</div>

This div border color is #001C2A.


Opacity

.myOpacity80 { color: #001C2A; opacity: 0.8; }

<p style="color:#001C2A;opacity:0.8;">80%</p>

Text with #001C2A 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 #001C2A;}

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

This text has shadow with #001C2A color.

.textShadow {text-shadow: 3px 3px 1px #001C2A, 3px 3px 1px red;}

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

This text has shadow with #001C2A primary color and red secondary color.


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

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

This text has shadow with #001C2A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001C2A on black background.


Color preview on white background

This text has color #001C2A on white background.



Black color preview on #001C2A background

This text has black color on #001C2A background.


White color preview on #001C2A background

This text has white color on #001C2A background.