COLOR #00601D

HEX: #00601D RGB: (0,96,29)

Color info

#00601D contains mainly green color. Web safe color of #00601D is #006633 (or #063).

RGB color model

#00601D color RGB value is (0,96,29).

RGB: (0,96,29) (0%, 38%, 11%)

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 29 of 255 = 11%

0
96
29

R + G + B ~ 16%. #00601D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 96 + 29 = 125 (100%)
R 0 of 125 ~ 0%
G 96 of 125 ~ 76.8%
B 29 of 125 ~ 23.2'%

%76.8
%23.2

CMYK color model

#00601D color CMYK value is (100,0,70,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 69.79%
  • key color value is 62.35%

CMYK: (100,0,70,62)
C100M0Y70K62 (100%, 0%, 70%, 62%)
(1.00 / 0.00 / 0.70 / 0.62)

CMYK percentages

%100
%0
%69.79
%62.35

Codes

Color #00601D in popluar color models

00 60 1D
RGB 0 96 29
HSL 138° 100.00% 18.82%
HSB/HSV 138° 100.00% 37.65%
CMYK 100.00% 0.00% 69.79%
62.35%

Color #00601D in popluar number systems.

HEX 00 60 1D
Decimal 0 96 29
Binary 0 1100000 11101
Octal 0 140 35

Shades and tints

Shades of #00601D

#00601D
(0,96,29)
#00581B
(0,88,27)
#005019
(0,80,25)
#004817
(0,72,23)
#004015
(0,64,21)
#003813
(0,56,19)
#003011
(0,48,17)
#00280F
(0,40,15)
#00200D
(0,32,13)
#00180B
(0,24,11)
#001009
(0,16,9)
#000000
(0,0,0)

Tints of #00601D

#00601D
(0,96,29)
#176E31
(23,110,49)
#2E7C45
(46,124,69)
#458A59
(69,138,89)
#5C986D
(92,152,109)
#73A681
(115,166,129)
#8AB495
(138,180,149)
#A1C2A9
(161,194,169)
#B8D0BD
(184,208,189)
#CFDED1
(207,222,209)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00601D color. Also use rgb(0,96,29) instead hex code.

Text Font Color

.myTextColor { color: #00601D; }

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

This text font color is #00601D.

Background Color

.myBgColor { background-color: #00601D; }

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

This div background color is #00601D.

Border color

.myBorderColor { border: 1px solid #00601D; }

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

This div border color is #00601D.

Opacity

.myOpacity80 { color: #00601D; opacity: 0.8; }

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

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

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

This text has shadow with #00601D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00601D.

Preview

Color preview on black background

This text has color #00601D on black background.


Color preview on white background

This text has color #00601D on white background.


Black color preview on #00601D background

This text has black color on #00601D background.


White color preview on #00601D background

This text has white color on #00601D background.


Related colors

Complementary color

Complementary color for #hex is #FF9FE2.


I love getcolorcode.com

Triadic colors

1 #1D0060 and #601D00 with #00601D are triadic colors.

2 #1D6000 and #60001D with #00601D are triadic colors.