COLOR #003D02

HEX: #003D02 RGB: (0,61,2)

Color info

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

RGB color model

#003D02 color RGB value is (0,61,2).

RGB: (0,61,2) (0%, 24%, 1%)

RGB channels and saturation

R 0 of 255 = 0%
G 61 of 255 = 24%
B 2 of 255 = 1%

0
61
2

R + G + B ~ 8%. #003D02 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 61 + 2 = 63 (100%)
R 0 of 63 ~ 0%
G 61 of 63 ~ 96.83%
B 2 of 63 ~ 3.17'%

%96.83

CMYK color model

#003D02 color CMYK value is (100,0,97,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 96.72%
  • key color value is 76.08%

CMYK: (100,0,97,76)
C100M0Y97K76 (100%, 0%, 97%, 76%)
(1.00 / 0.00 / 0.97 / 0.76)

CMYK percentages

%100
%0
%96.72
%76.08

Codes

Color #003D02 in popluar color models

00 3D 02
RGB 0 61 2
HSL 122° 100.00% 11.96%
HSB/HSV 122° 100.00% 23.92%
CMYK 100.00% 0.00% 96.72%
76.08%

Color #003D02 in popluar number systems.

HEX 00 3D 02
Decimal 0 61 2
Binary 0 111101 10
Octal 0 75 2

Shades and tints

Shades of #003D02

#003D02
(0,61,2)
#003802
(0,56,2)
#003302
(0,51,2)
#002E02
(0,46,2)
#002902
(0,41,2)
#002402
(0,36,2)
#001F02
(0,31,2)
#001A02
(0,26,2)
#001502
(0,21,2)
#001002
(0,16,2)
#000B02
(0,11,2)
#000000
(0,0,0)

Tints of #003D02

#003D02
(0,61,2)
#174E19
(23,78,25)
#2E5F30
(46,95,48)
#457047
(69,112,71)
#5C815E
(92,129,94)
#739275
(115,146,117)
#8AA38C
(138,163,140)
#A1B4A3
(161,180,163)
#B8C5BA
(184,197,186)
#CFD6D1
(207,214,209)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003D02 color. Also use rgb(0,61,2) instead hex code.

Text Font Color

.myTextColor { color: #003D02; }

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

This text font color is #003D02.

Background Color

.myBgColor { background-color: #003D02; }

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

This div background color is #003D02.

Border color

.myBorderColor { border: 1px solid #003D02; }

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

This div border color is #003D02.

Opacity

.myOpacity80 { color: #003D02; opacity: 0.8; }

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

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

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

This text has shadow with #003D02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003D02.

Preview

Color preview on black background

This text has color #003D02 on black background.


Color preview on white background

This text has color #003D02 on white background.


Black color preview on #003D02 background

This text has black color on #003D02 background.


White color preview on #003D02 background

This text has white color on #003D02 background.


Related colors

Complementary color

Complementary color for #hex is #FFC2FD.


I love getcolorcode.com

Triadic colors

1 #02003D and #3D0200 with #003D02 are triadic colors.

2 #023D00 and #3D0002 with #003D02 are triadic colors.