COLOR #1CB042

HEX: #1CB042 RGB: (28,176,66)

Color info

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

RGB color model

#1CB042 color RGB value is (28,176,66).

RGB: (28,176,66) (11%, 69%, 26%)

RGB channels and saturation

R 28 of 255 = 11%
G 176 of 255 = 69%
B 66 of 255 = 26%

28
176
66

R + G + B ~ 35%. #1CB042 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 176 + 66 = 270 (100%)
R 28 of 270 ~ 10.37%
G 176 of 270 ~ 65.19%
B 66 of 270 ~ 24.44'%

%10.37
%65.19
%24.44

CMYK color model

#1CB042 color CMYK value is (84,0,63,31).

  • cyan value is 84.09%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 30.98%
CMYK: (84,0,63,31) C84M0Y63K31 (84%,0%,63%,31%) (0.84/0.00/0.63/0.31) 

CMYK percentages

%84.09
%0
%62.5
%30.98

Codes

Color #1CB042 in popluar color models

1C B0 42
RGB 28 176 66
HSL 135° 72.55% 40.00%
HSB/HSV 135° 84.09% 69.02%
CMYK 84.09% 0.00% 62.50%
30.98%

Color #1CB042 in popluar number systems.

HEX 1C B0 42
Decimal 28 176 66
Binary 11100 10110000 1000010
Octal 34 260 102

Shades and tints

Shades of #1CB042

#1CB042
(28,176,66)
#1AA03C
(26,160,60)
#189036
(24,144,54)
#168030
(22,128,48)
#14702A
(20,112,42)
#126024
(18,96,36)
#10501E
(16,80,30)
#0E4018
(14,64,24)
#0C3012
(12,48,18)
#0A200C
(10,32,12)
#081006
(8,16,6)
#000000
(0,0,0)

Tints of #1CB042

#1CB042
(28,176,66)
#30B753
(48,183,83)
#44BE64
(68,190,100)
#58C575
(88,197,117)
#6CCC86
(108,204,134)
#80D397
(128,211,151)
#94DAA8
(148,218,168)
#A8E1B9
(168,225,185)
#BCE8CA
(188,232,202)
#D0EFDB
(208,239,219)
#E4F6EC
(228,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CB042 color. Also use rgb(28,176,66) instead hex code.

Text Font Color

.myTextColor { color: #1CB042; }

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

This text font color is #1CB042.

Background Color

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

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

This div background color is #1CB042.

Border color

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

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

This div border color is #1CB042.

Opacity

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

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

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

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

This text has shadow with #1CB042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1CB042.

Preview

Color preview on black background

This text has color #1CB042 on black background.


Color preview on white background

This text has color #1CB042 on white background.


Black color preview on #1CB042 background

This text has black color on #1CB042 background.


White color preview on #1CB042 background

This text has white color on #1CB042 background.


Related colors

Complementary color

Complementary color for #hex is #E34FBD.


I love getcolorcode.com

Triadic colors

1 #421CB0 and #B0421C with #1CB042 are triadic colors.

2 #42B01C and #B01C42 with #1CB042 are triadic colors.