COLOR #001C0A

HEX: #001C0A RGB: (0,28,10)

Color info

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

RGB color model

#001C0A color RGB value is (0,28,10).

RGB: (0,28,10) (0%, 11%, 4%)

RGB channels and saturation

R 0 of 255 = 0%
G 28 of 255 = 11%
B 10 of 255 = 4%

0
28
10

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

Portions of RGB colors in percentages

R + G + B = 0 + 28 + 10 = 38 (100%)
R 0 of 38 ~ 0%
G 28 of 38 ~ 73.68%
B 10 of 38 ~ 26.32'%

%73.68
%26.32

CMYK color model

#001C0A color CMYK value is (100,0,64,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 89.02%

CMYK: (100,0,64,89)
C100M0Y64K89 (100%, 0%, 64%, 89%)
(1.00 / 0.00 / 0.64 / 0.89)

CMYK percentages

%100
%0
%64.29
%89.02

Codes

Color #001C0A in popluar color models

00 1C 0A
RGB 0 28 10
HSL 141° 100.00% 5.49%
HSB/HSV 141° 100.00% 10.98%
CMYK 100.00% 0.00% 64.29%
89.02%

Color #001C0A in popluar number systems.

HEX 00 1C 0A
Decimal 0 28 10
Binary 0 11100 1010
Octal 0 34 12

Shades and tints

Shades of #001C0A

#001C0A
(0,28,10)
#001A0A
(0,26,10)
#00180A
(0,24,10)
#00160A
(0,22,10)
#00140A
(0,20,10)
#00120A
(0,18,10)
#00100A
(0,16,10)
#000E0A
(0,14,10)
#000C0A
(0,12,10)
#000A0A
(0,10,10)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #001C0A

#001C0A
(0,28,10)
#173020
(23,48,32)
#2E4436
(46,68,54)
#45584C
(69,88,76)
#5C6C62
(92,108,98)
#738078
(115,128,120)
#8A948E
(138,148,142)
#A1A8A4
(161,168,164)
#B8BCBA
(184,188,186)
#CFD0D0
(207,208,208)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001C0A color. Also use rgb(0,28,10) instead hex code.

Text Font Color

.myTextColor { color: #001C0A; }

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

This text font color is #001C0A.

Background Color

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

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

This div background color is #001C0A.

Border color

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

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

This div border color is #001C0A.

Opacity

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

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

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

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

This text has shadow with #001C0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001C0A.

Preview

Color preview on black background

This text has color #001C0A on black background.


Color preview on white background

This text has color #001C0A on white background.


Black color preview on #001C0A background

This text has black color on #001C0A background.


White color preview on #001C0A background

This text has white color on #001C0A background.


Related colors

Complementary color

Complementary color for #hex is #FFE3F5.


I love getcolorcode.com

Triadic colors

1 #0A001C and #1C0A00 with #001C0A are triadic colors.

2 #0A1C00 and #1C000A with #001C0A are triadic colors.