COLOR #014F17

HEX: #014F17
RGB: (1,79,23)

Color info

#014F17 contains mainly green and blue colors. Web safe color of #014F17 is #006600 (or #060).

RGB color model

#014F17 color RGB value is (1,79,23).

  • red value is 1;
  • green value is 79;
  • blue value is 23.
RGB:
(1,79,23)
(0%,31%,9%)

RGB channels and saturation

R 1 of 255 = 0%
G 79 of 255 = 31%
B 23 of 255 = 9%

1
79
23

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

Portions of RGB colors in percentages

R + G + B =
1 + 79 + 23 = 103 (100%)
R 1 of 103 ~ 0.97%
G 79 of 103 ~ 76.7%
B 23 of 103 ~ 22.33%

%76.7
%22.33

CMYK color model

#014F17 color CMYK value is (99,0,71,69).

  • cyan value is 98.73%
  • magenta value is 0.00%
  • yellow value is 70.89%
  • key color value is 69.02%
CMYK:
(99,0,71,69)
C99M0Y71K69 
(99%,0%,71%,69%)
(0.99/0.00/0.71/0.69)	

CMYK percentages

%98.73
%0
%70.89
%69.02

Codes

Color #014F17 in popluar color models

014F17
RGB17923
HSL137°97.50%15.69%
HSB/HSV137°98.73%30.98%
CMYK98.73%0.00%70.89%
69.02%

Color #014F17 in popluar number systems.

HEX014F17
Decimal17923
Binary1100111110111
Octal111727

Shades and tints

Shades of #014F17

#014F17
(1,79,23)
#014815
(1,72,21)
#014113
(1,65,19)
#013A11
(1,58,17)
#01330F
(1,51,15)
#012C0D
(1,44,13)
#01250B
(1,37,11)
#011E09
(1,30,9)
#011707
(1,23,7)
#011005
(1,16,5)
#010903
(1,9,3)
#000000
(0,0,0)

Tints of #014F17

#014F17
(1,79,23)
#185F2C
(24,95,44)
#2F6F41
(47,111,65)
#467F56
(70,127,86)
#5D8F6B
(93,143,107)
#749F80
(116,159,128)
#8BAF95
(139,175,149)
#A2BFAA
(162,191,170)
#B9CFBF
(185,207,191)
#D0DFD4
(208,223,212)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014F17 color. Also use rgb(1,79,23) instead hex code.

Text Font Color

.myTextColor { color: #014F17; }

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

This text font color is #014F17.


Background Color

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

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

This div background color is #014F17.


Border color

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

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

This div border color is #014F17.


Opacity

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

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

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

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

This text has shadow with #014F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014F17 on black background.


Color preview on white background

This text has color #014F17 on white background.



Black color preview on #014F17 background

This text has black color on #014F17 background.


White color preview on #014F17 background

This text has white color on #014F17 background.