COLOR #012A06

HEX: #012A06
RGB: (1,42,6)

Color info

#012A06 contains red, green and blue colors in about the same proportion. Web safe color of #012A06 is #003300 (or #030).

RGB color model

#012A06 color RGB value is (1,42,6).

  • red value is 1;
  • green value is 42;
  • blue value is 6.
RGB:
(1,42,6)
(0%,16%,2%)

RGB channels and saturation

R 1 of 255 = 0%
G 42 of 255 = 16%
B 6 of 255 = 2%

1
42
6

R + G + B ~ 6%. #012A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 42 + 6 = 49 (100%)
R 1 of 49 ~ 2.04%
G 42 of 49 ~ 85.71%
B 6 of 49 ~ 12.24%

%85.71
%12.24

CMYK color model

#012A06 color CMYK value is (98,0,86,84).

  • cyan value is 97.62%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 83.53%
CMYK:
(98,0,86,84)
C98M0Y86K84 
(98%,0%,86%,84%)
(0.98/0.00/0.86/0.84)	

CMYK percentages

%97.62
%0
%85.71
%83.53

Codes

Color #012A06 in popluar color models

012A06
RGB1426
HSL127°95.35%8.43%
HSB/HSV127°97.62%16.47%
CMYK97.62%0.00%85.71%
83.53%

Color #012A06 in popluar number systems.

HEX012A06
Decimal1426
Binary1101010110
Octal1526

Shades and tints

Shades of #012A06

#012A06
(1,42,6)
#012706
(1,39,6)
#012406
(1,36,6)
#012106
(1,33,6)
#011E06
(1,30,6)
#011B06
(1,27,6)
#011806
(1,24,6)
#011506
(1,21,6)
#011206
(1,18,6)
#010F06
(1,15,6)
#010C06
(1,12,6)
#000000
(0,0,0)

Tints of #012A06

#012A06
(1,42,6)
#183D1C
(24,61,28)
#2F5032
(47,80,50)
#466348
(70,99,72)
#5D765E
(93,118,94)
#748974
(116,137,116)
#8B9C8A
(139,156,138)
#A2AFA0
(162,175,160)
#B9C2B6
(185,194,182)
#D0D5CC
(208,213,204)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012A06 color. Also use rgb(1,42,6) instead hex code.

Text Font Color

.myTextColor { color: #012A06; }

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

This text font color is #012A06.


Background Color

.myBgColor { background-color: #012A06; }

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

This div background color is #012A06.


Border color

.myBorderColor { border: 1px solid #012A06; }

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

This div border color is #012A06.


Opacity

.myOpacity80 { color: #012A06; opacity: 0.8; }

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

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

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

This text has shadow with #012A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012A06 on black background.


Color preview on white background

This text has color #012A06 on white background.



Black color preview on #012A06 background

This text has black color on #012A06 background.


White color preview on #012A06 background

This text has white color on #012A06 background.