COLOR #002909

HEX: #002909
RGB: (0,41,9)

Renk bilgisi

#002909 contains only green and blue colors. #002909 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#002909 color RGB value is (0,41,9).

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

RGB bağlantıları ve doygunluk

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

0
41
9

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

Yüzdelerle RGB renk parçaları

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

%82
%18

CMYK RENK MODELİ

#002909 rengi CMYK tonu (100,0,78,84).

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

CMYK yüzdeleri

%100
%0
%78.05
%83.92

Codes

Color #002909 in popluar color models

002909
RGB0419
HSL133°100.00%8.04%
HSB/HSV133°100.00%16.08%
CMYK100.00%0.00%78.05%
83.92%

Color #002909 in popluar number systems.

HEX002909
Decimal0419
Binary01010011001
Octal05111

Shades and tints

Shades of #002909

#002909
(0,41,9)
#002609
(0,38,9)
#002309
(0,35,9)
#002009
(0,32,9)
#001D09
(0,29,9)
#001A09
(0,26,9)
#001709
(0,23,9)
#001409
(0,20,9)
#001109
(0,17,9)
#000E09
(0,14,9)
#000B09
(0,11,9)
#000000
(0,0,0)

Tints of #002909

#002909
(0,41,9)
#173C1F
(23,60,31)
#2E4F35
(46,79,53)
#45624B
(69,98,75)
#5C7561
(92,117,97)
#738877
(115,136,119)
#8A9B8D
(138,155,141)
#A1AEA3
(161,174,163)
#B8C1B9
(184,193,185)
#CFD4CF
(207,212,207)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002909; }

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

This text font color is #002909.


Background Color

.myBgColor { background-color: #002909; }

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

This div background color is #002909.


Border color

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

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

This div border color is #002909.


Opacity

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

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

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

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

This text has shadow with #002909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002909 on black background.


Color preview on white background

This text has color #002909 on white background.



Black color preview on #002909 background

This text has black color on #002909 background.


White color preview on #002909 background

This text has white color on #002909 background.