COLOR #298F48

HEX: #298F48
RGB: (41,143,72)

Color info

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

RGB color model

#298F48 color RGB value is (41,143,72).

  • red value is 41;
  • green value is 143;
  • blue value is 72.
RGB:
(41,143,72)
(16%,56%,28%)

RGB channels and saturation

R 41 of 255 = 16%
G 143 of 255 = 56%
B 72 of 255 = 28%

41
143
72

R + G + B ~ 33%. #298F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 143 + 72 = 256 (100%)
R 41 of 256 ~ 16.02%
G 143 of 256 ~ 55.86%
B 72 of 256 ~ 28.13%

%16.02
%55.86
%28.13

CMYK color model

#298F48 color CMYK value is (71,0,50,44).

  • cyan value is 71.33%
  • magenta value is 0.00%
  • yellow value is 49.65%
  • key color value is 43.92%
CMYK:
(71,0,50,44)
C71M0Y50K44 
(71%,0%,50%,44%)
(0.71/0.00/0.50/0.44)	

CMYK percentages

%71.33
%0
%49.65
%43.92

Codes

Color #298F48 in popluar color models

298F48
RGB4114372
HSL138°55.43%36.08%
HSB/HSV138°71.33%56.08%
CMYK71.33%0.00%49.65%
43.92%

Color #298F48 in popluar number systems.

HEX298F48
Decimal4114372
Binary101001100011111001000
Octal51217110

Shades and tints

Shades of #298F48

#298F48
(41,143,72)
#268242
(38,130,66)
#23753C
(35,117,60)
#206836
(32,104,54)
#1D5B30
(29,91,48)
#1A4E2A
(26,78,42)
#174124
(23,65,36)
#14341E
(20,52,30)
#112718
(17,39,24)
#0E1A12
(14,26,18)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #298F48

#298F48
(41,143,72)
#3C9958
(60,153,88)
#4FA368
(79,163,104)
#62AD78
(98,173,120)
#75B788
(117,183,136)
#88C198
(136,193,152)
#9BCBA8
(155,203,168)
#AED5B8
(174,213,184)
#C1DFC8
(193,223,200)
#D4E9D8
(212,233,216)
#E7F3E8
(231,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298F48 color. Also use rgb(41,143,72) instead hex code.

Text Font Color

.myTextColor { color: #298F48; }

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

This text font color is #298F48.


Background Color

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

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

This div background color is #298F48.


Border color

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

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

This div border color is #298F48.


Opacity

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

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

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

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

This text has shadow with #298F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298F48 on black background.


Color preview on white background

This text has color #298F48 on white background.



Black color preview on #298F48 background

This text has black color on #298F48 background.


White color preview on #298F48 background

This text has white color on #298F48 background.