COLOR #001D20

HEX: #001D20
RGB: (0,29,32)

Renk bilgisi

#001D20 contains only green and blue colors. #001D20 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#001D20 color RGB value is (0,29,32).

  • kırmız ton 0;
  • yeşil ton 29;
  • mavi ton 32.
RGB:
(0,29,32)
(0%,11%,13%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 29 of 255 = 11%
B 32 of 255 = 13%

0
29
32

R + G + B ~ 8%. #001D20 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 29 + 32 = 61 (100%)
R 0 of 61 ~ 0%
G 29 of 61 ~ 47.54%
B 32 of 61 ~ 52.46%

%47.54
%52.46

CMYK RENK MODELİ

#001D20 rengi CMYK tonu (100,9,0,87).

  • camgöbeği tonu 100.00%
  • eflatun tonu 9.37%
  • sarı tonu 0.00%
  • ana renk tonu 87.45%
CMYK:
(100,9,0,87)
C100M9Y0K87 
(100%,9%,0%,87%)
(1.00/0.09/0.00/0.87)	

CMYK yüzdeleri

%100
%9.37
%0
%87.45

Codes

Color #001D20 in popluar color models

001D20
RGB02932
HSL186°100.00%6.27%
HSB/HSV186°100.00%12.55%
CMYK100.00%9.37%0.00%
87.45%

Color #001D20 in popluar number systems.

HEX001D20
Decimal02932
Binary011101100000
Octal03540

Shades and tints

Shades of #001D20

#001D20
(0,29,32)
#001B1E
(0,27,30)
#00191C
(0,25,28)
#00171A
(0,23,26)
#001518
(0,21,24)
#001316
(0,19,22)
#001114
(0,17,20)
#000F12
(0,15,18)
#000D10
(0,13,16)
#000B0E
(0,11,14)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #001D20

#001D20
(0,29,32)
#173134
(23,49,52)
#2E4548
(46,69,72)
#45595C
(69,89,92)
#5C6D70
(92,109,112)
#738184
(115,129,132)
#8A9598
(138,149,152)
#A1A9AC
(161,169,172)
#B8BDC0
(184,189,192)
#CFD1D4
(207,209,212)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D20; }

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

This text font color is #001D20.


Background Color

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

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

This div background color is #001D20.


Border color

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

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

This div border color is #001D20.


Opacity

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

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

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

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

This text has shadow with #001D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D20 on black background.


Color preview on white background

This text has color #001D20 on white background.



Black color preview on #001D20 background

This text has black color on #001D20 background.


White color preview on #001D20 background

This text has white color on #001D20 background.