COLOR #002718

HEX: #002718 RGB: (0,39,24)

Color info

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

RGB color model

#002718 color RGB value is (0,39,24).

RGB: (0,39,24) (0%, 15%, 9%)

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 24 of 255 = 9%

0
39
24

R + G + B ~ 8%. #002718 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 39 + 24 = 63 (100%)
R 0 of 63 ~ 0%
G 39 of 63 ~ 61.9%
B 24 of 63 ~ 38.1'%

%61.9
%38.1

CMYK color model

#002718 color CMYK value is (100,0,38,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 84.71%

CMYK: (100,0,38,85)
C100M0Y38K85 (100%, 0%, 38%, 85%)
(1.00 / 0.00 / 0.38 / 0.85)

CMYK percentages

%100
%0
%38.46
%84.71

Codes

Color #002718 in popluar color models

00 27 18
RGB 0 39 24
HSL 157° 100.00% 7.65%
HSB/HSV 157° 100.00% 15.29%
CMYK 100.00% 0.00% 38.46%
84.71%

Color #002718 in popluar number systems.

HEX 00 27 18
Decimal 0 39 24
Binary 0 100111 11000
Octal 0 47 30

Shades and tints

Shades of #002718

#002718
(0,39,24)
#002416
(0,36,22)
#002114
(0,33,20)
#001E12
(0,30,18)
#001B10
(0,27,16)
#00180E
(0,24,14)
#00150C
(0,21,12)
#00120A
(0,18,10)
#000F08
(0,15,8)
#000C06
(0,12,6)
#000904
(0,9,4)
#000000
(0,0,0)

Tints of #002718

#002718
(0,39,24)
#173A2D
(23,58,45)
#2E4D42
(46,77,66)
#456057
(69,96,87)
#5C736C
(92,115,108)
#738681
(115,134,129)
#8A9996
(138,153,150)
#A1ACAB
(161,172,171)
#B8BFC0
(184,191,192)
#CFD2D5
(207,210,213)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002718; }

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

This text font color is #002718.

Background Color

.myBgColor { background-color: #002718; }

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

This div background color is #002718.

Border color

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

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

This div border color is #002718.

Opacity

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

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

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

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

This text has shadow with #002718 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002718.

Preview

Color preview on black background

This text has color #002718 on black background.


Color preview on white background

This text has color #002718 on white background.


Black color preview on #002718 background

This text has black color on #002718 background.


White color preview on #002718 background

This text has white color on #002718 background.


Related colors

Complementary color

Complementary color for #hex is #FFD8E7.


I love getcolorcode.com

Triadic colors

1 #180027 and #271800 with #002718 are triadic colors.

2 #182700 and #270018 with #002718 are triadic colors.