COLOR #014205

HEX: #014205 RGB: (1,66,5)

Color info

#014205 contains mainly green color. Web safe color of #014205 is #003300 (or #030).

RGB color model

#014205 color RGB value is (1,66,5).

RGB: (1,66,5) (0%, 26%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 66 of 255 = 26%
B 5 of 255 = 2%

1
66
5

R + G + B ~ 9%. #014205 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 66 + 5 = 72 (100%)
R 1 of 72 ~ 1.39%
G 66 of 72 ~ 91.67%
B 5 of 72 ~ 6.94'%

%91.67

CMYK color model

#014205 color CMYK value is (98,0,92,74).

  • cyan value is 98.48%
  • magenta value is 0.00%
  • yellow value is 92.42%
  • key color value is 74.12%
CMYK: (98,0,92,74) C98M0Y92K74 (98%,0%,92%,74%) (0.98/0.00/0.92/0.74) 

CMYK percentages

%98.48
%0
%92.42
%74.12

Codes

Color #014205 in popluar color models

01 42 05
RGB 1 66 5
HSL 124° 97.01% 13.14%
HSB/HSV 124° 98.48% 25.88%
CMYK 98.48% 0.00% 92.42%
74.12%

Color #014205 in popluar number systems.

HEX 01 42 05
Decimal 1 66 5
Binary 1 1000010 101
Octal 1 102 5

Shades and tints

Shades of #014205

#014205
(1,66,5)
#013C05
(1,60,5)
#013605
(1,54,5)
#013005
(1,48,5)
#012A05
(1,42,5)
#012405
(1,36,5)
#011E05
(1,30,5)
#011805
(1,24,5)
#011205
(1,18,5)
#010C05
(1,12,5)
#010605
(1,6,5)
#000000
(0,0,0)

Tints of #014205

#014205
(1,66,5)
#18531B
(24,83,27)
#2F6431
(47,100,49)
#467547
(70,117,71)
#5D865D
(93,134,93)
#749773
(116,151,115)
#8BA889
(139,168,137)
#A2B99F
(162,185,159)
#B9CAB5
(185,202,181)
#D0DBCB
(208,219,203)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014205 color. Also use rgb(1,66,5) instead hex code.

Text Font Color

.myTextColor { color: #014205; }

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

This text font color is #014205.

Background Color

.myBgColor { background-color: #014205; }

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

This div background color is #014205.

Border color

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

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

This div border color is #014205.

Opacity

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

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

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

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

This text has shadow with #014205 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #014205.

Preview

Color preview on black background

This text has color #014205 on black background.


Color preview on white background

This text has color #014205 on white background.


Black color preview on #014205 background

This text has black color on #014205 background.


White color preview on #014205 background

This text has white color on #014205 background.


Related colors

Complementary color

Complementary color for #hex is #FEBDFA.


I love getcolorcode.com

Triadic colors

1 #050142 and #420501 with #014205 are triadic colors.

2 #054201 and #420105 with #014205 are triadic colors.