COLOR #002919

HEX: #002919
RGB: (0,41,25)

Color info

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

RGB color model

#002919 color RGB value is (0,41,25).

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

RGB channels and saturation

R 0 of 255 = 0%
G 41 of 255 = 16%
B 25 of 255 = 10%

0
41
25

R + G + B ~ 9%. #002919 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 41 + 25 = 66 (100%)
R 0 of 66 ~ 0%
G 41 of 66 ~ 62.12%
B 25 of 66 ~ 37.88%

%62.12
%37.88

CMYK color model

#002919 color CMYK value is (100,0,39,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 83.92%
CMYK:
(100,0,39,84)
C100M0Y39K84 
(100%,0%,39%,84%)
(1.00/0.00/0.39/0.84)	

CMYK percentages

%100
%0
%39.02
%83.92

Codes

Color #002919 in popluar color models

002919
RGB04125
HSL157°100.00%8.04%
HSB/HSV157°100.00%16.08%
CMYK100.00%0.00%39.02%
83.92%

Color #002919 in popluar number systems.

HEX002919
Decimal04125
Binary010100111001
Octal05131

Shades and tints

Shades of #002919

#002919
(0,41,25)
#002617
(0,38,23)
#002315
(0,35,21)
#002013
(0,32,19)
#001D11
(0,29,17)
#001A0F
(0,26,15)
#00170D
(0,23,13)
#00140B
(0,20,11)
#001109
(0,17,9)
#000E07
(0,14,7)
#000B05
(0,11,5)
#000000
(0,0,0)

Tints of #002919

#002919
(0,41,25)
#173C2D
(23,60,45)
#2E4F41
(46,79,65)
#456255
(69,98,85)
#5C7569
(92,117,105)
#73887D
(115,136,125)
#8A9B91
(138,155,145)
#A1AEA5
(161,174,165)
#B8C1B9
(184,193,185)
#CFD4CD
(207,212,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002919; }

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

This text font color is #002919.


Background Color

.myBgColor { background-color: #002919; }

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

This div background color is #002919.


Border color

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

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

This div border color is #002919.


Opacity

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

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

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

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

This text has shadow with #002919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002919 on black background.


Color preview on white background

This text has color #002919 on white background.



Black color preview on #002919 background

This text has black color on #002919 background.


White color preview on #002919 background

This text has white color on #002919 background.