COLOR #219639

HEX: #219639 RGB: (33,150,57)

Color info

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

RGB color model

#219639 color RGB value is (33,150,57).

RGB: (33,150,57) (13%, 59%, 22%)

RGB channels and saturation

R 33 of 255 = 13%
G 150 of 255 = 59%
B 57 of 255 = 22%

33
150
57

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

Portions of RGB colors in percentages

R + G + B = 33 + 150 + 57 = 240 (100%)
R 33 of 240 ~ 13.75%
G 150 of 240 ~ 62.5%
B 57 of 240 ~ 23.75'%

%13.75
%62.5
%23.75

CMYK color model

#219639 color CMYK value is (78,0,62,41).

  • cyan value is 78.00%
  • magenta value is 0.00%
  • yellow value is 62.00%
  • key color value is 41.18%

CMYK: (78,0,62,41)
C78M0Y62K41 (78%, 0%, 62%, 41%)
(0.78 / 0.00 / 0.62 / 0.41)

CMYK percentages

%78
%0
%62
%41.18

Codes

Color #219639 in popluar color models

21 96 39
RGB 33 150 57
HSL 132° 63.93% 35.88%
HSB/HSV 132° 78.00% 58.82%
CMYK 78.00% 0.00% 62.00%
41.18%

Color #219639 in popluar number systems.

HEX 21 96 39
Decimal 33 150 57
Binary 100001 10010110 111001
Octal 41 226 71

Shades and tints

Shades of #219639

#219639
(33,150,57)
#1E8934
(30,137,52)
#1B7C2F
(27,124,47)
#186F2A
(24,111,42)
#156225
(21,98,37)
#125520
(18,85,32)
#0F481B
(15,72,27)
#0C3B16
(12,59,22)
#092E11
(9,46,17)
#06210C
(6,33,12)
#031407
(3,20,7)
#000000
(0,0,0)

Tints of #219639

#219639
(33,150,57)
#359F4B
(53,159,75)
#49A85D
(73,168,93)
#5DB16F
(93,177,111)
#71BA81
(113,186,129)
#85C393
(133,195,147)
#99CCA5
(153,204,165)
#ADD5B7
(173,213,183)
#C1DEC9
(193,222,201)
#D5E7DB
(213,231,219)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #219639; }

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

This text font color is #219639.

Background Color

.myBgColor { background-color: #219639; }

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

This div background color is #219639.

Border color

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

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

This div border color is #219639.

Opacity

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

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

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

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

This text has shadow with #219639 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #219639.

Preview

Color preview on black background

This text has color #219639 on black background.


Color preview on white background

This text has color #219639 on white background.


Black color preview on #219639 background

This text has black color on #219639 background.


White color preview on #219639 background

This text has white color on #219639 background.


Related colors

Complementary color

Complementary color for #hex is #DE69C6.


I love getcolorcode.com

Triadic colors

1 #392196 and #963921 with #219639 are triadic colors.

2 #399621 and #962139 with #219639 are triadic colors.