COLOR #001D18

HEX: #001D18
RGB: (0,29,24)

Color info

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

RGB color model

#001D18 color RGB value is (0,29,24).

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

RGB channels and saturation

R 0 of 255 = 0%
G 29 of 255 = 11%
B 24 of 255 = 9%

0
29
24

R + G + B ~ 7%. #001D18 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 29 + 24 = 53 (100%)
R 0 of 53 ~ 0%
G 29 of 53 ~ 54.72%
B 24 of 53 ~ 45.28%

%54.72
%45.28

CMYK color model

#001D18 color CMYK value is (100,0,17,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 88.63%
CMYK:
(100,0,17,89)
C100M0Y17K89 
(100%,0%,17%,89%)
(1.00/0.00/0.17/0.89)	

CMYK percentages

%100
%0
%17.24
%88.63

Codes

Color #001D18 in popluar color models

001D18
RGB02924
HSL170°100.00%5.69%
HSB/HSV170°100.00%11.37%
CMYK100.00%0.00%17.24%
88.63%

Color #001D18 in popluar number systems.

HEX001D18
Decimal02924
Binary01110111000
Octal03530

Shades and tints

Shades of #001D18

#001D18
(0,29,24)
#001B16
(0,27,22)
#001914
(0,25,20)
#001712
(0,23,18)
#001510
(0,21,16)
#00130E
(0,19,14)
#00110C
(0,17,12)
#000F0A
(0,15,10)
#000D08
(0,13,8)
#000B06
(0,11,6)
#000904
(0,9,4)
#000000
(0,0,0)

Tints of #001D18

#001D18
(0,29,24)
#17312D
(23,49,45)
#2E4542
(46,69,66)
#455957
(69,89,87)
#5C6D6C
(92,109,108)
#738181
(115,129,129)
#8A9596
(138,149,150)
#A1A9AB
(161,169,171)
#B8BDC0
(184,189,192)
#CFD1D5
(207,209,213)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D18; }

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

This text font color is #001D18.


Background Color

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

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

This div background color is #001D18.


Border color

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

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

This div border color is #001D18.


Opacity

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

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

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

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

This text has shadow with #001D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D18 on black background.


Color preview on white background

This text has color #001D18 on white background.



Black color preview on #001D18 background

This text has black color on #001D18 background.


White color preview on #001D18 background

This text has white color on #001D18 background.