COLOR #41982F

HEX: #41982F RGB: (65,152,47)

Color info

#41982F contains mainly green color. Web safe color of #41982F is #339933 (or #393).

RGB color model

#41982F color RGB value is (65,152,47).

RGB: (65,152,47) (25%, 60%, 18%)

RGB channels and saturation

R 65 of 255 = 25%
G 152 of 255 = 60%
B 47 of 255 = 18%

65
152
47

R + G + B ~ 34%. #41982F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 152 + 47 = 264 (100%)
R 65 of 264 ~ 24.62%
G 152 of 264 ~ 57.58%
B 47 of 264 ~ 17.8'%

%24.62
%57.58
%17.8

CMYK color model

#41982F color CMYK value is (57,0,69,40).

  • cyan value is 57.24%
  • magenta value is 0.00%
  • yellow value is 69.08%
  • key color value is 40.39%

CMYK: (57,0,69,40)
C57M0Y69K40 (57%, 0%, 69%, 40%)
(0.57 / 0.00 / 0.69 / 0.40)

CMYK percentages

%57.24
%0
%69.08
%40.39

Codes

Color #41982F in popluar color models

41 98 2F
RGB 65 152 47
HSL 110° 52.76% 39.02%
HSB/HSV 110° 69.08% 59.61%
CMYK 57.24% 0.00% 69.08%
40.39%

Color #41982F in popluar number systems.

HEX 41 98 2F
Decimal 65 152 47
Binary 1000001 10011000 101111
Octal 101 230 57

Shades and tints

Shades of #41982F

#41982F
(65,152,47)
#3C8B2B
(60,139,43)
#377E27
(55,126,39)
#327123
(50,113,35)
#2D641F
(45,100,31)
#28571B
(40,87,27)
#234A17
(35,74,23)
#1E3D13
(30,61,19)
#19300F
(25,48,15)
#14230B
(20,35,11)
#0F1607
(15,22,7)
#000000
(0,0,0)

Tints of #41982F

#41982F
(65,152,47)
#52A141
(82,161,65)
#63AA53
(99,170,83)
#74B365
(116,179,101)
#85BC77
(133,188,119)
#96C589
(150,197,137)
#A7CE9B
(167,206,155)
#B8D7AD
(184,215,173)
#C9E0BF
(201,224,191)
#DAE9D1
(218,233,209)
#EBF2E3
(235,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41982F color. Also use rgb(65,152,47) instead hex code.

Text Font Color

.myTextColor { color: #41982F; }

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

This text font color is #41982F.

Background Color

.myBgColor { background-color: #41982F; }

<div style="background-color:#41982F">Inner text</div>

This div background color is #41982F.

Border color

.myBorderColor { border: 1px solid #41982F; }

<div style="border:3px solid #41982F">Div</div>

This div border color is #41982F.

Opacity

.myOpacity80 { color: #41982F; opacity: 0.8; }

<p style="color:#41982F;opacity:0.8;">80%</p>

Text with #41982F 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 #41982F;}

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

This text has shadow with #41982F color.


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

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

This text has shadow with #41982F primary color and red secondary color.


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

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

This text has shadow with #41982F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41982F.

Preview

Color preview on black background

This text has color #41982F on black background.


Color preview on white background

This text has color #41982F on white background.


Black color preview on #41982F background

This text has black color on #41982F background.


White color preview on #41982F background

This text has white color on #41982F background.


Related colors

Complementary color

Complementary color for #hex is #BE67D0.


I love getcolorcode.com

Triadic colors

1 #2F4198 and #982F41 with #41982F are triadic colors.

2 #2F9841 and #98412F with #41982F are triadic colors.