COLOR #227D17

HEX: #227D17
RGB: (34,125,23)

Color info

#227D17 contains mainly green color. Web safe color of #227D17 is #336600 (or #360).

RGB color model

#227D17 color RGB value is (34,125,23).

  • red value is 34;
  • green value is 125;
  • blue value is 23.
RGB:
(34,125,23)
(13%,49%,9%)

RGB channels and saturation

R 34 of 255 = 13%
G 125 of 255 = 49%
B 23 of 255 = 9%

34
125
23

R + G + B ~ 24%. #227D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 125 + 23 = 182 (100%)
R 34 of 182 ~ 18.68%
G 125 of 182 ~ 68.68%
B 23 of 182 ~ 12.64%

%18.68
%68.68
%12.64

CMYK color model

#227D17 color CMYK value is (73,0,82,51).

  • cyan value is 72.80%
  • magenta value is 0.00%
  • yellow value is 81.60%
  • key color value is 50.98%
CMYK:
(73,0,82,51)
C73M0Y82K51 
(73%,0%,82%,51%)
(0.73/0.00/0.82/0.51)	

CMYK percentages

%72.8
%0
%81.6
%50.98

Codes

Color #227D17 in popluar color models

227D17
RGB3412523
HSL114°68.92%29.02%
HSB/HSV114°81.60%49.02%
CMYK72.80%0.00%81.60%
50.98%

Color #227D17 in popluar number systems.

HEX227D17
Decimal3412523
Binary100010111110110111
Octal4217527

Shades and tints

Shades of #227D17

#227D17
(34,125,23)
#1F7215
(31,114,21)
#1C6713
(28,103,19)
#195C11
(25,92,17)
#16510F
(22,81,15)
#13460D
(19,70,13)
#103B0B
(16,59,11)
#0D3009
(13,48,9)
#0A2507
(10,37,7)
#071A05
(7,26,5)
#040F03
(4,15,3)
#000000
(0,0,0)

Tints of #227D17

#227D17
(34,125,23)
#36882C
(54,136,44)
#4A9341
(74,147,65)
#5E9E56
(94,158,86)
#72A96B
(114,169,107)
#86B480
(134,180,128)
#9ABF95
(154,191,149)
#AECAAA
(174,202,170)
#C2D5BF
(194,213,191)
#D6E0D4
(214,224,212)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #227D17 color. Also use rgb(34,125,23) instead hex code.

Text Font Color

.myTextColor { color: #227D17; }

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

This text font color is #227D17.


Background Color

.myBgColor { background-color: #227D17; }

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

This div background color is #227D17.


Border color

.myBorderColor { border: 1px solid #227D17; }

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

This div border color is #227D17.


Opacity

.myOpacity80 { color: #227D17; opacity: 0.8; }

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

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

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

This text has shadow with #227D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #227D17 on black background.


Color preview on white background

This text has color #227D17 on white background.



Black color preview on #227D17 background

This text has black color on #227D17 background.


White color preview on #227D17 background

This text has white color on #227D17 background.