COLOR #288C21

HEX: #288C21 RGB: (40,140,33)

Color info

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

RGB color model

#288C21 color RGB value is (40,140,33).

RGB: (40,140,33) (16%, 55%, 13%)

RGB channels and saturation

R 40 of 255 = 16%
G 140 of 255 = 55%
B 33 of 255 = 13%

40
140
33

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

Portions of RGB colors in percentages

R + G + B = 40 + 140 + 33 = 213 (100%)
R 40 of 213 ~ 18.78%
G 140 of 213 ~ 65.73%
B 33 of 213 ~ 15.49'%

%18.78
%65.73
%15.49

CMYK color model

#288C21 color CMYK value is (71,0,76,45).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 76.43%
  • key color value is 45.10%

CMYK: (71,0,76,45)
C71M0Y76K45 (71%, 0%, 76%, 45%)
(0.71 / 0.00 / 0.76 / 0.45)

CMYK percentages

%71.43
%0
%76.43
%45.1

Codes

Color #288C21 in popluar color models

28 8C 21
RGB 40 140 33
HSL 116° 61.85% 33.92%
HSB/HSV 116° 76.43% 54.90%
CMYK 71.43% 0.00% 76.43%
45.10%

Color #288C21 in popluar number systems.

HEX 28 8C 21
Decimal 40 140 33
Binary 101000 10001100 100001
Octal 50 214 41

Shades and tints

Shades of #288C21

#288C21
(40,140,33)
#25801E
(37,128,30)
#22741B
(34,116,27)
#1F6818
(31,104,24)
#1C5C15
(28,92,21)
#195012
(25,80,18)
#16440F
(22,68,15)
#13380C
(19,56,12)
#102C09
(16,44,9)
#0D2006
(13,32,6)
#0A1403
(10,20,3)
#000000
(0,0,0)

Tints of #288C21

#288C21
(40,140,33)
#3B9635
(59,150,53)
#4EA049
(78,160,73)
#61AA5D
(97,170,93)
#74B471
(116,180,113)
#87BE85
(135,190,133)
#9AC899
(154,200,153)
#ADD2AD
(173,210,173)
#C0DCC1
(192,220,193)
#D3E6D5
(211,230,213)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288C21 color. Also use rgb(40,140,33) instead hex code.

Text Font Color

.myTextColor { color: #288C21; }

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

This text font color is #288C21.

Background Color

.myBgColor { background-color: #288C21; }

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

This div background color is #288C21.

Border color

.myBorderColor { border: 1px solid #288C21; }

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

This div border color is #288C21.

Opacity

.myOpacity80 { color: #288C21; opacity: 0.8; }

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

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

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

This text has shadow with #288C21 color.


.textShadow {text-shadow: 3px 3px 1px #288C21', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #288C21; -webkit-box-shadow: 1px 1px 3px 2px #288C21; box-shadow:1px 1px 3px 2px #288C21;">
Div content here
</div>

This div box has shadow with color #288C21.

Preview

Color preview on black background

This text has color #288C21 on black background.


Color preview on white background

This text has color #288C21 on white background.


Black color preview on #288C21 background

This text has black color on #288C21 background.


White color preview on #288C21 background

This text has white color on #288C21 background.


Related colors

Complementary color

Complementary color for #hex is #D773DE.


I love getcolorcode.com

Triadic colors

1 #21288C and #8C2128 with #288C21 are triadic colors.

2 #218C28 and #8C2821 with #288C21 are triadic colors.