COLOR #299835

HEX: #299835
RGB: (41,152,53)

Color info

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

RGB color model

#299835 color RGB value is (41,152,53).

  • red value is 41;
  • green value is 152;
  • blue value is 53.
RGB:
(41,152,53)
(16%,60%,21%)

RGB channels and saturation

R 41 of 255 = 16%
G 152 of 255 = 60%
B 53 of 255 = 21%

41
152
53

R + G + B ~ 32%. #299835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 152 + 53 = 246 (100%)
R 41 of 246 ~ 16.67%
G 152 of 246 ~ 61.79%
B 53 of 246 ~ 21.54%

%16.67
%61.79
%21.54

CMYK color model

#299835 color CMYK value is (73,0,65,40).

  • cyan value is 73.03%
  • magenta value is 0.00%
  • yellow value is 65.13%
  • key color value is 40.39%
CMYK:
(73,0,65,40)
C73M0Y65K40 
(73%,0%,65%,40%)
(0.73/0.00/0.65/0.40)	

CMYK percentages

%73.03
%0
%65.13
%40.39

Codes

Color #299835 in popluar color models

299835
RGB4115253
HSL126°57.51%37.84%
HSB/HSV126°73.03%59.61%
CMYK73.03%0.00%65.13%
40.39%

Color #299835 in popluar number systems.

HEX299835
Decimal4115253
Binary10100110011000110101
Octal5123065

Shades and tints

Shades of #299835

#299835
(41,152,53)
#268B31
(38,139,49)
#237E2D
(35,126,45)
#207129
(32,113,41)
#1D6425
(29,100,37)
#1A5721
(26,87,33)
#174A1D
(23,74,29)
#143D19
(20,61,25)
#113015
(17,48,21)
#0E2311
(14,35,17)
#0B160D
(11,22,13)
#000000
(0,0,0)

Tints of #299835

#299835
(41,152,53)
#3CA147
(60,161,71)
#4FAA59
(79,170,89)
#62B36B
(98,179,107)
#75BC7D
(117,188,125)
#88C58F
(136,197,143)
#9BCEA1
(155,206,161)
#AED7B3
(174,215,179)
#C1E0C5
(193,224,197)
#D4E9D7
(212,233,215)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #299835 color. Also use rgb(41,152,53) instead hex code.

Text Font Color

.myTextColor { color: #299835; }

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

This text font color is #299835.


Background Color

.myBgColor { background-color: #299835; }

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

This div background color is #299835.


Border color

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

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

This div border color is #299835.


Opacity

.myOpacity80 { color: #299835; opacity: 0.8; }

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

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

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

This text has shadow with #299835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #299835 on black background.


Color preview on white background

This text has color #299835 on white background.



Black color preview on #299835 background

This text has black color on #299835 background.


White color preview on #299835 background

This text has white color on #299835 background.