COLOR #002811

HEX: #002811 RGB: (0,40,17)

Color info

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

RGB color model

#002811 color RGB value is (0,40,17).

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

RGB channels and saturation

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

0
40
17

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

Portions of RGB colors in percentages

R + G + B = 0 + 40 + 17 = 57 (100%)
R 0 of 57 ~ 0%
G 40 of 57 ~ 70.18%
B 17 of 57 ~ 29.82'%

%70.18
%29.82

CMYK color model

#002811 color CMYK value is (100,0,58,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 57.50%
  • key color value is 84.31%

CMYK: (100,0,58,84)
C100M0Y58K84 (100%, 0%, 58%, 84%)
(1.00 / 0.00 / 0.58 / 0.84)

CMYK percentages

%100
%0
%57.5
%84.31

Codes

Color #002811 in popluar color models

00 28 11
RGB 0 40 17
HSL 146° 100.00% 7.84%
HSB/HSV 146° 100.00% 15.69%
CMYK 100.00% 0.00% 57.50%
84.31%

Color #002811 in popluar number systems.

HEX 00 28 11
Decimal 0 40 17
Binary 0 101000 10001
Octal 0 50 21

Shades and tints

Shades of #002811

#002811
(0,40,17)
#002510
(0,37,16)
#00220F
(0,34,15)
#001F0E
(0,31,14)
#001C0D
(0,28,13)
#00190C
(0,25,12)
#00160B
(0,22,11)
#00130A
(0,19,10)
#001009
(0,16,9)
#000D08
(0,13,8)
#000A07
(0,10,7)
#000000
(0,0,0)

Tints of #002811

#002811
(0,40,17)
#173B26
(23,59,38)
#2E4E3B
(46,78,59)
#456150
(69,97,80)
#5C7465
(92,116,101)
#73877A
(115,135,122)
#8A9A8F
(138,154,143)
#A1ADA4
(161,173,164)
#B8C0B9
(184,192,185)
#CFD3CE
(207,211,206)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002811; }

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

This text font color is #002811.

Background Color

.myBgColor { background-color: #002811; }

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

This div background color is #002811.

Border color

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

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

This div border color is #002811.

Opacity

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

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

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

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

This text has shadow with #002811 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002811.

Preview

Color preview on black background

This text has color #002811 on black background.


Color preview on white background

This text has color #002811 on white background.


Black color preview on #002811 background

This text has black color on #002811 background.


White color preview on #002811 background

This text has white color on #002811 background.


Related colors

Complementary color

Complementary color for #hex is #FFD7EE.


I love getcolorcode.com

Triadic colors

1 #110028 and #281100 with #002811 are triadic colors.

2 #112800 and #280011 with #002811 are triadic colors.