COLOR #014A16

HEX: #014A16
RGB: (1,74,22)

Color info

#014A16 contains mainly green and blue colors. Web safe color of #014A16 is #003300 (or #030).

RGB color model

#014A16 color RGB value is (1,74,22).

  • red value is 1;
  • green value is 74;
  • blue value is 22.
RGB:
(1,74,22)
(0%,29%,9%)

RGB channels and saturation

R 1 of 255 = 0%
G 74 of 255 = 29%
B 22 of 255 = 9%

1
74
22

R + G + B ~ 13%. #014A16 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 74 + 22 = 97 (100%)
R 1 of 97 ~ 1.03%
G 74 of 97 ~ 76.29%
B 22 of 97 ~ 22.68%

%76.29
%22.68

CMYK color model

#014A16 color CMYK value is (99,0,70,71).

  • cyan value is 98.65%
  • magenta value is 0.00%
  • yellow value is 70.27%
  • key color value is 70.98%
CMYK:
(99,0,70,71)
C99M0Y70K71 
(99%,0%,70%,71%)
(0.99/0.00/0.70/0.71)	

CMYK percentages

%98.65
%0
%70.27
%70.98

Codes

Color #014A16 in popluar color models

014A16
RGB17422
HSL137°97.33%14.71%
HSB/HSV137°98.65%29.02%
CMYK98.65%0.00%70.27%
70.98%

Color #014A16 in popluar number systems.

HEX014A16
Decimal17422
Binary1100101010110
Octal111226

Shades and tints

Shades of #014A16

#014A16
(1,74,22)
#014414
(1,68,20)
#013E12
(1,62,18)
#013810
(1,56,16)
#01320E
(1,50,14)
#012C0C
(1,44,12)
#01260A
(1,38,10)
#012008
(1,32,8)
#011A06
(1,26,6)
#011404
(1,20,4)
#010E02
(1,14,2)
#000000
(0,0,0)

Tints of #014A16

#014A16
(1,74,22)
#185A2B
(24,90,43)
#2F6A40
(47,106,64)
#467A55
(70,122,85)
#5D8A6A
(93,138,106)
#749A7F
(116,154,127)
#8BAA94
(139,170,148)
#A2BAA9
(162,186,169)
#B9CABE
(185,202,190)
#D0DAD3
(208,218,211)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014A16 color. Also use rgb(1,74,22) instead hex code.

Text Font Color

.myTextColor { color: #014A16; }

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

This text font color is #014A16.


Background Color

.myBgColor { background-color: #014A16; }

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

This div background color is #014A16.


Border color

.myBorderColor { border: 1px solid #014A16; }

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

This div border color is #014A16.


Opacity

.myOpacity80 { color: #014A16; opacity: 0.8; }

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

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

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

This text has shadow with #014A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014A16 on black background.


Color preview on white background

This text has color #014A16 on white background.



Black color preview on #014A16 background

This text has black color on #014A16 background.


White color preview on #014A16 background

This text has white color on #014A16 background.