COLOR #298D52

HEX: #298D52
RGB: (41,141,82)

Color info

#298D52 contains mainly green and blue colors. Web safe color of #298D52 is #339966 (or #396).

RGB color model

#298D52 color RGB value is (41,141,82).

  • red value is 41;
  • green value is 141;
  • blue value is 82.
RGB:
(41,141,82)
(16%,55%,32%)

RGB channels and saturation

R 41 of 255 = 16%
G 141 of 255 = 55%
B 82 of 255 = 32%

41
141
82

R + G + B ~ 34%. #298D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 141 + 82 = 264 (100%)
R 41 of 264 ~ 15.53%
G 141 of 264 ~ 53.41%
B 82 of 264 ~ 31.06%

%15.53
%53.41
%31.06

CMYK color model

#298D52 color CMYK value is (71,0,42,45).

  • cyan value is 70.92%
  • magenta value is 0.00%
  • yellow value is 41.84%
  • key color value is 44.71%
CMYK:
(71,0,42,45)
C71M0Y42K45 
(71%,0%,42%,45%)
(0.71/0.00/0.42/0.45)	

CMYK percentages

%70.92
%0
%41.84
%44.71

Codes

Color #298D52 in popluar color models

298D52
RGB4114182
HSL145°54.95%35.69%
HSB/HSV145°70.92%55.29%
CMYK70.92%0.00%41.84%
44.71%

Color #298D52 in popluar number systems.

HEX298D52
Decimal4114182
Binary101001100011011010010
Octal51215122

Shades and tints

Shades of #298D52

#298D52
(41,141,82)
#26814B
(38,129,75)
#237544
(35,117,68)
#20693D
(32,105,61)
#1D5D36
(29,93,54)
#1A512F
(26,81,47)
#174528
(23,69,40)
#143921
(20,57,33)
#112D1A
(17,45,26)
#0E2113
(14,33,19)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #298D52

#298D52
(41,141,82)
#3C9761
(60,151,97)
#4FA170
(79,161,112)
#62AB7F
(98,171,127)
#75B58E
(117,181,142)
#88BF9D
(136,191,157)
#9BC9AC
(155,201,172)
#AED3BB
(174,211,187)
#C1DDCA
(193,221,202)
#D4E7D9
(212,231,217)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298D52 color. Also use rgb(41,141,82) instead hex code.

Text Font Color

.myTextColor { color: #298D52; }

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

This text font color is #298D52.


Background Color

.myBgColor { background-color: #298D52; }

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

This div background color is #298D52.


Border color

.myBorderColor { border: 1px solid #298D52; }

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

This div border color is #298D52.


Opacity

.myOpacity80 { color: #298D52; opacity: 0.8; }

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

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

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

This text has shadow with #298D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298D52 on black background.


Color preview on white background

This text has color #298D52 on white background.



Black color preview on #298D52 background

This text has black color on #298D52 background.


White color preview on #298D52 background

This text has white color on #298D52 background.