COLOR #298C62

HEX: #298C62
RGB: (41,140,98)

Color info

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

RGB color model

#298C62 color RGB value is (41,140,98).

  • red value is 41;
  • green value is 140;
  • blue value is 98.
RGB:
(41,140,98)
(16%,55%,38%)

RGB channels and saturation

R 41 of 255 = 16%
G 140 of 255 = 55%
B 98 of 255 = 38%

41
140
98

R + G + B ~ 36%. #298C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 140 + 98 = 279 (100%)
R 41 of 279 ~ 14.7%
G 140 of 279 ~ 50.18%
B 98 of 279 ~ 35.13%

%14.7
%50.18
%35.13

CMYK color model

#298C62 color CMYK value is (71,0,30,45).

  • cyan value is 70.71%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 45.10%
CMYK:
(71,0,30,45)
C71M0Y30K45 
(71%,0%,30%,45%)
(0.71/0.00/0.30/0.45)	

CMYK percentages

%70.71
%0
%30
%45.1

Codes

Color #298C62 in popluar color models

298C62
RGB4114098
HSL155°54.70%35.49%
HSB/HSV155°70.71%54.90%
CMYK70.71%0.00%30.00%
45.10%

Color #298C62 in popluar number systems.

HEX298C62
Decimal4114098
Binary101001100011001100010
Octal51214142

Shades and tints

Shades of #298C62

#298C62
(41,140,98)
#26805A
(38,128,90)
#237452
(35,116,82)
#20684A
(32,104,74)
#1D5C42
(29,92,66)
#1A503A
(26,80,58)
#174432
(23,68,50)
#14382A
(20,56,42)
#112C22
(17,44,34)
#0E201A
(14,32,26)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #298C62

#298C62
(41,140,98)
#3C9670
(60,150,112)
#4FA07E
(79,160,126)
#62AA8C
(98,170,140)
#75B49A
(117,180,154)
#88BEA8
(136,190,168)
#9BC8B6
(155,200,182)
#AED2C4
(174,210,196)
#C1DCD2
(193,220,210)
#D4E6E0
(212,230,224)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298C62 color. Also use rgb(41,140,98) instead hex code.

Text Font Color

.myTextColor { color: #298C62; }

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

This text font color is #298C62.


Background Color

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

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

This div background color is #298C62.


Border color

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

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

This div border color is #298C62.


Opacity

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

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

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

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

This text has shadow with #298C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298C62 on black background.


Color preview on white background

This text has color #298C62 on white background.



Black color preview on #298C62 background

This text has black color on #298C62 background.


White color preview on #298C62 background

This text has white color on #298C62 background.