COLOR #739A30

HEX: #739A30 RGB: (115,154,48)

Color info

#739A30 contains mainly red and green colors. Web safe color of #739A30 is #669933 (or #693).

RGB color model

#739A30 color RGB value is (115,154,48).

RGB: (115,154,48) (45%, 60%, 19%)

RGB channels and saturation

R 115 of 255 = 45%
G 154 of 255 = 60%
B 48 of 255 = 19%

115
154
48

R + G + B ~ 41%. #739A30 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 154 + 48 = 317 (100%)
R 115 of 317 ~ 36.28%
G 154 of 317 ~ 48.58%
B 48 of 317 ~ 15.14'%

%36.28
%48.58
%15.14

CMYK color model

#739A30 color CMYK value is (25,0,69,40).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 68.83%
  • key color value is 39.61%

CMYK: (25,0,69,40)
C25M0Y69K40 (25%, 0%, 69%, 40%)
(0.25 / 0.00 / 0.69 / 0.40)

CMYK percentages

%25.32
%0
%68.83
%39.61

Codes

Color #739A30 in popluar color models

73 9A 30
RGB 115 154 48
HSL 82° 52.48% 39.61%
HSB/HSV 82° 68.83% 60.39%
CMYK 25.32% 0.00% 68.83%
39.61%

Color #739A30 in popluar number systems.

HEX 73 9A 30
Decimal 115 154 48
Binary 1110011 10011010 110000
Octal 163 232 60

Shades and tints

Shades of #739A30

#739A30
(115,154,48)
#698C2C
(105,140,44)
#5F7E28
(95,126,40)
#557024
(85,112,36)
#4B6220
(75,98,32)
#41541C
(65,84,28)
#374618
(55,70,24)
#2D3814
(45,56,20)
#232A10
(35,42,16)
#191C0C
(25,28,12)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #739A30

#739A30
(115,154,48)
#7FA342
(127,163,66)
#8BAC54
(139,172,84)
#97B566
(151,181,102)
#A3BE78
(163,190,120)
#AFC78A
(175,199,138)
#BBD09C
(187,208,156)
#C7D9AE
(199,217,174)
#D3E2C0
(211,226,192)
#DFEBD2
(223,235,210)
#EBF4E4
(235,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739A30 color. Also use rgb(115,154,48) instead hex code.

Text Font Color

.myTextColor { color: #739A30; }

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

This text font color is #739A30.

Background Color

.myBgColor { background-color: #739A30; }

<div style="background-color:#739A30">Inner text</div>

This div background color is #739A30.

Border color

.myBorderColor { border: 1px solid #739A30; }

<div style="border:3px solid #739A30">Div</div>

This div border color is #739A30.

Opacity

.myOpacity80 { color: #739A30; opacity: 0.8; }

<p style="color:#739A30;opacity:0.8;">80%</p>

Text with #739A30 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 #739A30;}

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

This text has shadow with #739A30 color.


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

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

This text has shadow with #739A30 primary color and red secondary color.


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

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

This text has shadow with #739A30 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #739A30.

Preview

Color preview on black background

This text has color #739A30 on black background.


Color preview on white background

This text has color #739A30 on white background.


Black color preview on #739A30 background

This text has black color on #739A30 background.


White color preview on #739A30 background

This text has white color on #739A30 background.


Related colors

Complementary color

Complementary color for #hex is #8C65CF.


I love getcolorcode.com

Triadic colors

1 #30739A and #9A3073 with #739A30 are triadic colors.

2 #309A73 and #9A7330 with #739A30 are triadic colors.