COLOR #014B1E

HEX: #014B1E RGB: (1,75,30)

Color info

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

RGB color model

#014B1E color RGB value is (1,75,30).

RGB: (1,75,30) (0%, 29%, 12%)

RGB channels and saturation

R 1 of 255 = 0%
G 75 of 255 = 29%
B 30 of 255 = 12%

1
75
30

R + G + B ~ 14%. #014B1E is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 75 + 30 = 106 (100%)
R 1 of 106 ~ 0.94%
G 75 of 106 ~ 70.75%
B 30 of 106 ~ 28.3'%

%70.75
%28.3

CMYK color model

#014B1E color CMYK value is (99,0,60,71).

  • cyan value is 98.67%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 70.59%

CMYK: (99,0,60,71)
C99M0Y60K71 (99%, 0%, 60%, 71%)
(0.99 / 0.00 / 0.60 / 0.71)

CMYK percentages

%98.67
%0
%60
%70.59

Codes

Color #014B1E in popluar color models

01 4B 1E
RGB 1 75 30
HSL 144° 97.37% 14.90%
HSB/HSV 144° 98.67% 29.41%
CMYK 98.67% 0.00% 60.00%
70.59%

Color #014B1E in popluar number systems.

HEX 01 4B 1E
Decimal 1 75 30
Binary 1 1001011 11110
Octal 1 113 36

Shades and tints

Shades of #014B1E

#014B1E
(1,75,30)
#01451C
(1,69,28)
#013F1A
(1,63,26)
#013918
(1,57,24)
#013316
(1,51,22)
#012D14
(1,45,20)
#012712
(1,39,18)
#012110
(1,33,16)
#011B0E
(1,27,14)
#01150C
(1,21,12)
#010F0A
(1,15,10)
#000000
(0,0,0)

Tints of #014B1E

#014B1E
(1,75,30)
#185B32
(24,91,50)
#2F6B46
(47,107,70)
#467B5A
(70,123,90)
#5D8B6E
(93,139,110)
#749B82
(116,155,130)
#8BAB96
(139,171,150)
#A2BBAA
(162,187,170)
#B9CBBE
(185,203,190)
#D0DBD2
(208,219,210)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014B1E color. Also use rgb(1,75,30) instead hex code.

Text Font Color

.myTextColor { color: #014B1E; }

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

This text font color is #014B1E.

Background Color

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

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

This div background color is #014B1E.

Border color

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

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

This div border color is #014B1E.

Opacity

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

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

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

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

This text has shadow with #014B1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #014B1E.

Preview

Color preview on black background

This text has color #014B1E on black background.


Color preview on white background

This text has color #014B1E on white background.


Black color preview on #014B1E background

This text has black color on #014B1E background.


White color preview on #014B1E background

This text has white color on #014B1E background.


Related colors

Complementary color

Complementary color for #hex is #FEB4E1.


I love getcolorcode.com

Triadic colors

1 #1E014B and #4B1E01 with #014B1E are triadic colors.

2 #1E4B01 and #4B011E with #014B1E are triadic colors.