COLOR #155D01

HEX: #155D01
RGB: (21,93,1)

Color info

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

RGB color model

#155D01 color RGB value is (21,93,1).

  • red value is 21;
  • green value is 93;
  • blue value is 1.
RGB:
(21,93,1)
(8%,36%,0%)

RGB channels and saturation

R 21 of 255 = 8%
G 93 of 255 = 36%
B 1 of 255 = 0%

21
93
1

R + G + B ~ 15%. #155D01 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 93 + 1 = 115 (100%)
R 21 of 115 ~ 18.26%
G 93 of 115 ~ 80.87%
B 1 of 115 ~ 0.87%

%18.26
%80.87

CMYK color model

#155D01 color CMYK value is (77,0,99,64).

  • cyan value is 77.42%
  • magenta value is 0.00%
  • yellow value is 98.92%
  • key color value is 63.53%
CMYK:
(77,0,99,64)
C77M0Y99K64 
(77%,0%,99%,64%)
(0.77/0.00/0.99/0.64)	

CMYK percentages

%77.42
%0
%98.92
%63.53

Codes

Color #155D01 in popluar color models

155D01
RGB21931
HSL107°97.87%18.43%
HSB/HSV107°98.92%36.47%
CMYK77.42%0.00%98.92%
63.53%

Color #155D01 in popluar number systems.

HEX155D01
Decimal21931
Binary1010110111011
Octal251351

Shades and tints

Shades of #155D01

#155D01
(21,93,1)
#145501
(20,85,1)
#134D01
(19,77,1)
#124501
(18,69,1)
#113D01
(17,61,1)
#103501
(16,53,1)
#0F2D01
(15,45,1)
#0E2501
(14,37,1)
#0D1D01
(13,29,1)
#0C1501
(12,21,1)
#0B0D01
(11,13,1)
#000000
(0,0,0)

Tints of #155D01

#155D01
(21,93,1)
#2A6B18
(42,107,24)
#3F792F
(63,121,47)
#548746
(84,135,70)
#69955D
(105,149,93)
#7EA374
(126,163,116)
#93B18B
(147,177,139)
#A8BFA2
(168,191,162)
#BDCDB9
(189,205,185)
#D2DBD0
(210,219,208)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155D01 color. Also use rgb(21,93,1) instead hex code.

Text Font Color

.myTextColor { color: #155D01; }

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

This text font color is #155D01.


Background Color

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

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

This div background color is #155D01.


Border color

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

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

This div border color is #155D01.


Opacity

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

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

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

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

This text has shadow with #155D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155D01 on black background.


Color preview on white background

This text has color #155D01 on white background.



Black color preview on #155D01 background

This text has black color on #155D01 background.


White color preview on #155D01 background

This text has white color on #155D01 background.