COLOR #002D19

HEX: #002D19
RGB: (0,45,25)

Color info

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

RGB color model

#002D19 color RGB value is (0,45,25).

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

RGB channels and saturation

R 0 of 255 = 0%
G 45 of 255 = 18%
B 25 of 255 = 10%

0
45
25

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

Portions of RGB colors in percentages

R + G + B =
0 + 45 + 25 = 70 (100%)
R 0 of 70 ~ 0%
G 45 of 70 ~ 64.29%
B 25 of 70 ~ 35.71%

%64.29
%35.71

CMYK color model

#002D19 color CMYK value is (100,0,44,82).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 82.35%
CMYK:
(100,0,44,82)
C100M0Y44K82 
(100%,0%,44%,82%)
(1.00/0.00/0.44/0.82)	

CMYK percentages

%100
%0
%44.44
%82.35

Codes

Color #002D19 in popluar color models

002D19
RGB04525
HSL153°100.00%8.82%
HSB/HSV153°100.00%17.65%
CMYK100.00%0.00%44.44%
82.35%

Color #002D19 in popluar number systems.

HEX002D19
Decimal04525
Binary010110111001
Octal05531

Shades and tints

Shades of #002D19

#002D19
(0,45,25)
#002917
(0,41,23)
#002515
(0,37,21)
#002113
(0,33,19)
#001D11
(0,29,17)
#00190F
(0,25,15)
#00150D
(0,21,13)
#00110B
(0,17,11)
#000D09
(0,13,9)
#000907
(0,9,7)
#000505
(0,5,5)
#000000
(0,0,0)

Tints of #002D19

#002D19
(0,45,25)
#17402D
(23,64,45)
#2E5341
(46,83,65)
#456655
(69,102,85)
#5C7969
(92,121,105)
#738C7D
(115,140,125)
#8A9F91
(138,159,145)
#A1B2A5
(161,178,165)
#B8C5B9
(184,197,185)
#CFD8CD
(207,216,205)
#E6EBE1
(230,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002D19; }

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

This text font color is #002D19.


Background Color

.myBgColor { background-color: #002D19; }

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

This div background color is #002D19.


Border color

.myBorderColor { border: 1px solid #002D19; }

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

This div border color is #002D19.


Opacity

.myOpacity80 { color: #002D19; opacity: 0.8; }

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

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

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

This text has shadow with #002D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002D19 on black background.


Color preview on white background

This text has color #002D19 on white background.



Black color preview on #002D19 background

This text has black color on #002D19 background.


White color preview on #002D19 background

This text has white color on #002D19 background.