COLOR #002D07

HEX: #002D07 RGB: (0,45,7)

Color info

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

RGB color model

#002D07 color RGB value is (0,45,7).

RGB: (0,45,7) (0%, 18%, 3%)

RGB channels and saturation

R 0 of 255 = 0%
G 45 of 255 = 18%
B 7 of 255 = 3%

0
45
7

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

Portions of RGB colors in percentages

R + G + B = 0 + 45 + 7 = 52 (100%)
R 0 of 52 ~ 0%
G 45 of 52 ~ 86.54%
B 7 of 52 ~ 13.46'%

%86.54
%13.46

CMYK color model

#002D07 color CMYK value is (100,0,84,82).

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

CMYK: (100,0,84,82)
C100M0Y84K82 (100%, 0%, 84%, 82%)
(1.00 / 0.00 / 0.84 / 0.82)

CMYK percentages

%100
%0
%84.44
%82.35

Codes

Color #002D07 in popluar color models

00 2D 07
RGB 0 45 7
HSL 129° 100.00% 8.82%
HSB/HSV 129° 100.00% 17.65%
CMYK 100.00% 0.00% 84.44%
82.35%

Color #002D07 in popluar number systems.

HEX 00 2D 07
Decimal 0 45 7
Binary 0 101101 111
Octal 0 55 7

Shades and tints

Shades of #002D07

#002D07
(0,45,7)
#002907
(0,41,7)
#002507
(0,37,7)
#002107
(0,33,7)
#001D07
(0,29,7)
#001907
(0,25,7)
#001507
(0,21,7)
#001107
(0,17,7)
#000D07
(0,13,7)
#000907
(0,9,7)
#000507
(0,5,7)
#000000
(0,0,0)

Tints of #002D07

#002D07
(0,45,7)
#17401D
(23,64,29)
#2E5333
(46,83,51)
#456649
(69,102,73)
#5C795F
(92,121,95)
#738C75
(115,140,117)
#8A9F8B
(138,159,139)
#A1B2A1
(161,178,161)
#B8C5B7
(184,197,183)
#CFD8CD
(207,216,205)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002D07; }

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

This text font color is #002D07.

Background Color

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

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

This div background color is #002D07.

Border color

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

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

This div border color is #002D07.

Opacity

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

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

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

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

This text has shadow with #002D07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002D07.

Preview

Color preview on black background

This text has color #002D07 on black background.


Color preview on white background

This text has color #002D07 on white background.


Black color preview on #002D07 background

This text has black color on #002D07 background.


White color preview on #002D07 background

This text has white color on #002D07 background.


Related colors

Complementary color

Complementary color for #hex is #FFD2F8.


I love getcolorcode.com

Triadic colors

1 #07002D and #2D0700 with #002D07 are triadic colors.

2 #072D00 and #2D0007 with #002D07 are triadic colors.