COLOR #002929

HEX: #002929
RGB: (0,41,41)

Renk bilgisi

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

RGB renk modeli

#002929 color RGB value is (0,41,41).

  • kırmız ton 0;
  • yeşil ton 41;
  • mavi ton 41.
RGB:
(0,41,41)
(0%,16%,16%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 41 of 255 = 16%
B 41 of 255 = 16%

0
41
41

R + G + B ~ 11%. #002929 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 41 + 41 = 82 (100%)
R 0 of 82 ~ 0%
G 41 of 82 ~ 50%
B 41 of 82 ~ 50%

%50
%50

CMYK RENK MODELİ

#002929 rengi CMYK tonu (100,0,0,84).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 83.92%
CMYK:
(100,0,0,84)
C100M0Y0K84 
(100%,0%,0%,84%)
(1.00/0.00/0.00/0.84)	

CMYK yüzdeleri

%100
%0
%0
%83.92

Codes

Color #002929 in popluar color models

002929
RGB04141
HSL180°100.00%8.04%
HSB/HSV180°100.00%16.08%
CMYK100.00%0.00%0.00%
83.92%

Color #002929 in popluar number systems.

HEX002929
Decimal04141
Binary0101001101001
Octal05151

Shades and tints

Shades of #002929

#002929
(0,41,41)
#002626
(0,38,38)
#002323
(0,35,35)
#002020
(0,32,32)
#001D1D
(0,29,29)
#001A1A
(0,26,26)
#001717
(0,23,23)
#001414
(0,20,20)
#001111
(0,17,17)
#000E0E
(0,14,14)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #002929

#002929
(0,41,41)
#173C3C
(23,60,60)
#2E4F4F
(46,79,79)
#456262
(69,98,98)
#5C7575
(92,117,117)
#738888
(115,136,136)
#8A9B9B
(138,155,155)
#A1AEAE
(161,174,174)
#B8C1C1
(184,193,193)
#CFD4D4
(207,212,212)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002929 color. Also use rgb(0,41,41) instead hex code.

Text Font Color

.myTextColor { color: #002929; }

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

This text font color is #002929.


Background Color

.myBgColor { background-color: #002929; }

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

This div background color is #002929.


Border color

.myBorderColor { border: 1px solid #002929; }

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

This div border color is #002929.


Opacity

.myOpacity80 { color: #002929; opacity: 0.8; }

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

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

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

This text has shadow with #002929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002929 on black background.


Color preview on white background

This text has color #002929 on white background.



Black color preview on #002929 background

This text has black color on #002929 background.


White color preview on #002929 background

This text has white color on #002929 background.