COLOR #002D2C

HEX: #002D2C
RGB: (0,45,44)

Color info

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

RGB color model

#002D2C color RGB value is (0,45,44).

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

RGB channels and saturation

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

0
45
44

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

Portions of RGB colors in percentages

R + G + B =
0 + 45 + 44 = 89 (100%)
R 0 of 89 ~ 0%
G 45 of 89 ~ 50.56%
B 44 of 89 ~ 49.44%

%50.56
%49.44

CMYK color model

#002D2C color CMYK value is (100,0,2,82).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 82.35%
CMYK:
(100,0,2,82)
C100M0Y2K82 
(100%,0%,2%,82%)
(1.00/0.00/0.02/0.82)	

CMYK percentages

%100
%0
%2.22
%82.35

Codes

Color #002D2C in popluar color models

002D2C
RGB04544
HSL179°100.00%8.82%
HSB/HSV179°100.00%17.65%
CMYK100.00%0.00%2.22%
82.35%

Color #002D2C in popluar number systems.

HEX002D2C
Decimal04544
Binary0101101101100
Octal05554

Shades and tints

Shades of #002D2C

#002D2C
(0,45,44)
#002928
(0,41,40)
#002524
(0,37,36)
#002120
(0,33,32)
#001D1C
(0,29,28)
#001918
(0,25,24)
#001514
(0,21,20)
#001110
(0,17,16)
#000D0C
(0,13,12)
#000908
(0,9,8)
#000504
(0,5,4)
#000000
(0,0,0)

Tints of #002D2C

#002D2C
(0,45,44)
#17403F
(23,64,63)
#2E5352
(46,83,82)
#456665
(69,102,101)
#5C7978
(92,121,120)
#738C8B
(115,140,139)
#8A9F9E
(138,159,158)
#A1B2B1
(161,178,177)
#B8C5C4
(184,197,196)
#CFD8D7
(207,216,215)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002D2C; }

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

This text font color is #002D2C.


Background Color

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

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

This div background color is #002D2C.


Border color

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

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

This div border color is #002D2C.


Opacity

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

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

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

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

This text has shadow with #002D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002D2C on black background.


Color preview on white background

This text has color #002D2C on white background.



Black color preview on #002D2C background

This text has black color on #002D2C background.


White color preview on #002D2C background

This text has white color on #002D2C background.