COLOR #002D2B

HEX: #002D2B
RGB: (0,45,43)

Color info

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

RGB color model

#002D2B color RGB value is (0,45,43).

  • red value is 0;
  • green value is 45;
  • blue value is 43.
RGB:
(0,45,43)
(0%,18%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 45 of 255 = 18%
B 43 of 255 = 17%

0
45
43

R + G + B ~ 12%. #002D2B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 45 + 43 = 88 (100%)
R 0 of 88 ~ 0%
G 45 of 88 ~ 51.14%
B 43 of 88 ~ 48.86%

%51.14
%48.86

CMYK color model

#002D2B color CMYK value is (100,0,4,82).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 82.35%
CMYK:
(100,0,4,82)
C100M0Y4K82 
(100%,0%,4%,82%)
(1.00/0.00/0.04/0.82)	

CMYK percentages

%100
%0
%4.44
%82.35

Codes

Color #002D2B in popluar color models

002D2B
RGB04543
HSL177°100.00%8.82%
HSB/HSV177°100.00%17.65%
CMYK100.00%0.00%4.44%
82.35%

Color #002D2B in popluar number systems.

HEX002D2B
Decimal04543
Binary0101101101011
Octal05553

Shades and tints

Shades of #002D2B

#002D2B
(0,45,43)
#002928
(0,41,40)
#002525
(0,37,37)
#002122
(0,33,34)
#001D1F
(0,29,31)
#00191C
(0,25,28)
#001519
(0,21,25)
#001116
(0,17,22)
#000D13
(0,13,19)
#000910
(0,9,16)
#00050D
(0,5,13)
#000000
(0,0,0)

Tints of #002D2B

#002D2B
(0,45,43)
#17403E
(23,64,62)
#2E5351
(46,83,81)
#456664
(69,102,100)
#5C7977
(92,121,119)
#738C8A
(115,140,138)
#8A9F9D
(138,159,157)
#A1B2B0
(161,178,176)
#B8C5C3
(184,197,195)
#CFD8D6
(207,216,214)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002D2B color. Also use rgb(0,45,43) instead hex code.

Text Font Color

.myTextColor { color: #002D2B; }

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

This text font color is #002D2B.


Background Color

.myBgColor { background-color: #002D2B; }

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

This div background color is #002D2B.


Border color

.myBorderColor { border: 1px solid #002D2B; }

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

This div border color is #002D2B.


Opacity

.myOpacity80 { color: #002D2B; opacity: 0.8; }

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

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

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

This text has shadow with #002D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002D2B on black background.


Color preview on white background

This text has color #002D2B on white background.



Black color preview on #002D2B background

This text has black color on #002D2B background.


White color preview on #002D2B background

This text has white color on #002D2B background.