COLOR #228522

HEX: #228522
RGB: (34,133,34)

Color info

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

RGB color model

#228522 color RGB value is (34,133,34).

  • red value is 34;
  • green value is 133;
  • blue value is 34.
RGB:
(34,133,34)
(13%,52%,13%)

RGB channels and saturation

R 34 of 255 = 13%
G 133 of 255 = 52%
B 34 of 255 = 13%

34
133
34

R + G + B ~ 26%. #228522 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 133 + 34 = 201 (100%)
R 34 of 201 ~ 16.92%
G 133 of 201 ~ 66.17%
B 34 of 201 ~ 16.92%

%16.92
%66.17
%16.92

CMYK color model

#228522 color CMYK value is (74,0,74,48).

  • cyan value is 74.44%
  • magenta value is 0.00%
  • yellow value is 74.44%
  • key color value is 47.84%
CMYK:
(74,0,74,48)
C74M0Y74K48 
(74%,0%,74%,48%)
(0.74/0.00/0.74/0.48)	

CMYK percentages

%74.44
%0
%74.44
%47.84

Codes

Color #228522 in popluar color models

228522
RGB3413334
HSL120°59.28%32.75%
HSB/HSV120°74.44%52.16%
CMYK74.44%0.00%74.44%
47.84%

Color #228522 in popluar number systems.

HEX228522
Decimal3413334
Binary10001010000101100010
Octal4220542

Shades and tints

Shades of #228522

#228522
(34,133,34)
#1F791F
(31,121,31)
#1C6D1C
(28,109,28)
#196119
(25,97,25)
#165516
(22,85,22)
#134913
(19,73,19)
#103D10
(16,61,16)
#0D310D
(13,49,13)
#0A250A
(10,37,10)
#071907
(7,25,7)
#040D04
(4,13,4)
#000000
(0,0,0)

Tints of #228522

#228522
(34,133,34)
#369036
(54,144,54)
#4A9B4A
(74,155,74)
#5EA65E
(94,166,94)
#72B172
(114,177,114)
#86BC86
(134,188,134)
#9AC79A
(154,199,154)
#AED2AE
(174,210,174)
#C2DDC2
(194,221,194)
#D6E8D6
(214,232,214)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #228522 color. Also use rgb(34,133,34) instead hex code.

Text Font Color

.myTextColor { color: #228522; }

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

This text font color is #228522.


Background Color

.myBgColor { background-color: #228522; }

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

This div background color is #228522.


Border color

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

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

This div border color is #228522.


Opacity

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

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

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

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

This text has shadow with #228522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #228522 on black background.


Color preview on white background

This text has color #228522 on white background.



Black color preview on #228522 background

This text has black color on #228522 background.


White color preview on #228522 background

This text has white color on #228522 background.