COLOR #001A0D

HEX: #001A0D RGB: (0,26,13)

Color info

#001A0D contains only green and blue colors. Web safe color of #001A0D is #000000 (or #000).

RGB color model

#001A0D color RGB value is (0,26,13).

RGB: (0,26,13) (0%, 10%, 5%)

RGB channels and saturation

R 0 of 255 = 0%
G 26 of 255 = 10%
B 13 of 255 = 5%

0
26
13

R + G + B ~ 5%. #001A0D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 26 + 13 = 39 (100%)
R 0 of 39 ~ 0%
G 26 of 39 ~ 66.67%
B 13 of 39 ~ 33.33'%

%66.67
%33.33

CMYK color model

#001A0D color CMYK value is (100,0,50,90).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 89.80%

CMYK: (100,0,50,90)
C100M0Y50K90 (100%, 0%, 50%, 90%)
(1.00 / 0.00 / 0.50 / 0.90)

CMYK percentages

%100
%0
%50
%89.8

Codes

Color #001A0D in popluar color models

00 1A 0D
RGB 0 26 13
HSL 150° 100.00% 5.10%
HSB/HSV 150° 100.00% 10.20%
CMYK 100.00% 0.00% 50.00%
89.80%

Color #001A0D in popluar number systems.

HEX 00 1A 0D
Decimal 0 26 13
Binary 0 11010 1101
Octal 0 32 15

Shades and tints

Shades of #001A0D

#001A0D
(0,26,13)
#00180C
(0,24,12)
#00160B
(0,22,11)
#00140A
(0,20,10)
#001209
(0,18,9)
#001008
(0,16,8)
#000E07
(0,14,7)
#000C06
(0,12,6)
#000A05
(0,10,5)
#000804
(0,8,4)
#000603
(0,6,3)
#000000
(0,0,0)

Tints of #001A0D

#001A0D
(0,26,13)
#172E23
(23,46,35)
#2E4239
(46,66,57)
#45564F
(69,86,79)
#5C6A65
(92,106,101)
#737E7B
(115,126,123)
#8A9291
(138,146,145)
#A1A6A7
(161,166,167)
#B8BABD
(184,186,189)
#CFCED3
(207,206,211)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001A0D color. Also use rgb(0,26,13) instead hex code.

Text Font Color

.myTextColor { color: #001A0D; }

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

This text font color is #001A0D.

Background Color

.myBgColor { background-color: #001A0D; }

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

This div background color is #001A0D.

Border color

.myBorderColor { border: 1px solid #001A0D; }

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

This div border color is #001A0D.

Opacity

.myOpacity80 { color: #001A0D; opacity: 0.8; }

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

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

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

This text has shadow with #001A0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001A0D.

Preview

Color preview on black background

This text has color #001A0D on black background.


Color preview on white background

This text has color #001A0D on white background.


Black color preview on #001A0D background

This text has black color on #001A0D background.


White color preview on #001A0D background

This text has white color on #001A0D background.


Related colors

Complementary color

Complementary color for #hex is #FFE5F2.


I love getcolorcode.com

Triadic colors

1 #0D001A and #1A0D00 with #001A0D are triadic colors.

2 #0D1A00 and #1A000D with #001A0D are triadic colors.