COLOR #217C00

HEX: #217C00
RGB: (33,124,0)

Color info

#217C00 contains mainly green color. Web safe color of #217C00 is #336600 (or #360).

RGB color model

#217C00 color RGB value is (33,124,0).

  • red value is 33;
  • green value is 124;
  • blue value is 0.
RGB:
(33,124,0)
(13%,49%,0%)

RGB channels and saturation

R 33 of 255 = 13%
G 124 of 255 = 49%
B 0 of 255 = 0%

33
124
0

R + G + B ~ 21%. #217C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 124 + 0 = 157 (100%)
R 33 of 157 ~ 21.02%
G 124 of 157 ~ 78.98%
B 0 of 157 ~ 0%

%21.02
%78.98

CMYK color model

#217C00 color CMYK value is (73,0,100,51).

  • cyan value is 73.39%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 51.37%
CMYK:
(73,0,100,51)
C73M0Y100K51 
(73%,0%,100%,51%)
(0.73/0.00/1.00/0.51)	

CMYK percentages

%73.39
%0
%100
%51.37

Codes

Color #217C00 in popluar color models

217C00
RGB331240
HSL104°100.00%24.31%
HSB/HSV104°100.00%48.63%
CMYK73.39%0.00%100.00%
51.37%

Color #217C00 in popluar number systems.

HEX217C00
Decimal331240
Binary10000111111000
Octal411740

Shades and tints

Shades of #217C00

#217C00
(33,124,0)
#1E7100
(30,113,0)
#1B6600
(27,102,0)
#185B00
(24,91,0)
#155000
(21,80,0)
#124500
(18,69,0)
#0F3A00
(15,58,0)
#0C2F00
(12,47,0)
#092400
(9,36,0)
#061900
(6,25,0)
#030E00
(3,14,0)
#000000
(0,0,0)

Tints of #217C00

#217C00
(33,124,0)
#358717
(53,135,23)
#49922E
(73,146,46)
#5D9D45
(93,157,69)
#71A85C
(113,168,92)
#85B373
(133,179,115)
#99BE8A
(153,190,138)
#ADC9A1
(173,201,161)
#C1D4B8
(193,212,184)
#D5DFCF
(213,223,207)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #217C00 color. Also use rgb(33,124,0) instead hex code.

Text Font Color

.myTextColor { color: #217C00; }

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

This text font color is #217C00.


Background Color

.myBgColor { background-color: #217C00; }

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

This div background color is #217C00.


Border color

.myBorderColor { border: 1px solid #217C00; }

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

This div border color is #217C00.


Opacity

.myOpacity80 { color: #217C00; opacity: 0.8; }

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

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

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

This text has shadow with #217C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #217C00 on black background.


Color preview on white background

This text has color #217C00 on white background.



Black color preview on #217C00 background

This text has black color on #217C00 background.


White color preview on #217C00 background

This text has white color on #217C00 background.