COLOR #219F4C

HEX: #219F4C
RGB: (33,159,76)

Color info

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

RGB color model

#219F4C color RGB value is (33,159,76).

  • red value is 33;
  • green value is 159;
  • blue value is 76.
RGB:
(33,159,76)
(13%,62%,30%)

RGB channels and saturation

R 33 of 255 = 13%
G 159 of 255 = 62%
B 76 of 255 = 30%

33
159
76

R + G + B ~ 35%. #219F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 159 + 76 = 268 (100%)
R 33 of 268 ~ 12.31%
G 159 of 268 ~ 59.33%
B 76 of 268 ~ 28.36%

%12.31
%59.33
%28.36

CMYK color model

#219F4C color CMYK value is (79,0,52,38).

  • cyan value is 79.25%
  • magenta value is 0.00%
  • yellow value is 52.20%
  • key color value is 37.65%
CMYK:
(79,0,52,38)
C79M0Y52K38 
(79%,0%,52%,38%)
(0.79/0.00/0.52/0.38)	

CMYK percentages

%79.25
%0
%52.2
%37.65

Codes

Color #219F4C in popluar color models

219F4C
RGB3315976
HSL140°65.63%37.65%
HSB/HSV140°79.25%62.35%
CMYK79.25%0.00%52.20%
37.65%

Color #219F4C in popluar number systems.

HEX219F4C
Decimal3315976
Binary100001100111111001100
Octal41237114

Shades and tints

Shades of #219F4C

#219F4C
(33,159,76)
#1E9146
(30,145,70)
#1B8340
(27,131,64)
#18753A
(24,117,58)
#156734
(21,103,52)
#12592E
(18,89,46)
#0F4B28
(15,75,40)
#0C3D22
(12,61,34)
#092F1C
(9,47,28)
#062116
(6,33,22)
#031310
(3,19,16)
#000000
(0,0,0)

Tints of #219F4C

#219F4C
(33,159,76)
#35A75C
(53,167,92)
#49AF6C
(73,175,108)
#5DB77C
(93,183,124)
#71BF8C
(113,191,140)
#85C79C
(133,199,156)
#99CFAC
(153,207,172)
#ADD7BC
(173,215,188)
#C1DFCC
(193,223,204)
#D5E7DC
(213,231,220)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #219F4C color. Also use rgb(33,159,76) instead hex code.

Text Font Color

.myTextColor { color: #219F4C; }

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

This text font color is #219F4C.


Background Color

.myBgColor { background-color: #219F4C; }

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

This div background color is #219F4C.


Border color

.myBorderColor { border: 1px solid #219F4C; }

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

This div border color is #219F4C.


Opacity

.myOpacity80 { color: #219F4C; opacity: 0.8; }

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

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

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

This text has shadow with #219F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #219F4C on black background.


Color preview on white background

This text has color #219F4C on white background.



Black color preview on #219F4C background

This text has black color on #219F4C background.


White color preview on #219F4C background

This text has white color on #219F4C background.