COLOR #001D25

HEX: #001D25
RGB: (0,29,37)

Color info

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

RGB color model

#001D25 color RGB value is (0,29,37).

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

RGB channels and saturation

R 0 of 255 = 0%
G 29 of 255 = 11%
B 37 of 255 = 15%

0
29
37

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

Portions of RGB colors in percentages

R + G + B =
0 + 29 + 37 = 66 (100%)
R 0 of 66 ~ 0%
G 29 of 66 ~ 43.94%
B 37 of 66 ~ 56.06%

%43.94
%56.06

CMYK color model

#001D25 color CMYK value is (100,22,0,85).

  • cyan value is 100.00%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(100,22,0,85)
C100M22Y0K85 
(100%,22%,0%,85%)
(1.00/0.22/0.00/0.85)	

CMYK percentages

%100
%21.62
%0
%85.49

Codes

Color #001D25 in popluar color models

001D25
RGB02937
HSL193°100.00%7.25%
HSB/HSV193°100.00%14.51%
CMYK100.00%21.62%0.00%
85.49%

Color #001D25 in popluar number systems.

HEX001D25
Decimal02937
Binary011101100101
Octal03545

Shades and tints

Shades of #001D25

#001D25
(0,29,37)
#001B22
(0,27,34)
#00191F
(0,25,31)
#00171C
(0,23,28)
#001519
(0,21,25)
#001316
(0,19,22)
#001113
(0,17,19)
#000F10
(0,15,16)
#000D0D
(0,13,13)
#000B0A
(0,11,10)
#000907
(0,9,7)
#000000
(0,0,0)

Tints of #001D25

#001D25
(0,29,37)
#173138
(23,49,56)
#2E454B
(46,69,75)
#45595E
(69,89,94)
#5C6D71
(92,109,113)
#738184
(115,129,132)
#8A9597
(138,149,151)
#A1A9AA
(161,169,170)
#B8BDBD
(184,189,189)
#CFD1D0
(207,209,208)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D25; }

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

This text font color is #001D25.


Background Color

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

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

This div background color is #001D25.


Border color

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

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

This div border color is #001D25.


Opacity

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

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

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

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

This text has shadow with #001D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D25 on black background.


Color preview on white background

This text has color #001D25 on white background.



Black color preview on #001D25 background

This text has black color on #001D25 background.


White color preview on #001D25 background

This text has white color on #001D25 background.