COLOR #288229

HEX: #288229
RGB: (40,130,41)

Color info

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

RGB color model

#288229 color RGB value is (40,130,41).

  • red value is 40;
  • green value is 130;
  • blue value is 41.
RGB:
(40,130,41)
(16%,51%,16%)

RGB channels and saturation

R 40 of 255 = 16%
G 130 of 255 = 51%
B 41 of 255 = 16%

40
130
41

R + G + B ~ 28%. #288229 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 130 + 41 = 211 (100%)
R 40 of 211 ~ 18.96%
G 130 of 211 ~ 61.61%
B 41 of 211 ~ 19.43%

%18.96
%61.61
%19.43

CMYK color model

#288229 color CMYK value is (69,0,68,49).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 68.46%
  • key color value is 49.02%
CMYK:
(69,0,68,49)
C69M0Y68K49 
(69%,0%,68%,49%)
(0.69/0.00/0.68/0.49)	

CMYK percentages

%69.23
%0
%68.46
%49.02

Codes

Color #288229 in popluar color models

288229
RGB4013041
HSL121°52.94%33.33%
HSB/HSV121°69.23%50.98%
CMYK69.23%0.00%68.46%
49.02%

Color #288229 in popluar number systems.

HEX288229
Decimal4013041
Binary10100010000010101001
Octal5020251

Shades and tints

Shades of #288229

#288229
(40,130,41)
#257726
(37,119,38)
#226C23
(34,108,35)
#1F6120
(31,97,32)
#1C561D
(28,86,29)
#194B1A
(25,75,26)
#164017
(22,64,23)
#133514
(19,53,20)
#102A11
(16,42,17)
#0D1F0E
(13,31,14)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #288229

#288229
(40,130,41)
#3B8D3C
(59,141,60)
#4E984F
(78,152,79)
#61A362
(97,163,98)
#74AE75
(116,174,117)
#87B988
(135,185,136)
#9AC49B
(154,196,155)
#ADCFAE
(173,207,174)
#C0DAC1
(192,218,193)
#D3E5D4
(211,229,212)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288229 color. Also use rgb(40,130,41) instead hex code.

Text Font Color

.myTextColor { color: #288229; }

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

This text font color is #288229.


Background Color

.myBgColor { background-color: #288229; }

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

This div background color is #288229.


Border color

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

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

This div border color is #288229.


Opacity

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

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

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

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

This text has shadow with #288229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288229 on black background.


Color preview on white background

This text has color #288229 on white background.



Black color preview on #288229 background

This text has black color on #288229 background.


White color preview on #288229 background

This text has white color on #288229 background.