COLOR #18842D

HEX: #18842D
RGB: (24,132,45)

Color info

#18842D contains mainly green color. Web safe color of #18842D is #009933 (or #093).

RGB color model

#18842D color RGB value is (24,132,45).

  • red value is 24;
  • green value is 132;
  • blue value is 45.
RGB:
(24,132,45)
(9%,52%,18%)

RGB channels and saturation

R 24 of 255 = 9%
G 132 of 255 = 52%
B 45 of 255 = 18%

24
132
45

R + G + B ~ 26%. #18842D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 132 + 45 = 201 (100%)
R 24 of 201 ~ 11.94%
G 132 of 201 ~ 65.67%
B 45 of 201 ~ 22.39%

%11.94
%65.67
%22.39

CMYK color model

#18842D color CMYK value is (82,0,66,48).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 65.91%
  • key color value is 48.24%
CMYK:
(82,0,66,48)
C82M0Y66K48 
(82%,0%,66%,48%)
(0.82/0.00/0.66/0.48)	

CMYK percentages

%81.82
%0
%65.91
%48.24

Codes

Color #18842D in popluar color models

18842D
RGB2413245
HSL132°69.23%30.59%
HSB/HSV132°81.82%51.76%
CMYK81.82%0.00%65.91%
48.24%

Color #18842D in popluar number systems.

HEX18842D
Decimal2413245
Binary1100010000100101101
Octal3020455

Shades and tints

Shades of #18842D

#18842D
(24,132,45)
#167829
(22,120,41)
#146C25
(20,108,37)
#126021
(18,96,33)
#10541D
(16,84,29)
#0E4819
(14,72,25)
#0C3C15
(12,60,21)
#0A3011
(10,48,17)
#08240D
(8,36,13)
#061809
(6,24,9)
#040C05
(4,12,5)
#000000
(0,0,0)

Tints of #18842D

#18842D
(24,132,45)
#2D8F40
(45,143,64)
#429A53
(66,154,83)
#57A566
(87,165,102)
#6CB079
(108,176,121)
#81BB8C
(129,187,140)
#96C69F
(150,198,159)
#ABD1B2
(171,209,178)
#C0DCC5
(192,220,197)
#D5E7D8
(213,231,216)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18842D color. Also use rgb(24,132,45) instead hex code.

Text Font Color

.myTextColor { color: #18842D; }

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

This text font color is #18842D.


Background Color

.myBgColor { background-color: #18842D; }

<div style="background-color:#18842D">Inner text</div>

This div background color is #18842D.


Border color

.myBorderColor { border: 1px solid #18842D; }

<div style="border:3px solid #18842D">Div</div>

This div border color is #18842D.


Opacity

.myOpacity80 { color: #18842D; opacity: 0.8; }

<p style="color:#18842D;opacity:0.8;">80%</p>

Text with #18842D 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 #18842D;}

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

This text has shadow with #18842D color.

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

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

This text has shadow with #18842D primary color and red secondary color.


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

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

This text has shadow with #18842D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18842D on black background.


Color preview on white background

This text has color #18842D on white background.



Black color preview on #18842D background

This text has black color on #18842D background.


White color preview on #18842D background

This text has white color on #18842D background.