COLOR #014D09

HEX: #014D09 RGB: (1,77,9)

Color info

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

RGB color model

#014D09 color RGB value is (1,77,9).

RGB: (1,77,9) (0%, 30%, 4%)

RGB channels and saturation

R 1 of 255 = 0%
G 77 of 255 = 30%
B 9 of 255 = 4%

1
77
9

R + G + B ~ 11%. #014D09 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 77 + 9 = 87 (100%)
R 1 of 87 ~ 1.15%
G 77 of 87 ~ 88.51%
B 9 of 87 ~ 10.34'%

%88.51

CMYK color model

#014D09 color CMYK value is (99,0,88,70).

  • cyan value is 98.70%
  • magenta value is 0.00%
  • yellow value is 88.31%
  • key color value is 69.80%

CMYK: (99,0,88,70)
C99M0Y88K70 (99%, 0%, 88%, 70%)
(0.99 / 0.00 / 0.88 / 0.70)

CMYK percentages

%98.7
%0
%88.31
%69.8

Codes

Color #014D09 in popluar color models

01 4D 09
RGB 1 77 9
HSL 126° 97.44% 15.29%
HSB/HSV 126° 98.70% 30.20%
CMYK 98.70% 0.00% 88.31%
69.80%

Color #014D09 in popluar number systems.

HEX 01 4D 09
Decimal 1 77 9
Binary 1 1001101 1001
Octal 1 115 11

Shades and tints

Shades of #014D09

#014D09
(1,77,9)
#014609
(1,70,9)
#013F09
(1,63,9)
#013809
(1,56,9)
#013109
(1,49,9)
#012A09
(1,42,9)
#012309
(1,35,9)
#011C09
(1,28,9)
#011509
(1,21,9)
#010E09
(1,14,9)
#010709
(1,7,9)
#000000
(0,0,0)

Tints of #014D09

#014D09
(1,77,9)
#185D1F
(24,93,31)
#2F6D35
(47,109,53)
#467D4B
(70,125,75)
#5D8D61
(93,141,97)
#749D77
(116,157,119)
#8BAD8D
(139,173,141)
#A2BDA3
(162,189,163)
#B9CDB9
(185,205,185)
#D0DDCF
(208,221,207)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014D09 color. Also use rgb(1,77,9) instead hex code.

Text Font Color

.myTextColor { color: #014D09; }

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

This text font color is #014D09.

Background Color

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

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

This div background color is #014D09.

Border color

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

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

This div border color is #014D09.

Opacity

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

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

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

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

This text has shadow with #014D09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #014D09.

Preview

Color preview on black background

This text has color #014D09 on black background.


Color preview on white background

This text has color #014D09 on white background.


Black color preview on #014D09 background

This text has black color on #014D09 background.


White color preview on #014D09 background

This text has white color on #014D09 background.


Related colors

Complementary color

Complementary color for #hex is #FEB2F6.


I love getcolorcode.com

Triadic colors

1 #09014D and #4D0901 with #014D09 are triadic colors.

2 #094D01 and #4D0109 with #014D09 are triadic colors.