COLOR #41A229

HEX: #41A229
RGB: (65,162,41)

Color info

#41A229 contains mainly green color. Web safe color of #41A229 is #339933 (or #393).

RGB color model

#41A229 color RGB value is (65,162,41).

  • red value is 65;
  • green value is 162;
  • blue value is 41.
RGB:
(65,162,41)
(25%,64%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 162 of 255 = 64%
B 41 of 255 = 16%

65
162
41

R + G + B ~ 35%. #41A229 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 162 + 41 = 268 (100%)
R 65 of 268 ~ 24.25%
G 162 of 268 ~ 60.45%
B 41 of 268 ~ 15.3%

%24.25
%60.45
%15.3

CMYK color model

#41A229 color CMYK value is (60,0,75,36).

  • cyan value is 59.88%
  • magenta value is 0.00%
  • yellow value is 74.69%
  • key color value is 36.47%
CMYK:
(60,0,75,36)
C60M0Y75K36 
(60%,0%,75%,36%)
(0.60/0.00/0.75/0.36)	

CMYK percentages

%59.88
%0
%74.69
%36.47

Codes

Color #41A229 in popluar color models

41A229
RGB6516241
HSL108°59.61%39.80%
HSB/HSV108°74.69%63.53%
CMYK59.88%0.00%74.69%
36.47%

Color #41A229 in popluar number systems.

HEX41A229
Decimal6516241
Binary100000110100010101001
Octal10124251

Shades and tints

Shades of #41A229

#41A229
(65,162,41)
#3C9426
(60,148,38)
#378623
(55,134,35)
#327820
(50,120,32)
#2D6A1D
(45,106,29)
#285C1A
(40,92,26)
#234E17
(35,78,23)
#1E4014
(30,64,20)
#193211
(25,50,17)
#14240E
(20,36,14)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #41A229

#41A229
(65,162,41)
#52AA3C
(82,170,60)
#63B24F
(99,178,79)
#74BA62
(116,186,98)
#85C275
(133,194,117)
#96CA88
(150,202,136)
#A7D29B
(167,210,155)
#B8DAAE
(184,218,174)
#C9E2C1
(201,226,193)
#DAEAD4
(218,234,212)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A229 color. Also use rgb(65,162,41) instead hex code.

Text Font Color

.myTextColor { color: #41A229; }

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

This text font color is #41A229.


Background Color

.myBgColor { background-color: #41A229; }

<div style="background-color:#41A229">Inner text</div>

This div background color is #41A229.


Border color

.myBorderColor { border: 1px solid #41A229; }

<div style="border:3px solid #41A229">Div</div>

This div border color is #41A229.


Opacity

.myOpacity80 { color: #41A229; opacity: 0.8; }

<p style="color:#41A229;opacity:0.8;">80%</p>

Text with #41A229 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 #41A229;}

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

This text has shadow with #41A229 color.

.textShadow {text-shadow: 3px 3px 1px #41A229, 3px 3px 1px red;}

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

This text has shadow with #41A229 primary color and red secondary color.


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

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

This text has shadow with #41A229 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A229 on black background.


Color preview on white background

This text has color #41A229 on white background.



Black color preview on #41A229 background

This text has black color on #41A229 background.


White color preview on #41A229 background

This text has white color on #41A229 background.