COLOR #187D01

HEX: #187D01
RGB: (24,125,1)

Color info

#187D01 contains mainly green color. Web safe color of #187D01 is #006600 (or #060).

RGB color model

#187D01 color RGB value is (24,125,1).

  • red value is 24;
  • green value is 125;
  • blue value is 1.
RGB:
(24,125,1)
(9%,49%,0%)

RGB channels and saturation

R 24 of 255 = 9%
G 125 of 255 = 49%
B 1 of 255 = 0%

24
125
1

R + G + B ~ 19%. #187D01 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 125 + 1 = 150 (100%)
R 24 of 150 ~ 16%
G 125 of 150 ~ 83.33%
B 1 of 150 ~ 0.67%

%16
%83.33

CMYK color model

#187D01 color CMYK value is (81,0,99,51).

  • cyan value is 80.80%
  • magenta value is 0.00%
  • yellow value is 99.20%
  • key color value is 50.98%
CMYK:
(81,0,99,51)
C81M0Y99K51 
(81%,0%,99%,51%)
(0.81/0.00/0.99/0.51)	

CMYK percentages

%80.8
%0
%99.2
%50.98

Codes

Color #187D01 in popluar color models

187D01
RGB241251
HSL109°98.41%24.71%
HSB/HSV109°99.20%49.02%
CMYK80.80%0.00%99.20%
50.98%

Color #187D01 in popluar number systems.

HEX187D01
Decimal241251
Binary1100011111011
Octal301751

Shades and tints

Shades of #187D01

#187D01
(24,125,1)
#167201
(22,114,1)
#146701
(20,103,1)
#125C01
(18,92,1)
#105101
(16,81,1)
#0E4601
(14,70,1)
#0C3B01
(12,59,1)
#0A3001
(10,48,1)
#082501
(8,37,1)
#061A01
(6,26,1)
#040F01
(4,15,1)
#000000
(0,0,0)

Tints of #187D01

#187D01
(24,125,1)
#2D8818
(45,136,24)
#42932F
(66,147,47)
#579E46
(87,158,70)
#6CA95D
(108,169,93)
#81B474
(129,180,116)
#96BF8B
(150,191,139)
#ABCAA2
(171,202,162)
#C0D5B9
(192,213,185)
#D5E0D0
(213,224,208)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187D01 color. Also use rgb(24,125,1) instead hex code.

Text Font Color

.myTextColor { color: #187D01; }

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

This text font color is #187D01.


Background Color

.myBgColor { background-color: #187D01; }

<div style="background-color:#187D01">Inner text</div>

This div background color is #187D01.


Border color

.myBorderColor { border: 1px solid #187D01; }

<div style="border:3px solid #187D01">Div</div>

This div border color is #187D01.


Opacity

.myOpacity80 { color: #187D01; opacity: 0.8; }

<p style="color:#187D01;opacity:0.8;">80%</p>

Text with #187D01 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 #187D01;}

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

This text has shadow with #187D01 color.

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

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

This text has shadow with #187D01 primary color and red secondary color.


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

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

This text has shadow with #187D01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187D01 on black background.


Color preview on white background

This text has color #187D01 on white background.



Black color preview on #187D01 background

This text has black color on #187D01 background.


White color preview on #187D01 background

This text has white color on #187D01 background.