COLOR #002418

HEX: #002418
RGB: (0,36,24)

Color info

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

RGB color model

#002418 color RGB value is (0,36,24).

  • red value is 0;
  • green value is 36;
  • blue value is 24.
RGB:
(0,36,24)
(0%,14%,9%)

RGB channels and saturation

R 0 of 255 = 0%
G 36 of 255 = 14%
B 24 of 255 = 9%

0
36
24

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

Portions of RGB colors in percentages

R + G + B =
0 + 36 + 24 = 60 (100%)
R 0 of 60 ~ 0%
G 36 of 60 ~ 60%
B 24 of 60 ~ 40%

%60
%40

CMYK color model

#002418 color CMYK value is (100,0,33,86).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 85.88%
CMYK:
(100,0,33,86)
C100M0Y33K86 
(100%,0%,33%,86%)
(1.00/0.00/0.33/0.86)	

CMYK percentages

%100
%0
%33.33
%85.88

Codes

Color #002418 in popluar color models

002418
RGB03624
HSL160°100.00%7.06%
HSB/HSV160°100.00%14.12%
CMYK100.00%0.00%33.33%
85.88%

Color #002418 in popluar number systems.

HEX002418
Decimal03624
Binary010010011000
Octal04430

Shades and tints

Shades of #002418

#002418
(0,36,24)
#002116
(0,33,22)
#001E14
(0,30,20)
#001B12
(0,27,18)
#001810
(0,24,16)
#00150E
(0,21,14)
#00120C
(0,18,12)
#000F0A
(0,15,10)
#000C08
(0,12,8)
#000906
(0,9,6)
#000604
(0,6,4)
#000000
(0,0,0)

Tints of #002418

#002418
(0,36,24)
#17372D
(23,55,45)
#2E4A42
(46,74,66)
#455D57
(69,93,87)
#5C706C
(92,112,108)
#738381
(115,131,129)
#8A9696
(138,150,150)
#A1A9AB
(161,169,171)
#B8BCC0
(184,188,192)
#CFCFD5
(207,207,213)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002418; }

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

This text font color is #002418.


Background Color

.myBgColor { background-color: #002418; }

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

This div background color is #002418.


Border color

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

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

This div border color is #002418.


Opacity

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

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

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

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

This text has shadow with #002418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002418 on black background.


Color preview on white background

This text has color #002418 on white background.



Black color preview on #002418 background

This text has black color on #002418 background.


White color preview on #002418 background

This text has white color on #002418 background.