COLOR #002915

HEX: #002915
RGB: (0,41,21)

Color info

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

RGB color model

#002915 color RGB value is (0,41,21).

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

RGB channels and saturation

R 0 of 255 = 0%
G 41 of 255 = 16%
B 21 of 255 = 8%

0
41
21

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

Portions of RGB colors in percentages

R + G + B =
0 + 41 + 21 = 62 (100%)
R 0 of 62 ~ 0%
G 41 of 62 ~ 66.13%
B 21 of 62 ~ 33.87%

%66.13
%33.87

CMYK color model

#002915 color CMYK value is (100,0,49,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.78%
  • key color value is 83.92%
CMYK:
(100,0,49,84)
C100M0Y49K84 
(100%,0%,49%,84%)
(1.00/0.00/0.49/0.84)	

CMYK percentages

%100
%0
%48.78
%83.92

Codes

Color #002915 in popluar color models

002915
RGB04121
HSL151°100.00%8.04%
HSB/HSV151°100.00%16.08%
CMYK100.00%0.00%48.78%
83.92%

Color #002915 in popluar number systems.

HEX002915
Decimal04121
Binary010100110101
Octal05125

Shades and tints

Shades of #002915

#002915
(0,41,21)
#002614
(0,38,20)
#002313
(0,35,19)
#002012
(0,32,18)
#001D11
(0,29,17)
#001A10
(0,26,16)
#00170F
(0,23,15)
#00140E
(0,20,14)
#00110D
(0,17,13)
#000E0C
(0,14,12)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #002915

#002915
(0,41,21)
#173C2A
(23,60,42)
#2E4F3F
(46,79,63)
#456254
(69,98,84)
#5C7569
(92,117,105)
#73887E
(115,136,126)
#8A9B93
(138,155,147)
#A1AEA8
(161,174,168)
#B8C1BD
(184,193,189)
#CFD4D2
(207,212,210)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002915; }

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

This text font color is #002915.


Background Color

.myBgColor { background-color: #002915; }

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

This div background color is #002915.


Border color

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

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

This div border color is #002915.


Opacity

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

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

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

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

This text has shadow with #002915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002915 on black background.


Color preview on white background

This text has color #002915 on white background.



Black color preview on #002915 background

This text has black color on #002915 background.


White color preview on #002915 background

This text has white color on #002915 background.