COLOR #002519

HEX: #002519 RGB: (0,37,25)

Color info

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

RGB color model

#002519 color RGB value is (0,37,25).

RGB: (0,37,25) (0%, 15%, 10%)

RGB channels and saturation

R 0 of 255 = 0%
G 37 of 255 = 15%
B 25 of 255 = 10%

0
37
25

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

Portions of RGB colors in percentages

R + G + B = 0 + 37 + 25 = 62 (100%)
R 0 of 62 ~ 0%
G 37 of 62 ~ 59.68%
B 25 of 62 ~ 40.32'%

%59.68
%40.32

CMYK color model

#002519 color CMYK value is (100,0,32,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 85.49%
CMYK: (100,0,32,85) C100M0Y32K85 (100%,0%,32%,85%) (1.00/0.00/0.32/0.85) 

CMYK percentages

%100
%0
%32.43
%85.49

Codes

Color #002519 in popluar color models

00 25 19
RGB 0 37 25
HSL 161° 100.00% 7.25%
HSB/HSV 161° 100.00% 14.51%
CMYK 100.00% 0.00% 32.43%
85.49%

Color #002519 in popluar number systems.

HEX 00 25 19
Decimal 0 37 25
Binary 0 100101 11001
Octal 0 45 31

Shades and tints

Shades of #002519

#002519
(0,37,25)
#002217
(0,34,23)
#001F15
(0,31,21)
#001C13
(0,28,19)
#001911
(0,25,17)
#00160F
(0,22,15)
#00130D
(0,19,13)
#00100B
(0,16,11)
#000D09
(0,13,9)
#000A07
(0,10,7)
#000705
(0,7,5)
#000000
(0,0,0)

Tints of #002519

#002519
(0,37,25)
#17382D
(23,56,45)
#2E4B41
(46,75,65)
#455E55
(69,94,85)
#5C7169
(92,113,105)
#73847D
(115,132,125)
#8A9791
(138,151,145)
#A1AAA5
(161,170,165)
#B8BDB9
(184,189,185)
#CFD0CD
(207,208,205)
#E6E3E1
(230,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002519; }

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

This text font color is #002519.

Background Color

.myBgColor { background-color: #002519; }

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

This div background color is #002519.

Border color

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

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

This div border color is #002519.

Opacity

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

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

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

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

This text has shadow with #002519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002519.

Preview

Color preview on black background

This text has color #002519 on black background.


Color preview on white background

This text has color #002519 on white background.


Black color preview on #002519 background

This text has black color on #002519 background.


White color preview on #002519 background

This text has white color on #002519 background.


Related colors

Complementary color

Complementary color for #hex is #FFDAE6.


I love getcolorcode.com

Triadic colors

1 #190025 and #251900 with #002519 are triadic colors.

2 #192500 and #250019 with #002519 are triadic colors.