COLOR #29BB21

HEX: #29BB21
RGB: (41,187,33)

Color info

#29BB21 contains mainly green color. Web safe color of #29BB21 is #33CC33 (or #3C3).

RGB color model

#29BB21 color RGB value is (41,187,33).

  • red value is 41;
  • green value is 187;
  • blue value is 33.
RGB:
(41,187,33)
(16%,73%,13%)

RGB channels and saturation

R 41 of 255 = 16%
G 187 of 255 = 73%
B 33 of 255 = 13%

41
187
33

R + G + B ~ 34%. #29BB21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 187 + 33 = 261 (100%)
R 41 of 261 ~ 15.71%
G 187 of 261 ~ 71.65%
B 33 of 261 ~ 12.64%

%15.71
%71.65
%12.64

CMYK color model

#29BB21 color CMYK value is (78,0,82,27).

  • cyan value is 78.07%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 26.67%
CMYK:
(78,0,82,27)
C78M0Y82K27 
(78%,0%,82%,27%)
(0.78/0.00/0.82/0.27)	

CMYK percentages

%78.07
%0
%82.35
%26.67

Codes

Color #29BB21 in popluar color models

29BB21
RGB4118733
HSL117°70.00%43.14%
HSB/HSV117°82.35%73.33%
CMYK78.07%0.00%82.35%
26.67%

Color #29BB21 in popluar number systems.

HEX29BB21
Decimal4118733
Binary10100110111011100001
Octal5127341

Shades and tints

Shades of #29BB21

#29BB21
(41,187,33)
#26AA1E
(38,170,30)
#23991B
(35,153,27)
#208818
(32,136,24)
#1D7715
(29,119,21)
#1A6612
(26,102,18)
#17550F
(23,85,15)
#14440C
(20,68,12)
#113309
(17,51,9)
#0E2206
(14,34,6)
#0B1103
(11,17,3)
#000000
(0,0,0)

Tints of #29BB21

#29BB21
(41,187,33)
#3CC135
(60,193,53)
#4FC749
(79,199,73)
#62CD5D
(98,205,93)
#75D371
(117,211,113)
#88D985
(136,217,133)
#9BDF99
(155,223,153)
#AEE5AD
(174,229,173)
#C1EBC1
(193,235,193)
#D4F1D5
(212,241,213)
#E7F7E9
(231,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29BB21 color. Also use rgb(41,187,33) instead hex code.

Text Font Color

.myTextColor { color: #29BB21; }

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

This text font color is #29BB21.


Background Color

.myBgColor { background-color: #29BB21; }

<div style="background-color:#29BB21">Inner text</div>

This div background color is #29BB21.


Border color

.myBorderColor { border: 1px solid #29BB21; }

<div style="border:3px solid #29BB21">Div</div>

This div border color is #29BB21.


Opacity

.myOpacity80 { color: #29BB21; opacity: 0.8; }

<p style="color:#29BB21;opacity:0.8;">80%</p>

Text with #29BB21 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 #29BB21;}

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

This text has shadow with #29BB21 color.

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

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

This text has shadow with #29BB21 primary color and red secondary color.


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

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

This text has shadow with #29BB21 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29BB21 on black background.


Color preview on white background

This text has color #29BB21 on white background.



Black color preview on #29BB21 background

This text has black color on #29BB21 background.


White color preview on #29BB21 background

This text has white color on #29BB21 background.