COLOR #306230

HEX: #306230
RGB: (48,98,48)

Color info

#306230 contains red, green and blue colors in about the same proportion. Web safe color of #306230 is #336633 (or #363).

RGB color model

#306230 color RGB value is (48,98,48).

  • red value is 48;
  • green value is 98;
  • blue value is 48.
RGB:
(48,98,48)
(19%,38%,19%)

RGB channels and saturation

R 48 of 255 = 19%
G 98 of 255 = 38%
B 48 of 255 = 19%

48
98
48

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

Portions of RGB colors in percentages

R + G + B =
48 + 98 + 48 = 194 (100%)
R 48 of 194 ~ 24.74%
G 98 of 194 ~ 50.52%
B 48 of 194 ~ 24.74%

%24.74
%50.52
%24.74

CMYK color model

#306230 color CMYK value is (51,0,51,62).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 51.02%
  • key color value is 61.57%
CMYK:
(51,0,51,62)
C51M0Y51K62 
(51%,0%,51%,62%)
(0.51/0.00/0.51/0.62)	

CMYK percentages

%51.02
%0
%51.02
%61.57

Codes

Color #306230 in popluar color models

306230
RGB489848
HSL120°34.25%28.63%
HSB/HSV120°51.02%38.43%
CMYK51.02%0.00%51.02%
61.57%

Color #306230 in popluar number systems.

HEX306230
Decimal489848
Binary1100001100010110000
Octal6014260

Shades and tints

Shades of #306230

#306230
(48,98,48)
#2C5A2C
(44,90,44)
#285228
(40,82,40)
#244A24
(36,74,36)
#204220
(32,66,32)
#1C3A1C
(28,58,28)
#183218
(24,50,24)
#142A14
(20,42,20)
#102210
(16,34,16)
#0C1A0C
(12,26,12)
#081208
(8,18,8)
#000000
(0,0,0)

Tints of #306230

#306230
(48,98,48)
#427042
(66,112,66)
#547E54
(84,126,84)
#668C66
(102,140,102)
#789A78
(120,154,120)
#8AA88A
(138,168,138)
#9CB69C
(156,182,156)
#AEC4AE
(174,196,174)
#C0D2C0
(192,210,192)
#D2E0D2
(210,224,210)
#E4EEE4
(228,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306230 color. Also use rgb(48,98,48) instead hex code.

Text Font Color

.myTextColor { color: #306230; }

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

This text font color is #306230.


Background Color

.myBgColor { background-color: #306230; }

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

This div background color is #306230.


Border color

.myBorderColor { border: 1px solid #306230; }

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

This div border color is #306230.


Opacity

.myOpacity80 { color: #306230; opacity: 0.8; }

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

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

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

This text has shadow with #306230 color.

.textShadow {text-shadow: 3px 3px 1px #306230, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #306230;
-webkit-box-shadow: 1px 1px 3px 2px #306230;
box-shadow:1px 1px 3px 2px #306230;">
Div content here</div>
This div box has shadow with color #306230.

Preview

Color preview on black background

This text has color #306230 on black background.


Color preview on white background

This text has color #306230 on white background.



Black color preview on #306230 background

This text has black color on #306230 background.


White color preview on #306230 background

This text has white color on #306230 background.