COLOR #219321

HEX: #219321
RGB: (33,147,33)

Color info

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

RGB color model

#219321 color RGB value is (33,147,33).

  • red value is 33;
  • green value is 147;
  • blue value is 33.
RGB:
(33,147,33)
(13%,58%,13%)

RGB channels and saturation

R 33 of 255 = 13%
G 147 of 255 = 58%
B 33 of 255 = 13%

33
147
33

R + G + B ~ 28%. #219321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 147 + 33 = 213 (100%)
R 33 of 213 ~ 15.49%
G 147 of 213 ~ 69.01%
B 33 of 213 ~ 15.49%

%15.49
%69.01
%15.49

CMYK color model

#219321 color CMYK value is (78,0,78,42).

  • cyan value is 77.55%
  • magenta value is 0.00%
  • yellow value is 77.55%
  • key color value is 42.35%
CMYK:
(78,0,78,42)
C78M0Y78K42 
(78%,0%,78%,42%)
(0.78/0.00/0.78/0.42)	

CMYK percentages

%77.55
%0
%77.55
%42.35

Codes

Color #219321 in popluar color models

219321
RGB3314733
HSL120°63.33%35.29%
HSB/HSV120°77.55%57.65%
CMYK77.55%0.00%77.55%
42.35%

Color #219321 in popluar number systems.

HEX219321
Decimal3314733
Binary10000110010011100001
Octal4122341

Shades and tints

Shades of #219321

#219321
(33,147,33)
#1E861E
(30,134,30)
#1B791B
(27,121,27)
#186C18
(24,108,24)
#155F15
(21,95,21)
#125212
(18,82,18)
#0F450F
(15,69,15)
#0C380C
(12,56,12)
#092B09
(9,43,9)
#061E06
(6,30,6)
#031103
(3,17,3)
#000000
(0,0,0)

Tints of #219321

#219321
(33,147,33)
#359C35
(53,156,53)
#49A549
(73,165,73)
#5DAE5D
(93,174,93)
#71B771
(113,183,113)
#85C085
(133,192,133)
#99C999
(153,201,153)
#ADD2AD
(173,210,173)
#C1DBC1
(193,219,193)
#D5E4D5
(213,228,213)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #219321 color. Also use rgb(33,147,33) instead hex code.

Text Font Color

.myTextColor { color: #219321; }

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

This text font color is #219321.


Background Color

.myBgColor { background-color: #219321; }

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

This div background color is #219321.


Border color

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

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

This div border color is #219321.


Opacity

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

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

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

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

This text has shadow with #219321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #219321 on black background.


Color preview on white background

This text has color #219321 on white background.



Black color preview on #219321 background

This text has black color on #219321 background.


White color preview on #219321 background

This text has white color on #219321 background.