COLOR #29BF13

HEX: #29BF13
RGB: (41,191,19)

Color info

#29BF13 contains mainly green color. Web safe color of #29BF13 is #33CC00 (or #3C0).

RGB color model

#29BF13 color RGB value is (41,191,19).

  • red value is 41;
  • green value is 191;
  • blue value is 19.
RGB:
(41,191,19)
(16%,75%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 191 of 255 = 75%
B 19 of 255 = 7%

41
191
19

R + G + B ~ 33%. #29BF13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 191 + 19 = 251 (100%)
R 41 of 251 ~ 16.33%
G 191 of 251 ~ 76.1%
B 19 of 251 ~ 7.57%

%16.33
%76.1

CMYK color model

#29BF13 color CMYK value is (79,0,90,25).

  • cyan value is 78.53%
  • magenta value is 0.00%
  • yellow value is 90.05%
  • key color value is 25.10%
CMYK:
(79,0,90,25)
C79M0Y90K25 
(79%,0%,90%,25%)
(0.79/0.00/0.90/0.25)	

CMYK percentages

%78.53
%0
%90.05
%25.1

Codes

Color #29BF13 in popluar color models

29BF13
RGB4119119
HSL112°81.90%41.18%
HSB/HSV112°90.05%74.90%
CMYK78.53%0.00%90.05%
25.10%

Color #29BF13 in popluar number systems.

HEX29BF13
Decimal4119119
Binary1010011011111110011
Octal5127723

Shades and tints

Shades of #29BF13

#29BF13
(41,191,19)
#26AE12
(38,174,18)
#239D11
(35,157,17)
#208C10
(32,140,16)
#1D7B0F
(29,123,15)
#1A6A0E
(26,106,14)
#17590D
(23,89,13)
#14480C
(20,72,12)
#11370B
(17,55,11)
#0E260A
(14,38,10)
#0B1509
(11,21,9)
#000000
(0,0,0)

Tints of #29BF13

#29BF13
(41,191,19)
#3CC428
(60,196,40)
#4FC93D
(79,201,61)
#62CE52
(98,206,82)
#75D367
(117,211,103)
#88D87C
(136,216,124)
#9BDD91
(155,221,145)
#AEE2A6
(174,226,166)
#C1E7BB
(193,231,187)
#D4ECD0
(212,236,208)
#E7F1E5
(231,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29BF13 color. Also use rgb(41,191,19) instead hex code.

Text Font Color

.myTextColor { color: #29BF13; }

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

This text font color is #29BF13.


Background Color

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

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

This div background color is #29BF13.


Border color

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

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

This div border color is #29BF13.


Opacity

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

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

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

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

This text has shadow with #29BF13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29BF13 on black background.


Color preview on white background

This text has color #29BF13 on white background.



Black color preview on #29BF13 background

This text has black color on #29BF13 background.


White color preview on #29BF13 background

This text has white color on #29BF13 background.