COLOR #298D42

HEX: #298D42 RGB: (41,141,66)

Color info

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

RGB color model

#298D42 color RGB value is (41,141,66).

RGB: (41,141,66) (16%, 55%, 26%)

RGB channels and saturation

R 41 of 255 = 16%
G 141 of 255 = 55%
B 66 of 255 = 26%

41
141
66

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

Portions of RGB colors in percentages

R + G + B = 41 + 141 + 66 = 248 (100%)
R 41 of 248 ~ 16.53%
G 141 of 248 ~ 56.85%
B 66 of 248 ~ 26.61'%

%16.53
%56.85
%26.61

CMYK color model

#298D42 color CMYK value is (71,0,53,45).

  • cyan value is 70.92%
  • magenta value is 0.00%
  • yellow value is 53.19%
  • key color value is 44.71%

CMYK: (71,0,53,45)
C71M0Y53K45 (71%, 0%, 53%, 45%)
(0.71 / 0.00 / 0.53 / 0.45)

CMYK percentages

%70.92
%0
%53.19
%44.71

Codes

Color #298D42 in popluar color models

29 8D 42
RGB 41 141 66
HSL 135° 54.95% 35.69%
HSB/HSV 135° 70.92% 55.29%
CMYK 70.92% 0.00% 53.19%
44.71%

Color #298D42 in popluar number systems.

HEX 29 8D 42
Decimal 41 141 66
Binary 101001 10001101 1000010
Octal 51 215 102

Shades and tints

Shades of #298D42

#298D42
(41,141,66)
#26813C
(38,129,60)
#237536
(35,117,54)
#206930
(32,105,48)
#1D5D2A
(29,93,42)
#1A5124
(26,81,36)
#17451E
(23,69,30)
#143918
(20,57,24)
#112D12
(17,45,18)
#0E210C
(14,33,12)
#0B1506
(11,21,6)
#000000
(0,0,0)

Tints of #298D42

#298D42
(41,141,66)
#3C9753
(60,151,83)
#4FA164
(79,161,100)
#62AB75
(98,171,117)
#75B586
(117,181,134)
#88BF97
(136,191,151)
#9BC9A8
(155,201,168)
#AED3B9
(174,211,185)
#C1DDCA
(193,221,202)
#D4E7DB
(212,231,219)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #298D42; }

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

This text font color is #298D42.

Background Color

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

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

This div background color is #298D42.

Border color

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

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

This div border color is #298D42.

Opacity

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

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

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

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

This text has shadow with #298D42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #298D42.

Preview

Color preview on black background

This text has color #298D42 on black background.


Color preview on white background

This text has color #298D42 on white background.


Black color preview on #298D42 background

This text has black color on #298D42 background.


White color preview on #298D42 background

This text has white color on #298D42 background.


Related colors

Complementary color

Complementary color for #hex is #D672BD.


I love getcolorcode.com

Triadic colors

1 #42298D and #8D4229 with #298D42 are triadic colors.

2 #428D29 and #8D2942 with #298D42 are triadic colors.