COLOR #014A25

HEX: #014A25
RGB: (1,74,37)

Color info

#014A25 contains mainly green and blue colors. Web safe color of #014A25 is #003333 (or #033).

RGB color model

#014A25 color RGB value is (1,74,37).

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

RGB channels and saturation

R 1 of 255 = 0%
G 74 of 255 = 29%
B 37 of 255 = 15%

1
74
37

R + G + B ~ 15%. #014A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 74 + 37 = 112 (100%)
R 1 of 112 ~ 0.89%
G 74 of 112 ~ 66.07%
B 37 of 112 ~ 33.04%

%66.07
%33.04

CMYK color model

#014A25 color CMYK value is (99,0,50,71).

  • cyan value is 98.65%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 70.98%
CMYK:
(99,0,50,71)
C99M0Y50K71 
(99%,0%,50%,71%)
(0.99/0.00/0.50/0.71)	

CMYK percentages

%98.65
%0
%50
%70.98

Codes

Color #014A25 in popluar color models

014A25
RGB17437
HSL150°97.33%14.71%
HSB/HSV150°98.65%29.02%
CMYK98.65%0.00%50.00%
70.98%

Color #014A25 in popluar number systems.

HEX014A25
Decimal17437
Binary11001010100101
Octal111245

Shades and tints

Shades of #014A25

#014A25
(1,74,37)
#014422
(1,68,34)
#013E1F
(1,62,31)
#01381C
(1,56,28)
#013219
(1,50,25)
#012C16
(1,44,22)
#012613
(1,38,19)
#012010
(1,32,16)
#011A0D
(1,26,13)
#01140A
(1,20,10)
#010E07
(1,14,7)
#000000
(0,0,0)

Tints of #014A25

#014A25
(1,74,37)
#185A38
(24,90,56)
#2F6A4B
(47,106,75)
#467A5E
(70,122,94)
#5D8A71
(93,138,113)
#749A84
(116,154,132)
#8BAA97
(139,170,151)
#A2BAAA
(162,186,170)
#B9CABD
(185,202,189)
#D0DAD0
(208,218,208)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014A25; }

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

This text font color is #014A25.


Background Color

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

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

This div background color is #014A25.


Border color

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

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

This div border color is #014A25.


Opacity

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

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

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

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

This text has shadow with #014A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014A25 on black background.


Color preview on white background

This text has color #014A25 on white background.



Black color preview on #014A25 background

This text has black color on #014A25 background.


White color preview on #014A25 background

This text has white color on #014A25 background.