COLOR #1C9B24

HEX: #1C9B24
RGB: (28,155,36)

Color info

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

RGB color model

#1C9B24 color RGB value is (28,155,36).

  • red value is 28;
  • green value is 155;
  • blue value is 36.
RGB:
(28,155,36)
(11%,61%,14%)

RGB channels and saturation

R 28 of 255 = 11%
G 155 of 255 = 61%
B 36 of 255 = 14%

28
155
36

R + G + B ~ 29%. #1C9B24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 155 + 36 = 219 (100%)
R 28 of 219 ~ 12.79%
G 155 of 219 ~ 70.78%
B 36 of 219 ~ 16.44%

%12.79
%70.78
%16.44

CMYK color model

#1C9B24 color CMYK value is (82,0,77,39).

  • cyan value is 81.94%
  • magenta value is 0.00%
  • yellow value is 76.77%
  • key color value is 39.22%
CMYK:
(82,0,77,39)
C82M0Y77K39 
(82%,0%,77%,39%)
(0.82/0.00/0.77/0.39)	

CMYK percentages

%81.94
%0
%76.77
%39.22

Codes

Color #1C9B24 in popluar color models

1C9B24
RGB2815536
HSL124°69.40%35.88%
HSB/HSV124°81.94%60.78%
CMYK81.94%0.00%76.77%
39.22%

Color #1C9B24 in popluar number systems.

HEX1C9B24
Decimal2815536
Binary1110010011011100100
Octal3423344

Shades and tints

Shades of #1C9B24

#1C9B24
(28,155,36)
#1A8D21
(26,141,33)
#187F1E
(24,127,30)
#16711B
(22,113,27)
#146318
(20,99,24)
#125515
(18,85,21)
#104712
(16,71,18)
#0E390F
(14,57,15)
#0C2B0C
(12,43,12)
#0A1D09
(10,29,9)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #1C9B24

#1C9B24
(28,155,36)
#30A437
(48,164,55)
#44AD4A
(68,173,74)
#58B65D
(88,182,93)
#6CBF70
(108,191,112)
#80C883
(128,200,131)
#94D196
(148,209,150)
#A8DAA9
(168,218,169)
#BCE3BC
(188,227,188)
#D0ECCF
(208,236,207)
#E4F5E2
(228,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C9B24 color. Also use rgb(28,155,36) instead hex code.

Text Font Color

.myTextColor { color: #1C9B24; }

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

This text font color is #1C9B24.


Background Color

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

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

This div background color is #1C9B24.


Border color

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

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

This div border color is #1C9B24.


Opacity

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

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

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

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

This text has shadow with #1C9B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C9B24 on black background.


Color preview on white background

This text has color #1C9B24 on white background.



Black color preview on #1C9B24 background

This text has black color on #1C9B24 background.


White color preview on #1C9B24 background

This text has white color on #1C9B24 background.