COLOR #30741B

HEX: #30741B RGB: (48,116,27)

Color info

#30741B contains mainly green color. Web safe color of #30741B is #336633 (or #363).

RGB color model

#30741B color RGB value is (48,116,27).

RGB: (48,116,27) (19%, 45%, 11%)

RGB channels and saturation

R 48 of 255 = 19%
G 116 of 255 = 45%
B 27 of 255 = 11%

48
116
27

R + G + B ~ 25%. #30741B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 116 + 27 = 191 (100%)
R 48 of 191 ~ 25.13%
G 116 of 191 ~ 60.73%
B 27 of 191 ~ 14.14'%

%25.13
%60.73
%14.14

CMYK color model

#30741B color CMYK value is (59,0,77,55).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 76.72%
  • key color value is 54.51%

CMYK: (59,0,77,55)
C59M0Y77K55 (59%, 0%, 77%, 55%)
(0.59 / 0.00 / 0.77 / 0.55)

CMYK percentages

%58.62
%0
%76.72
%54.51

Codes

Color #30741B in popluar color models

30 74 1B
RGB 48 116 27
HSL 106° 62.24% 28.04%
HSB/HSV 106° 76.72% 45.49%
CMYK 58.62% 0.00% 76.72%
54.51%

Color #30741B in popluar number systems.

HEX 30 74 1B
Decimal 48 116 27
Binary 110000 1110100 11011
Octal 60 164 33

Shades and tints

Shades of #30741B

#30741B
(48,116,27)
#2C6A19
(44,106,25)
#286017
(40,96,23)
#245615
(36,86,21)
#204C13
(32,76,19)
#1C4211
(28,66,17)
#18380F
(24,56,15)
#142E0D
(20,46,13)
#10240B
(16,36,11)
#0C1A09
(12,26,9)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #30741B

#30741B
(48,116,27)
#42802F
(66,128,47)
#548C43
(84,140,67)
#669857
(102,152,87)
#78A46B
(120,164,107)
#8AB07F
(138,176,127)
#9CBC93
(156,188,147)
#AEC8A7
(174,200,167)
#C0D4BB
(192,212,187)
#D2E0CF
(210,224,207)
#E4ECE3
(228,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30741B color. Also use rgb(48,116,27) instead hex code.

Text Font Color

.myTextColor { color: #30741B; }

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

This text font color is #30741B.

Background Color

.myBgColor { background-color: #30741B; }

<div style="background-color:#30741B">Inner text</div>

This div background color is #30741B.

Border color

.myBorderColor { border: 1px solid #30741B; }

<div style="border:3px solid #30741B">Div</div>

This div border color is #30741B.

Opacity

.myOpacity80 { color: #30741B; opacity: 0.8; }

<p style="color:#30741B;opacity:0.8;">80%</p>

Text with #30741B 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 #30741B;}

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

This text has shadow with #30741B color.


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

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

This text has shadow with #30741B primary color and red secondary color.


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

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

This text has shadow with #30741B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30741B.

Preview

Color preview on black background

This text has color #30741B on black background.


Color preview on white background

This text has color #30741B on white background.


Black color preview on #30741B background

This text has black color on #30741B background.


White color preview on #30741B background

This text has white color on #30741B background.


Related colors

Complementary color

Complementary color for #hex is #CF8BE4.


I love getcolorcode.com

Triadic colors

1 #1B3074 and #741B30 with #30741B are triadic colors.

2 #1B7430 and #74301B with #30741B are triadic colors.