COLOR #298832

HEX: #298832
RGB: (41,136,50)

Color info

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

RGB color model

#298832 color RGB value is (41,136,50).

  • red value is 41;
  • green value is 136;
  • blue value is 50.
RGB:
(41,136,50)
(16%,53%,20%)

RGB channels and saturation

R 41 of 255 = 16%
G 136 of 255 = 53%
B 50 of 255 = 20%

41
136
50

R + G + B ~ 30%. #298832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 136 + 50 = 227 (100%)
R 41 of 227 ~ 18.06%
G 136 of 227 ~ 59.91%
B 50 of 227 ~ 22.03%

%18.06
%59.91
%22.03

CMYK color model

#298832 color CMYK value is (70,0,63,47).

  • cyan value is 69.85%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 46.67%
CMYK:
(70,0,63,47)
C70M0Y63K47 
(70%,0%,63%,47%)
(0.70/0.00/0.63/0.47)	

CMYK percentages

%69.85
%0
%63.24
%46.67

Codes

Color #298832 in popluar color models

298832
RGB4113650
HSL126°53.67%34.71%
HSB/HSV126°69.85%53.33%
CMYK69.85%0.00%63.24%
46.67%

Color #298832 in popluar number systems.

HEX298832
Decimal4113650
Binary10100110001000110010
Octal5121062

Shades and tints

Shades of #298832

#298832
(41,136,50)
#267C2E
(38,124,46)
#23702A
(35,112,42)
#206426
(32,100,38)
#1D5822
(29,88,34)
#1A4C1E
(26,76,30)
#17401A
(23,64,26)
#143416
(20,52,22)
#112812
(17,40,18)
#0E1C0E
(14,28,14)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #298832

#298832
(41,136,50)
#3C9244
(60,146,68)
#4F9C56
(79,156,86)
#62A668
(98,166,104)
#75B07A
(117,176,122)
#88BA8C
(136,186,140)
#9BC49E
(155,196,158)
#AECEB0
(174,206,176)
#C1D8C2
(193,216,194)
#D4E2D4
(212,226,212)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298832 color. Also use rgb(41,136,50) instead hex code.

Text Font Color

.myTextColor { color: #298832; }

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

This text font color is #298832.


Background Color

.myBgColor { background-color: #298832; }

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

This div background color is #298832.


Border color

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

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

This div border color is #298832.


Opacity

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

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

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

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

This text has shadow with #298832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298832 on black background.


Color preview on white background

This text has color #298832 on white background.



Black color preview on #298832 background

This text has black color on #298832 background.


White color preview on #298832 background

This text has white color on #298832 background.