COLOR #004915

HEX: #004915 RGB: (0,73,21)

Color info

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

RGB color model

#004915 color RGB value is (0,73,21).

RGB: (0,73,21) (0%, 29%, 8%)

RGB channels and saturation

R 0 of 255 = 0%
G 73 of 255 = 29%
B 21 of 255 = 8%

0
73
21

R + G + B ~ 12%. #004915 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 73 + 21 = 94 (100%)
R 0 of 94 ~ 0%
G 73 of 94 ~ 77.66%
B 21 of 94 ~ 22.34'%

%77.66
%22.34

CMYK color model

#004915 color CMYK value is (100,0,71,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 71.23%
  • key color value is 71.37%

CMYK: (100,0,71,71)
C100M0Y71K71 (100%, 0%, 71%, 71%)
(1.00 / 0.00 / 0.71 / 0.71)

CMYK percentages

%100
%0
%71.23
%71.37

Codes

Color #004915 in popluar color models

00 49 15
RGB 0 73 21
HSL 137° 100.00% 14.31%
HSB/HSV 137° 100.00% 28.63%
CMYK 100.00% 0.00% 71.23%
71.37%

Color #004915 in popluar number systems.

HEX 00 49 15
Decimal 0 73 21
Binary 0 1001001 10101
Octal 0 111 25

Shades and tints

Shades of #004915

#004915
(0,73,21)
#004314
(0,67,20)
#003D13
(0,61,19)
#003712
(0,55,18)
#003111
(0,49,17)
#002B10
(0,43,16)
#00250F
(0,37,15)
#001F0E
(0,31,14)
#00190D
(0,25,13)
#00130C
(0,19,12)
#000D0B
(0,13,11)
#000000
(0,0,0)

Tints of #004915

#004915
(0,73,21)
#17592A
(23,89,42)
#2E693F
(46,105,63)
#457954
(69,121,84)
#5C8969
(92,137,105)
#73997E
(115,153,126)
#8AA993
(138,169,147)
#A1B9A8
(161,185,168)
#B8C9BD
(184,201,189)
#CFD9D2
(207,217,210)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004915 color. Also use rgb(0,73,21) instead hex code.

Text Font Color

.myTextColor { color: #004915; }

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

This text font color is #004915.

Background Color

.myBgColor { background-color: #004915; }

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

This div background color is #004915.

Border color

.myBorderColor { border: 1px solid #004915; }

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

This div border color is #004915.

Opacity

.myOpacity80 { color: #004915; opacity: 0.8; }

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

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

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

This text has shadow with #004915 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004915.

Preview

Color preview on black background

This text has color #004915 on black background.


Color preview on white background

This text has color #004915 on white background.


Black color preview on #004915 background

This text has black color on #004915 background.


White color preview on #004915 background

This text has white color on #004915 background.


Related colors

Complementary color

Complementary color for #hex is #FFB6EA.


I love getcolorcode.com

Triadic colors

1 #150049 and #491500 with #004915 are triadic colors.

2 #154900 and #490015 with #004915 are triadic colors.