COLOR #002909

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

Color info

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

RGB color model

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

RGB: (0,41,9) (0%, 16%, 4%)

RGB channels and saturation

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.

Portions of RGB colors in percentages

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 color model

#002909 color CMYK value is (100,0,78,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 83.92%

CMYK: (100,0,78,84)
C100M0Y78K84 (100%, 0%, 78%, 84%)
(1.00 / 0.00 / 0.78 / 0.84)

CMYK percentages

%100
%0
%78.05
%83.92

Codes

Color #002909 in popluar color models

00 29 09
RGB 0 41 9
HSL 133° 100.00% 8.04%
HSB/HSV 133° 100.00% 16.08%
CMYK 100.00% 0.00% 78.05%
83.92%

Color #002909 in popluar number systems.

HEX 00 29 09
Decimal 0 41 9
Binary 0 101001 1001
Octal 0 51 11

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.


Related colors

Complementary color

Complementary color for #hex is #FFD6F6.


I love getcolorcode.com

Triadic colors

1 #090029 and #290900 with #002909 are triadic colors.

2 #092900 and #290009 with #002909 are triadic colors.