COLOR #219939

HEX: #219939
RGB: (33,153,57)

Color info

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

RGB color model

#219939 color RGB value is (33,153,57).

  • red value is 33;
  • green value is 153;
  • blue value is 57.
RGB:
(33,153,57)
(13%,60%,22%)

RGB channels and saturation

R 33 of 255 = 13%
G 153 of 255 = 60%
B 57 of 255 = 22%

33
153
57

R + G + B ~ 32%. #219939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 153 + 57 = 243 (100%)
R 33 of 243 ~ 13.58%
G 153 of 243 ~ 62.96%
B 57 of 243 ~ 23.46%

%13.58
%62.96
%23.46

CMYK color model

#219939 color CMYK value is (78,0,63,40).

  • cyan value is 78.43%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 40.00%
CMYK:
(78,0,63,40)
C78M0Y63K40 
(78%,0%,63%,40%)
(0.78/0.00/0.63/0.40)	

CMYK percentages

%78.43
%0
%62.75
%40

Codes

Color #219939 in popluar color models

219939
RGB3315357
HSL132°64.52%36.47%
HSB/HSV132°78.43%60.00%
CMYK78.43%0.00%62.75%
40.00%

Color #219939 in popluar number systems.

HEX219939
Decimal3315357
Binary10000110011001111001
Octal4123171

Shades and tints

Shades of #219939

#219939
(33,153,57)
#1E8C34
(30,140,52)
#1B7F2F
(27,127,47)
#18722A
(24,114,42)
#156525
(21,101,37)
#125820
(18,88,32)
#0F4B1B
(15,75,27)
#0C3E16
(12,62,22)
#093111
(9,49,17)
#06240C
(6,36,12)
#031707
(3,23,7)
#000000
(0,0,0)

Tints of #219939

#219939
(33,153,57)
#35A24B
(53,162,75)
#49AB5D
(73,171,93)
#5DB46F
(93,180,111)
#71BD81
(113,189,129)
#85C693
(133,198,147)
#99CFA5
(153,207,165)
#ADD8B7
(173,216,183)
#C1E1C9
(193,225,201)
#D5EADB
(213,234,219)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #219939; }

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

This text font color is #219939.


Background Color

.myBgColor { background-color: #219939; }

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

This div background color is #219939.


Border color

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

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

This div border color is #219939.


Opacity

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

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

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

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

This text has shadow with #219939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #219939 on black background.


Color preview on white background

This text has color #219939 on white background.



Black color preview on #219939 background

This text has black color on #219939 background.


White color preview on #219939 background

This text has white color on #219939 background.