COLOR #002D09

HEX: #002D09 RGB: (0,45,9)

Color info

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

RGB color model

#002D09 color RGB value is (0,45,9).

RGB: (0,45,9) (0%, 18%, 4%)

RGB channels and saturation

R 0 of 255 = 0%
G 45 of 255 = 18%
B 9 of 255 = 4%

0
45
9

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

Portions of RGB colors in percentages

R + G + B = 0 + 45 + 9 = 54 (100%)
R 0 of 54 ~ 0%
G 45 of 54 ~ 83.33%
B 9 of 54 ~ 16.67'%

%83.33
%16.67

CMYK color model

#002D09 color CMYK value is (100,0,80,82).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 82.35%

CMYK: (100,0,80,82)
C100M0Y80K82 (100%, 0%, 80%, 82%)
(1.00 / 0.00 / 0.80 / 0.82)

CMYK percentages

%100
%0
%80
%82.35

Codes

Color #002D09 in popluar color models

00 2D 09
RGB 0 45 9
HSL 132° 100.00% 8.82%
HSB/HSV 132° 100.00% 17.65%
CMYK 100.00% 0.00% 80.00%
82.35%

Color #002D09 in popluar number systems.

HEX 00 2D 09
Decimal 0 45 9
Binary 0 101101 1001
Octal 0 55 11

Shades and tints

Shades of #002D09

#002D09
(0,45,9)
#002909
(0,41,9)
#002509
(0,37,9)
#002109
(0,33,9)
#001D09
(0,29,9)
#001909
(0,25,9)
#001509
(0,21,9)
#001109
(0,17,9)
#000D09
(0,13,9)
#000909
(0,9,9)
#000509
(0,5,9)
#000000
(0,0,0)

Tints of #002D09

#002D09
(0,45,9)
#17401F
(23,64,31)
#2E5335
(46,83,53)
#45664B
(69,102,75)
#5C7961
(92,121,97)
#738C77
(115,140,119)
#8A9F8D
(138,159,141)
#A1B2A3
(161,178,163)
#B8C5B9
(184,197,185)
#CFD8CF
(207,216,207)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002D09; }

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

This text font color is #002D09.

Background Color

.myBgColor { background-color: #002D09; }

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

This div background color is #002D09.

Border color

.myBorderColor { border: 1px solid #002D09; }

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

This div border color is #002D09.

Opacity

.myOpacity80 { color: #002D09; opacity: 0.8; }

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

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

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

This text has shadow with #002D09 color.


.textShadow {text-shadow: 3px 3px 1px #002D09', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #002D09; -webkit-box-shadow: 1px 1px 3px 2px #002D09; box-shadow:1px 1px 3px 2px #002D09;">
Div content here
</div>

This div box has shadow with color #002D09.

Preview

Color preview on black background

This text has color #002D09 on black background.


Color preview on white background

This text has color #002D09 on white background.


Black color preview on #002D09 background

This text has black color on #002D09 background.


White color preview on #002D09 background

This text has white color on #002D09 background.


Related colors

Complementary color

Complementary color for #hex is #FFD2F6.


I love getcolorcode.com

Triadic colors

1 #09002D and #2D0900 with #002D09 are triadic colors.

2 #092D00 and #2D0009 with #002D09 are triadic colors.