COLOR #002813

HEX: #002813 RGB: (0,40,19)

Color info

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

RGB color model

#002813 color RGB value is (0,40,19).

RGB: (0,40,19) (0%, 16%, 7%)

RGB channels and saturation

R 0 of 255 = 0%
G 40 of 255 = 16%
B 19 of 255 = 7%

0
40
19

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

Portions of RGB colors in percentages

R + G + B = 0 + 40 + 19 = 59 (100%)
R 0 of 59 ~ 0%
G 40 of 59 ~ 67.8%
B 19 of 59 ~ 32.2'%

%67.8
%32.2

CMYK color model

#002813 color CMYK value is (100,0,53,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 52.50%
  • key color value is 84.31%
CMYK: (100,0,53,84) C100M0Y53K84 (100%,0%,53%,84%) (1.00/0.00/0.53/0.84) 

CMYK percentages

%100
%0
%52.5
%84.31

Codes

Color #002813 in popluar color models

00 28 13
RGB 0 40 19
HSL 149° 100.00% 7.84%
HSB/HSV 149° 100.00% 15.69%
CMYK 100.00% 0.00% 52.50%
84.31%

Color #002813 in popluar number systems.

HEX 00 28 13
Decimal 0 40 19
Binary 0 101000 10011
Octal 0 50 23

Shades and tints

Shades of #002813

#002813
(0,40,19)
#002512
(0,37,18)
#002211
(0,34,17)
#001F10
(0,31,16)
#001C0F
(0,28,15)
#00190E
(0,25,14)
#00160D
(0,22,13)
#00130C
(0,19,12)
#00100B
(0,16,11)
#000D0A
(0,13,10)
#000A09
(0,10,9)
#000000
(0,0,0)

Tints of #002813

#002813
(0,40,19)
#173B28
(23,59,40)
#2E4E3D
(46,78,61)
#456152
(69,97,82)
#5C7467
(92,116,103)
#73877C
(115,135,124)
#8A9A91
(138,154,145)
#A1ADA6
(161,173,166)
#B8C0BB
(184,192,187)
#CFD3D0
(207,211,208)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002813 color. Also use rgb(0,40,19) instead hex code.

Text Font Color

.myTextColor { color: #002813; }

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

This text font color is #002813.

Background Color

.myBgColor { background-color: #002813; }

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

This div background color is #002813.

Border color

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

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

This div border color is #002813.

Opacity

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

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

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

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

This text has shadow with #002813 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002813.

Preview

Color preview on black background

This text has color #002813 on black background.


Color preview on white background

This text has color #002813 on white background.


Black color preview on #002813 background

This text has black color on #002813 background.


White color preview on #002813 background

This text has white color on #002813 background.


Related colors

Complementary color

Complementary color for #hex is #FFD7EC.


I love getcolorcode.com

Triadic colors

1 #130028 and #281300 with #002813 are triadic colors.

2 #132800 and #280013 with #002813 are triadic colors.