COLOR #001D2E

HEX: #001D2E
RGB: (0,29,46)

Color info

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

RGB color model

#001D2E color RGB value is (0,29,46).

  • red value is 0;
  • green value is 29;
  • blue value is 46.
RGB:
(0,29,46)
(0%,11%,18%)

RGB channels and saturation

R 0 of 255 = 0%
G 29 of 255 = 11%
B 46 of 255 = 18%

0
29
46

R + G + B ~ 10%. #001D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 29 + 46 = 75 (100%)
R 0 of 75 ~ 0%
G 29 of 75 ~ 38.67%
B 46 of 75 ~ 61.33%

%38.67
%61.33

CMYK color model

#001D2E color CMYK value is (100,37,0,82).

  • cyan value is 100.00%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(100,37,0,82)
C100M37Y0K82 
(100%,37%,0%,82%)
(1.00/0.37/0.00/0.82)	

CMYK percentages

%100
%36.96
%0
%81.96

Codes

Color #001D2E in popluar color models

001D2E
RGB02946
HSL202°100.00%9.02%
HSB/HSV202°100.00%18.04%
CMYK100.00%36.96%0.00%
81.96%

Color #001D2E in popluar number systems.

HEX001D2E
Decimal02946
Binary011101101110
Octal03556

Shades and tints

Shades of #001D2E

#001D2E
(0,29,46)
#001B2A
(0,27,42)
#001926
(0,25,38)
#001722
(0,23,34)
#00151E
(0,21,30)
#00131A
(0,19,26)
#001116
(0,17,22)
#000F12
(0,15,18)
#000D0E
(0,13,14)
#000B0A
(0,11,10)
#000906
(0,9,6)
#000000
(0,0,0)

Tints of #001D2E

#001D2E
(0,29,46)
#173141
(23,49,65)
#2E4554
(46,69,84)
#455967
(69,89,103)
#5C6D7A
(92,109,122)
#73818D
(115,129,141)
#8A95A0
(138,149,160)
#A1A9B3
(161,169,179)
#B8BDC6
(184,189,198)
#CFD1D9
(207,209,217)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001D2E color. Also use rgb(0,29,46) instead hex code.

Text Font Color

.myTextColor { color: #001D2E; }

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

This text font color is #001D2E.


Background Color

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

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

This div background color is #001D2E.


Border color

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

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

This div border color is #001D2E.


Opacity

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

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

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

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

This text has shadow with #001D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D2E on black background.


Color preview on white background

This text has color #001D2E on white background.



Black color preview on #001D2E background

This text has black color on #001D2E background.


White color preview on #001D2E background

This text has white color on #001D2E background.