COLOR #002917

HEX: #002917
RGB: (0,41,23)

Color info

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

RGB color model

#002917 color RGB value is (0,41,23).

  • red value is 0;
  • green value is 41;
  • blue value is 23.
RGB:
(0,41,23)
(0%,16%,9%)

RGB channels and saturation

R 0 of 255 = 0%
G 41 of 255 = 16%
B 23 of 255 = 9%

0
41
23

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

Portions of RGB colors in percentages

R + G + B =
0 + 41 + 23 = 64 (100%)
R 0 of 64 ~ 0%
G 41 of 64 ~ 64.06%
B 23 of 64 ~ 35.94%

%64.06
%35.94

CMYK color model

#002917 color CMYK value is (100,0,44,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 83.92%
CMYK:
(100,0,44,84)
C100M0Y44K84 
(100%,0%,44%,84%)
(1.00/0.00/0.44/0.84)	

CMYK percentages

%100
%0
%43.9
%83.92

Codes

Color #002917 in popluar color models

002917
RGB04123
HSL154°100.00%8.04%
HSB/HSV154°100.00%16.08%
CMYK100.00%0.00%43.90%
83.92%

Color #002917 in popluar number systems.

HEX002917
Decimal04123
Binary010100110111
Octal05127

Shades and tints

Shades of #002917

#002917
(0,41,23)
#002615
(0,38,21)
#002313
(0,35,19)
#002011
(0,32,17)
#001D0F
(0,29,15)
#001A0D
(0,26,13)
#00170B
(0,23,11)
#001409
(0,20,9)
#001107
(0,17,7)
#000E05
(0,14,5)
#000B03
(0,11,3)
#000000
(0,0,0)

Tints of #002917

#002917
(0,41,23)
#173C2C
(23,60,44)
#2E4F41
(46,79,65)
#456256
(69,98,86)
#5C756B
(92,117,107)
#738880
(115,136,128)
#8A9B95
(138,155,149)
#A1AEAA
(161,174,170)
#B8C1BF
(184,193,191)
#CFD4D4
(207,212,212)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002917 color. Also use rgb(0,41,23) instead hex code.

Text Font Color

.myTextColor { color: #002917; }

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

This text font color is #002917.


Background Color

.myBgColor { background-color: #002917; }

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

This div background color is #002917.


Border color

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

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

This div border color is #002917.


Opacity

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

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

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

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

This text has shadow with #002917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002917 on black background.


Color preview on white background

This text has color #002917 on white background.



Black color preview on #002917 background

This text has black color on #002917 background.


White color preview on #002917 background

This text has white color on #002917 background.