COLOR #298B1E

HEX: #298B1E RGB: (41,139,30)

Color info

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

RGB color model

#298B1E color RGB value is (41,139,30).

RGB: (41,139,30) (16%, 55%, 12%)

RGB channels and saturation

R 41 of 255 = 16%
G 139 of 255 = 55%
B 30 of 255 = 12%

41
139
30

R + G + B ~ 28%. #298B1E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 139 + 30 = 210 (100%)
R 41 of 210 ~ 19.52%
G 139 of 210 ~ 66.19%
B 30 of 210 ~ 14.29'%

%19.52
%66.19
%14.29

CMYK color model

#298B1E color CMYK value is (71,0,78,45).

  • cyan value is 70.50%
  • magenta value is 0.00%
  • yellow value is 78.42%
  • key color value is 45.49%

CMYK: (71,0,78,45)
C71M0Y78K45 (71%, 0%, 78%, 45%)
(0.71 / 0.00 / 0.78 / 0.45)

CMYK percentages

%70.5
%0
%78.42
%45.49

Codes

Color #298B1E in popluar color models

29 8B 1E
RGB 41 139 30
HSL 114° 64.50% 33.14%
HSB/HSV 114° 78.42% 54.51%
CMYK 70.50% 0.00% 78.42%
45.49%

Color #298B1E in popluar number systems.

HEX 29 8B 1E
Decimal 41 139 30
Binary 101001 10001011 11110
Octal 51 213 36

Shades and tints

Shades of #298B1E

#298B1E
(41,139,30)
#267F1C
(38,127,28)
#23731A
(35,115,26)
#206718
(32,103,24)
#1D5B16
(29,91,22)
#1A4F14
(26,79,20)
#174312
(23,67,18)
#143710
(20,55,16)
#112B0E
(17,43,14)
#0E1F0C
(14,31,12)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #298B1E

#298B1E
(41,139,30)
#3C9532
(60,149,50)
#4F9F46
(79,159,70)
#62A95A
(98,169,90)
#75B36E
(117,179,110)
#88BD82
(136,189,130)
#9BC796
(155,199,150)
#AED1AA
(174,209,170)
#C1DBBE
(193,219,190)
#D4E5D2
(212,229,210)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298B1E color. Also use rgb(41,139,30) instead hex code.

Text Font Color

.myTextColor { color: #298B1E; }

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

This text font color is #298B1E.

Background Color

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

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

This div background color is #298B1E.

Border color

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

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

This div border color is #298B1E.

Opacity

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

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

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

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

This text has shadow with #298B1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #298B1E.

Preview

Color preview on black background

This text has color #298B1E on black background.


Color preview on white background

This text has color #298B1E on white background.


Black color preview on #298B1E background

This text has black color on #298B1E background.


White color preview on #298B1E background

This text has white color on #298B1E background.


Related colors

Complementary color

Complementary color for #hex is #D674E1.


I love getcolorcode.com

Triadic colors

1 #1E298B and #8B1E29 with #298B1E are triadic colors.

2 #1E8B29 and #8B291E with #298B1E are triadic colors.