COLOR #002720

HEX: #002720
RGB: (0,39,32)

Color info

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

RGB color model

#002720 color RGB value is (0,39,32).

  • red value is 0;
  • green value is 39;
  • blue value is 32.
RGB:
(0,39,32)
(0%,15%,13%)

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 32 of 255 = 13%

0
39
32

R + G + B ~ 9%. #002720 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 39 + 32 = 71 (100%)
R 0 of 71 ~ 0%
G 39 of 71 ~ 54.93%
B 32 of 71 ~ 45.07%

%54.93
%45.07

CMYK color model

#002720 color CMYK value is (100,0,18,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 84.71%
CMYK:
(100,0,18,85)
C100M0Y18K85 
(100%,0%,18%,85%)
(1.00/0.00/0.18/0.85)	

CMYK percentages

%100
%0
%17.95
%84.71

Codes

Color #002720 in popluar color models

002720
RGB03932
HSL169°100.00%7.65%
HSB/HSV169°100.00%15.29%
CMYK100.00%0.00%17.95%
84.71%

Color #002720 in popluar number systems.

HEX002720
Decimal03932
Binary0100111100000
Octal04740

Shades and tints

Shades of #002720

#002720
(0,39,32)
#00241E
(0,36,30)
#00211C
(0,33,28)
#001E1A
(0,30,26)
#001B18
(0,27,24)
#001816
(0,24,22)
#001514
(0,21,20)
#001212
(0,18,18)
#000F10
(0,15,16)
#000C0E
(0,12,14)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #002720

#002720
(0,39,32)
#173A34
(23,58,52)
#2E4D48
(46,77,72)
#45605C
(69,96,92)
#5C7370
(92,115,112)
#738684
(115,134,132)
#8A9998
(138,153,152)
#A1ACAC
(161,172,172)
#B8BFC0
(184,191,192)
#CFD2D4
(207,210,212)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002720; }

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

This text font color is #002720.


Background Color

.myBgColor { background-color: #002720; }

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

This div background color is #002720.


Border color

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

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

This div border color is #002720.


Opacity

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

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

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

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

This text has shadow with #002720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002720 on black background.


Color preview on white background

This text has color #002720 on white background.



Black color preview on #002720 background

This text has black color on #002720 background.


White color preview on #002720 background

This text has white color on #002720 background.