COLOR #003019

HEX: #003019 RGB: (0,48,25)

Color info

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

RGB color model

#003019 color RGB value is (0,48,25).

RGB: (0,48,25) (0%, 19%, 10%)

RGB channels and saturation

R 0 of 255 = 0%
G 48 of 255 = 19%
B 25 of 255 = 10%

0
48
25

R + G + B ~ 10%. #003019 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 48 + 25 = 73 (100%)
R 0 of 73 ~ 0%
G 48 of 73 ~ 65.75%
B 25 of 73 ~ 34.25'%

%65.75
%34.25

CMYK color model

#003019 color CMYK value is (100,0,48,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 81.18%

CMYK: (100,0,48,81)
C100M0Y48K81 (100%, 0%, 48%, 81%)
(1.00 / 0.00 / 0.48 / 0.81)

CMYK percentages

%100
%0
%47.92
%81.18

Codes

Color #003019 in popluar color models

00 30 19
RGB 0 48 25
HSL 151° 100.00% 9.41%
HSB/HSV 151° 100.00% 18.82%
CMYK 100.00% 0.00% 47.92%
81.18%

Color #003019 in popluar number systems.

HEX 00 30 19
Decimal 0 48 25
Binary 0 110000 11001
Octal 0 60 31

Shades and tints

Shades of #003019

#003019
(0,48,25)
#002C17
(0,44,23)
#002815
(0,40,21)
#002413
(0,36,19)
#002011
(0,32,17)
#001C0F
(0,28,15)
#00180D
(0,24,13)
#00140B
(0,20,11)
#001009
(0,16,9)
#000C07
(0,12,7)
#000805
(0,8,5)
#000000
(0,0,0)

Tints of #003019

#003019
(0,48,25)
#17422D
(23,66,45)
#2E5441
(46,84,65)
#456655
(69,102,85)
#5C7869
(92,120,105)
#738A7D
(115,138,125)
#8A9C91
(138,156,145)
#A1AEA5
(161,174,165)
#B8C0B9
(184,192,185)
#CFD2CD
(207,210,205)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003019; }

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

This text font color is #003019.

Background Color

.myBgColor { background-color: #003019; }

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

This div background color is #003019.

Border color

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

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

This div border color is #003019.

Opacity

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

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

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

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

This text has shadow with #003019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003019.

Preview

Color preview on black background

This text has color #003019 on black background.


Color preview on white background

This text has color #003019 on white background.


Black color preview on #003019 background

This text has black color on #003019 background.


White color preview on #003019 background

This text has white color on #003019 background.


Related colors

Complementary color

Complementary color for #hex is #FFCFE6.


I love getcolorcode.com

Triadic colors

1 #190030 and #301900 with #003019 are triadic colors.

2 #193000 and #300019 with #003019 are triadic colors.