COLOR #308E3B

HEX: #308E3B RGB: (48,142,59)

Color info

#308E3B contains mainly green color. Web safe color of #308E3B is #339933 (or #393).

RGB color model

#308E3B color RGB value is (48,142,59).

RGB: (48,142,59) (19%, 56%, 23%)

RGB channels and saturation

R 48 of 255 = 19%
G 142 of 255 = 56%
B 59 of 255 = 23%

48
142
59

R + G + B ~ 33%. #308E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 142 + 59 = 249 (100%)
R 48 of 249 ~ 19.28%
G 142 of 249 ~ 57.03%
B 59 of 249 ~ 23.69'%

%19.28
%57.03
%23.69

CMYK color model

#308E3B color CMYK value is (66,0,58,44).

  • cyan value is 66.20%
  • magenta value is 0.00%
  • yellow value is 58.45%
  • key color value is 44.31%
CMYK: (66,0,58,44) C66M0Y58K44 (66%,0%,58%,44%) (0.66/0.00/0.58/0.44) 

CMYK percentages

%66.2
%0
%58.45
%44.31

Codes

Color #308E3B in popluar color models

30 8E 3B
RGB 48 142 59
HSL 127° 49.47% 37.25%
HSB/HSV 127° 66.20% 55.69%
CMYK 66.20% 0.00% 58.45%
44.31%

Color #308E3B in popluar number systems.

HEX 30 8E 3B
Decimal 48 142 59
Binary 110000 10001110 111011
Octal 60 216 73

Shades and tints

Shades of #308E3B

#308E3B
(48,142,59)
#2C8236
(44,130,54)
#287631
(40,118,49)
#246A2C
(36,106,44)
#205E27
(32,94,39)
#1C5222
(28,82,34)
#18461D
(24,70,29)
#143A18
(20,58,24)
#102E13
(16,46,19)
#0C220E
(12,34,14)
#081609
(8,22,9)
#000000
(0,0,0)

Tints of #308E3B

#308E3B
(48,142,59)
#42984C
(66,152,76)
#54A25D
(84,162,93)
#66AC6E
(102,172,110)
#78B67F
(120,182,127)
#8AC090
(138,192,144)
#9CCAA1
(156,202,161)
#AED4B2
(174,212,178)
#C0DEC3
(192,222,195)
#D2E8D4
(210,232,212)
#E4F2E5
(228,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308E3B color. Also use rgb(48,142,59) instead hex code.

Text Font Color

.myTextColor { color: #308E3B; }

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

This text font color is #308E3B.

Background Color

.myBgColor { background-color: #308E3B; }

<div style="background-color:#308E3B">Inner text</div>

This div background color is #308E3B.

Border color

.myBorderColor { border: 1px solid #308E3B; }

<div style="border:3px solid #308E3B">Div</div>

This div border color is #308E3B.

Opacity

.myOpacity80 { color: #308E3B; opacity: 0.8; }

<p style="color:#308E3B;opacity:0.8;">80%</p>

Text with #308E3B 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 #308E3B;}

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

This text has shadow with #308E3B color.


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

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

This text has shadow with #308E3B primary color and red secondary color.


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

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

This text has shadow with #308E3B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #308E3B.

Preview

Color preview on black background

This text has color #308E3B on black background.


Color preview on white background

This text has color #308E3B on white background.


Black color preview on #308E3B background

This text has black color on #308E3B background.


White color preview on #308E3B background

This text has white color on #308E3B background.


Related colors

Complementary color

Complementary color for #hex is #CF71C4.


I love getcolorcode.com

Triadic colors

1 #3B308E and #8E3B30 with #308E3B are triadic colors.

2 #3B8E30 and #8E303B with #308E3B are triadic colors.