COLOR #21B342

HEX: #21B342 RGB: (33,179,66)

Color info

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

RGB color model

#21B342 color RGB value is (33,179,66).

RGB: (33,179,66) (13%, 70%, 26%)

RGB channels and saturation

R 33 of 255 = 13%
G 179 of 255 = 70%
B 66 of 255 = 26%

33
179
66

R + G + B ~ 36%. #21B342 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 179 + 66 = 278 (100%)
R 33 of 278 ~ 11.87%
G 179 of 278 ~ 64.39%
B 66 of 278 ~ 23.74'%

%11.87
%64.39
%23.74

CMYK color model

#21B342 color CMYK value is (82,0,63,30).

  • cyan value is 81.56%
  • magenta value is 0.00%
  • yellow value is 63.13%
  • key color value is 29.80%

CMYK: (82,0,63,30)
C82M0Y63K30 (82%, 0%, 63%, 30%)
(0.82 / 0.00 / 0.63 / 0.30)

CMYK percentages

%81.56
%0
%63.13
%29.8

Codes

Color #21B342 in popluar color models

21 B3 42
RGB 33 179 66
HSL 134° 68.87% 41.57%
HSB/HSV 134° 81.56% 70.20%
CMYK 81.56% 0.00% 63.13%
29.80%

Color #21B342 in popluar number systems.

HEX 21 B3 42
Decimal 33 179 66
Binary 100001 10110011 1000010
Octal 41 263 102

Shades and tints

Shades of #21B342

#21B342
(33,179,66)
#1EA33C
(30,163,60)
#1B9336
(27,147,54)
#188330
(24,131,48)
#15732A
(21,115,42)
#126324
(18,99,36)
#0F531E
(15,83,30)
#0C4318
(12,67,24)
#093312
(9,51,18)
#06230C
(6,35,12)
#031306
(3,19,6)
#000000
(0,0,0)

Tints of #21B342

#21B342
(33,179,66)
#35B953
(53,185,83)
#49BF64
(73,191,100)
#5DC575
(93,197,117)
#71CB86
(113,203,134)
#85D197
(133,209,151)
#99D7A8
(153,215,168)
#ADDDB9
(173,221,185)
#C1E3CA
(193,227,202)
#D5E9DB
(213,233,219)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21B342 color. Also use rgb(33,179,66) instead hex code.

Text Font Color

.myTextColor { color: #21B342; }

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

This text font color is #21B342.

Background Color

.myBgColor { background-color: #21B342; }

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

This div background color is #21B342.

Border color

.myBorderColor { border: 1px solid #21B342; }

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

This div border color is #21B342.

Opacity

.myOpacity80 { color: #21B342; opacity: 0.8; }

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

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

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

This text has shadow with #21B342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21B342.

Preview

Color preview on black background

This text has color #21B342 on black background.


Color preview on white background

This text has color #21B342 on white background.


Black color preview on #21B342 background

This text has black color on #21B342 background.


White color preview on #21B342 background

This text has white color on #21B342 background.


Related colors

Complementary color

Complementary color for #21B342 is #DE4CBD.


I love getcolorcode.com

Triadic colors

1 #4221B3 and #B34221 with #21B342 are triadic colors.

2 #42B321 and #B32142 with #21B342 are triadic colors.