COLOR #449B2F

HEX: #449B2F RGB: (68,155,47)

Color info

#449B2F contains mainly green color. Web safe color of #449B2F is #339933 (or #393).

RGB color model

#449B2F color RGB value is (68,155,47).

RGB: (68,155,47) (27%, 61%, 18%)

RGB channels and saturation

R 68 of 255 = 27%
G 155 of 255 = 61%
B 47 of 255 = 18%

68
155
47

R + G + B ~ 35%. #449B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 155 + 47 = 270 (100%)
R 68 of 270 ~ 25.19%
G 155 of 270 ~ 57.41%
B 47 of 270 ~ 17.41'%

%25.19
%57.41
%17.41

CMYK color model

#449B2F color CMYK value is (56,0,70,39).

  • cyan value is 56.13%
  • magenta value is 0.00%
  • yellow value is 69.68%
  • key color value is 39.22%

CMYK: (56,0,70,39)
C56M0Y70K39 (56%, 0%, 70%, 39%)
(0.56 / 0.00 / 0.70 / 0.39)

CMYK percentages

%56.13
%0
%69.68
%39.22

Codes

Color #449B2F in popluar color models

44 9B 2F
RGB 68 155 47
HSL 108° 53.47% 39.61%
HSB/HSV 108° 69.68% 60.78%
CMYK 56.13% 0.00% 69.68%
39.22%

Color #449B2F in popluar number systems.

HEX 44 9B 2F
Decimal 68 155 47
Binary 1000100 10011011 101111
Octal 104 233 57

Shades and tints

Shades of #449B2F

#449B2F
(68,155,47)
#3E8D2B
(62,141,43)
#387F27
(56,127,39)
#327123
(50,113,35)
#2C631F
(44,99,31)
#26551B
(38,85,27)
#204717
(32,71,23)
#1A3913
(26,57,19)
#142B0F
(20,43,15)
#0E1D0B
(14,29,11)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #449B2F

#449B2F
(68,155,47)
#55A441
(85,164,65)
#66AD53
(102,173,83)
#77B665
(119,182,101)
#88BF77
(136,191,119)
#99C889
(153,200,137)
#AAD19B
(170,209,155)
#BBDAAD
(187,218,173)
#CCE3BF
(204,227,191)
#DDECD1
(221,236,209)
#EEF5E3
(238,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449B2F color. Also use rgb(68,155,47) instead hex code.

Text Font Color

.myTextColor { color: #449B2F; }

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

This text font color is #449B2F.

Background Color

.myBgColor { background-color: #449B2F; }

<div style="background-color:#449B2F">Inner text</div>

This div background color is #449B2F.

Border color

.myBorderColor { border: 1px solid #449B2F; }

<div style="border:3px solid #449B2F">Div</div>

This div border color is #449B2F.

Opacity

.myOpacity80 { color: #449B2F; opacity: 0.8; }

<p style="color:#449B2F;opacity:0.8;">80%</p>

Text with #449B2F 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 #449B2F;}

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

This text has shadow with #449B2F color.


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

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

This text has shadow with #449B2F primary color and red secondary color.


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

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

This text has shadow with #449B2F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #449B2F.

Preview

Color preview on black background

This text has color #449B2F on black background.


Color preview on white background

This text has color #449B2F on white background.


Black color preview on #449B2F background

This text has black color on #449B2F background.


White color preview on #449B2F background

This text has white color on #449B2F background.


Related colors

Complementary color

Complementary color for #hex is #BB64D0.


I love getcolorcode.com

Triadic colors

1 #2F449B and #9B2F44 with #449B2F are triadic colors.

2 #2F9B44 and #9B442F with #449B2F are triadic colors.