COLOR #1CA33B

HEX: #1CA33B RGB: (28,163,59)

Color info

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

RGB color model

#1CA33B color RGB value is (28,163,59).

RGB: (28,163,59) (11%, 64%, 23%)

RGB channels and saturation

R 28 of 255 = 11%
G 163 of 255 = 64%
B 59 of 255 = 23%

28
163
59

R + G + B ~ 33%. #1CA33B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 163 + 59 = 250 (100%)
R 28 of 250 ~ 11.2%
G 163 of 250 ~ 65.2%
B 59 of 250 ~ 23.6'%

%11.2
%65.2
%23.6

CMYK color model

#1CA33B color CMYK value is (83,0,64,36).

  • cyan value is 82.82%
  • magenta value is 0.00%
  • yellow value is 63.80%
  • key color value is 36.08%
CMYK: (83,0,64,36) C83M0Y64K36 (83%,0%,64%,36%) (0.83/0.00/0.64/0.36) 

CMYK percentages

%82.82
%0
%63.8
%36.08

Codes

Color #1CA33B in popluar color models

1C A3 3B
RGB 28 163 59
HSL 134° 70.68% 37.45%
HSB/HSV 134° 82.82% 63.92%
CMYK 82.82% 0.00% 63.80%
36.08%

Color #1CA33B in popluar number systems.

HEX 1C A3 3B
Decimal 28 163 59
Binary 11100 10100011 111011
Octal 34 243 73

Shades and tints

Shades of #1CA33B

#1CA33B
(28,163,59)
#1A9536
(26,149,54)
#188731
(24,135,49)
#16792C
(22,121,44)
#146B27
(20,107,39)
#125D22
(18,93,34)
#104F1D
(16,79,29)
#0E4118
(14,65,24)
#0C3313
(12,51,19)
#0A250E
(10,37,14)
#081709
(8,23,9)
#000000
(0,0,0)

Tints of #1CA33B

#1CA33B
(28,163,59)
#30AB4C
(48,171,76)
#44B35D
(68,179,93)
#58BB6E
(88,187,110)
#6CC37F
(108,195,127)
#80CB90
(128,203,144)
#94D3A1
(148,211,161)
#A8DBB2
(168,219,178)
#BCE3C3
(188,227,195)
#D0EBD4
(208,235,212)
#E4F3E5
(228,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CA33B color. Also use rgb(28,163,59) instead hex code.

Text Font Color

.myTextColor { color: #1CA33B; }

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

This text font color is #1CA33B.

Background Color

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

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

This div background color is #1CA33B.

Border color

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

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

This div border color is #1CA33B.

Opacity

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

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

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

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

This text has shadow with #1CA33B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1CA33B.

Preview

Color preview on black background

This text has color #1CA33B on black background.


Color preview on white background

This text has color #1CA33B on white background.


Black color preview on #1CA33B background

This text has black color on #1CA33B background.


White color preview on #1CA33B background

This text has white color on #1CA33B background.


Related colors

Complementary color

Complementary color for #hex is #E35CC4.


I love getcolorcode.com

Triadic colors

1 #3B1CA3 and #A33B1C with #1CA33B are triadic colors.

2 #3BA31C and #A31C3B with #1CA33B are triadic colors.