COLOR #002615

HEX: #002615
RGB: (0,38,21)

Color info

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

RGB color model

#002615 color RGB value is (0,38,21).

  • red value is 0;
  • green value is 38;
  • blue value is 21.
RGB:
(0,38,21)
(0%,15%,8%)

RGB channels and saturation

R 0 of 255 = 0%
G 38 of 255 = 15%
B 21 of 255 = 8%

0
38
21

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

Portions of RGB colors in percentages

R + G + B =
0 + 38 + 21 = 59 (100%)
R 0 of 59 ~ 0%
G 38 of 59 ~ 64.41%
B 21 of 59 ~ 35.59%

%64.41
%35.59

CMYK color model

#002615 color CMYK value is (100,0,45,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 44.74%
  • key color value is 85.10%
CMYK:
(100,0,45,85)
C100M0Y45K85 
(100%,0%,45%,85%)
(1.00/0.00/0.45/0.85)	

CMYK percentages

%100
%0
%44.74
%85.1

Codes

Color #002615 in popluar color models

002615
RGB03821
HSL153°100.00%7.45%
HSB/HSV153°100.00%14.90%
CMYK100.00%0.00%44.74%
85.10%

Color #002615 in popluar number systems.

HEX002615
Decimal03821
Binary010011010101
Octal04625

Shades and tints

Shades of #002615

#002615
(0,38,21)
#002314
(0,35,20)
#002013
(0,32,19)
#001D12
(0,29,18)
#001A11
(0,26,17)
#001710
(0,23,16)
#00140F
(0,20,15)
#00110E
(0,17,14)
#000E0D
(0,14,13)
#000B0C
(0,11,12)
#00080B
(0,8,11)
#000000
(0,0,0)

Tints of #002615

#002615
(0,38,21)
#17392A
(23,57,42)
#2E4C3F
(46,76,63)
#455F54
(69,95,84)
#5C7269
(92,114,105)
#73857E
(115,133,126)
#8A9893
(138,152,147)
#A1ABA8
(161,171,168)
#B8BEBD
(184,190,189)
#CFD1D2
(207,209,210)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002615 color. Also use rgb(0,38,21) instead hex code.

Text Font Color

.myTextColor { color: #002615; }

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

This text font color is #002615.


Background Color

.myBgColor { background-color: #002615; }

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

This div background color is #002615.


Border color

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

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

This div border color is #002615.


Opacity

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

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

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

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

This text has shadow with #002615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002615 on black background.


Color preview on white background

This text has color #002615 on white background.



Black color preview on #002615 background

This text has black color on #002615 background.


White color preview on #002615 background

This text has white color on #002615 background.