COLOR #002806

HEX: #002806
RGB: (0,40,6)

Color info

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

RGB color model

#002806 color RGB value is (0,40,6).

  • red value is 0;
  • green value is 40;
  • blue value is 6.
RGB:
(0,40,6)
(0%,16%,2%)

RGB channels and saturation

R 0 of 255 = 0%
G 40 of 255 = 16%
B 6 of 255 = 2%

0
40
6

R + G + B ~ 6%. #002806 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 40 + 6 = 46 (100%)
R 0 of 46 ~ 0%
G 40 of 46 ~ 86.96%
B 6 of 46 ~ 13.04%

%86.96
%13.04

CMYK color model

#002806 color CMYK value is (100,0,85,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 85.00%
  • key color value is 84.31%
CMYK:
(100,0,85,84)
C100M0Y85K84 
(100%,0%,85%,84%)
(1.00/0.00/0.85/0.84)	

CMYK percentages

%100
%0
%85
%84.31

Codes

Color #002806 in popluar color models

002806
RGB0406
HSL129°100.00%7.84%
HSB/HSV129°100.00%15.69%
CMYK100.00%0.00%85.00%
84.31%

Color #002806 in popluar number systems.

HEX002806
Decimal0406
Binary0101000110
Octal0506

Shades and tints

Shades of #002806

#002806
(0,40,6)
#002506
(0,37,6)
#002206
(0,34,6)
#001F06
(0,31,6)
#001C06
(0,28,6)
#001906
(0,25,6)
#001606
(0,22,6)
#001306
(0,19,6)
#001006
(0,16,6)
#000D06
(0,13,6)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #002806

#002806
(0,40,6)
#173B1C
(23,59,28)
#2E4E32
(46,78,50)
#456148
(69,97,72)
#5C745E
(92,116,94)
#738774
(115,135,116)
#8A9A8A
(138,154,138)
#A1ADA0
(161,173,160)
#B8C0B6
(184,192,182)
#CFD3CC
(207,211,204)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002806; }

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

This text font color is #002806.


Background Color

.myBgColor { background-color: #002806; }

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

This div background color is #002806.


Border color

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

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

This div border color is #002806.


Opacity

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

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

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

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

This text has shadow with #002806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002806 on black background.


Color preview on white background

This text has color #002806 on white background.



Black color preview on #002806 background

This text has black color on #002806 background.


White color preview on #002806 background

This text has white color on #002806 background.