COLOR #002828

HEX: #002828
RGB: (0,40,40)

Color info

#002828 contains only green and blue colors. Web safe color of #002828 is #003333 (or #033).

RGB color model

#002828 color RGB value is (0,40,40).

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

RGB channels and saturation

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

0
40
40

R + G + B ~ 11%. #002828 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 40 + 40 = 80 (100%)
R 0 of 80 ~ 0%
G 40 of 80 ~ 50%
B 40 of 80 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%100
%0
%0
%84.31

Codes

Color #002828 in popluar color models

002828
RGB04040
HSL180°100.00%7.84%
HSB/HSV180°100.00%15.69%
CMYK100.00%0.00%0.00%
84.31%

Color #002828 in popluar number systems.

HEX002828
Decimal04040
Binary0101000101000
Octal05050

Shades and tints

Shades of #002828

#002828
(0,40,40)
#002525
(0,37,37)
#002222
(0,34,34)
#001F1F
(0,31,31)
#001C1C
(0,28,28)
#001919
(0,25,25)
#001616
(0,22,22)
#001313
(0,19,19)
#001010
(0,16,16)
#000D0D
(0,13,13)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #002828

#002828
(0,40,40)
#173B3B
(23,59,59)
#2E4E4E
(46,78,78)
#456161
(69,97,97)
#5C7474
(92,116,116)
#738787
(115,135,135)
#8A9A9A
(138,154,154)
#A1ADAD
(161,173,173)
#B8C0C0
(184,192,192)
#CFD3D3
(207,211,211)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002828; }

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

This text font color is #002828.


Background Color

.myBgColor { background-color: #002828; }

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

This div background color is #002828.


Border color

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

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

This div border color is #002828.


Opacity

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

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

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

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

This text has shadow with #002828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002828 on black background.


Color preview on white background

This text has color #002828 on white background.



Black color preview on #002828 background

This text has black color on #002828 background.


White color preview on #002828 background

This text has white color on #002828 background.