COLOR #1F9E4B

HEX: #1F9E4B
RGB: (31,158,75)

Color info

#1F9E4B contains mainly green color. Web safe color of #1F9E4B is #339933 (or #393).

RGB color model

#1F9E4B color RGB value is (31,158,75).

  • red value is 31;
  • green value is 158;
  • blue value is 75.
RGB:
(31,158,75)
(12%,62%,29%)

RGB channels and saturation

R 31 of 255 = 12%
G 158 of 255 = 62%
B 75 of 255 = 29%

31
158
75

R + G + B ~ 34%. #1F9E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 158 + 75 = 264 (100%)
R 31 of 264 ~ 11.74%
G 158 of 264 ~ 59.85%
B 75 of 264 ~ 28.41%

%11.74
%59.85
%28.41

CMYK color model

#1F9E4B color CMYK value is (80,0,53,38).

  • cyan value is 80.38%
  • magenta value is 0.00%
  • yellow value is 52.53%
  • key color value is 38.04%
CMYK:
(80,0,53,38)
C80M0Y53K38 
(80%,0%,53%,38%)
(0.80/0.00/0.53/0.38)	

CMYK percentages

%80.38
%0
%52.53
%38.04

Codes

Color #1F9E4B in popluar color models

1F9E4B
RGB3115875
HSL141°67.20%37.06%
HSB/HSV141°80.38%61.96%
CMYK80.38%0.00%52.53%
38.04%

Color #1F9E4B in popluar number systems.

HEX1F9E4B
Decimal3115875
Binary11111100111101001011
Octal37236113

Shades and tints

Shades of #1F9E4B

#1F9E4B
(31,158,75)
#1D9045
(29,144,69)
#1B823F
(27,130,63)
#197439
(25,116,57)
#176633
(23,102,51)
#15582D
(21,88,45)
#134A27
(19,74,39)
#113C21
(17,60,33)
#0F2E1B
(15,46,27)
#0D2015
(13,32,21)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #1F9E4B

#1F9E4B
(31,158,75)
#33A65B
(51,166,91)
#47AE6B
(71,174,107)
#5BB67B
(91,182,123)
#6FBE8B
(111,190,139)
#83C69B
(131,198,155)
#97CEAB
(151,206,171)
#ABD6BB
(171,214,187)
#BFDECB
(191,222,203)
#D3E6DB
(211,230,219)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F9E4B color. Also use rgb(31,158,75) instead hex code.

Text Font Color

.myTextColor { color: #1F9E4B; }

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

This text font color is #1F9E4B.


Background Color

.myBgColor { background-color: #1F9E4B; }

<div style="background-color:#1F9E4B">Inner text</div>

This div background color is #1F9E4B.


Border color

.myBorderColor { border: 1px solid #1F9E4B; }

<div style="border:3px solid #1F9E4B">Div</div>

This div border color is #1F9E4B.


Opacity

.myOpacity80 { color: #1F9E4B; opacity: 0.8; }

<p style="color:#1F9E4B;opacity:0.8;">80%</p>

Text with #1F9E4B 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 #1F9E4B;}

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

This text has shadow with #1F9E4B color.

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

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

This text has shadow with #1F9E4B primary color and red secondary color.


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

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

This text has shadow with #1F9E4B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F9E4B on black background.


Color preview on white background

This text has color #1F9E4B on white background.



Black color preview on #1F9E4B background

This text has black color on #1F9E4B background.


White color preview on #1F9E4B background

This text has white color on #1F9E4B background.