COLOR #309C22

HEX: #309C22 RGB: (48,156,34)

Color info

#309C22 contains mainly green color. Web safe color of #309C22 is #339933 (or #393).

RGB color model

#309C22 color RGB value is (48,156,34).

RGB: (48,156,34) (19%, 61%, 13%)

RGB channels and saturation

R 48 of 255 = 19%
G 156 of 255 = 61%
B 34 of 255 = 13%

48
156
34

R + G + B ~ 31%. #309C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 156 + 34 = 238 (100%)
R 48 of 238 ~ 20.17%
G 156 of 238 ~ 65.55%
B 34 of 238 ~ 14.29'%

%20.17
%65.55
%14.29

CMYK color model

#309C22 color CMYK value is (69,0,78,39).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 78.21%
  • key color value is 38.82%

CMYK: (69,0,78,39)
C69M0Y78K39 (69%, 0%, 78%, 39%)
(0.69 / 0.00 / 0.78 / 0.39)

CMYK percentages

%69.23
%0
%78.21
%38.82

Codes

Color #309C22 in popluar color models

30 9C 22
RGB 48 156 34
HSL 113° 64.21% 37.25%
HSB/HSV 113° 78.21% 61.18%
CMYK 69.23% 0.00% 78.21%
38.82%

Color #309C22 in popluar number systems.

HEX 30 9C 22
Decimal 48 156 34
Binary 110000 10011100 100010
Octal 60 234 42

Shades and tints

Shades of #309C22

#309C22
(48,156,34)
#2C8E1F
(44,142,31)
#28801C
(40,128,28)
#247219
(36,114,25)
#206416
(32,100,22)
#1C5613
(28,86,19)
#184810
(24,72,16)
#143A0D
(20,58,13)
#102C0A
(16,44,10)
#0C1E07
(12,30,7)
#081004
(8,16,4)
#000000
(0,0,0)

Tints of #309C22

#309C22
(48,156,34)
#42A536
(66,165,54)
#54AE4A
(84,174,74)
#66B75E
(102,183,94)
#78C072
(120,192,114)
#8AC986
(138,201,134)
#9CD29A
(156,210,154)
#AEDBAE
(174,219,174)
#C0E4C2
(192,228,194)
#D2EDD6
(210,237,214)
#E4F6EA
(228,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309C22 color. Also use rgb(48,156,34) instead hex code.

Text Font Color

.myTextColor { color: #309C22; }

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

This text font color is #309C22.

Background Color

.myBgColor { background-color: #309C22; }

<div style="background-color:#309C22">Inner text</div>

This div background color is #309C22.

Border color

.myBorderColor { border: 1px solid #309C22; }

<div style="border:3px solid #309C22">Div</div>

This div border color is #309C22.

Opacity

.myOpacity80 { color: #309C22; opacity: 0.8; }

<p style="color:#309C22;opacity:0.8;">80%</p>

Text with #309C22 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 #309C22;}

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

This text has shadow with #309C22 color.


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

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

This text has shadow with #309C22 primary color and red secondary color.


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

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

This text has shadow with #309C22 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #309C22.

Preview

Color preview on black background

This text has color #309C22 on black background.


Color preview on white background

This text has color #309C22 on white background.


Black color preview on #309C22 background

This text has black color on #309C22 background.


White color preview on #309C22 background

This text has white color on #309C22 background.


Related colors

Complementary color

Complementary color for #hex is #CF63DD.


I love getcolorcode.com

Triadic colors

1 #22309C and #9C2230 with #309C22 are triadic colors.

2 #229C30 and #9C3022 with #309C22 are triadic colors.