COLOR #42B26D

HEX: #42B26D RGB: (66,178,109)

Color info

#42B26D contains mainly green color. Web safe color of #42B26D is #339966 (or #396).

RGB color model

#42B26D color RGB value is (66,178,109).

RGB: (66,178,109) (26%, 70%, 43%)

RGB channels and saturation

R 66 of 255 = 26%
G 178 of 255 = 70%
B 109 of 255 = 43%

66
178
109

R + G + B ~ 46%. #42B26D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 178 + 109 = 353 (100%)
R 66 of 353 ~ 18.7%
G 178 of 353 ~ 50.42%
B 109 of 353 ~ 30.88'%

%18.7
%50.42
%30.88

CMYK color model

#42B26D color CMYK value is (63,0,39,30).

  • cyan value is 62.92%
  • magenta value is 0.00%
  • yellow value is 38.76%
  • key color value is 30.20%

CMYK: (63,0,39,30)
C63M0Y39K30 (63%, 0%, 39%, 30%)
(0.63 / 0.00 / 0.39 / 0.30)

CMYK percentages

%62.92
%0
%38.76
%30.2

Codes

Color #42B26D in popluar color models

42 B2 6D
RGB 66 178 109
HSL 143° 45.90% 47.84%
HSB/HSV 143° 62.92% 69.80%
CMYK 62.92% 0.00% 38.76%
30.20%

Color #42B26D in popluar number systems.

HEX 42 B2 6D
Decimal 66 178 109
Binary 1000010 10110010 1101101
Octal 102 262 155

Shades and tints

Shades of #42B26D

#42B26D
(66,178,109)
#3CA264
(60,162,100)
#36925B
(54,146,91)
#308252
(48,130,82)
#2A7249
(42,114,73)
#246240
(36,98,64)
#1E5237
(30,82,55)
#18422E
(24,66,46)
#123225
(18,50,37)
#0C221C
(12,34,28)
#061213
(6,18,19)
#000000
(0,0,0)

Tints of #42B26D

#42B26D
(66,178,109)
#53B97A
(83,185,122)
#64C087
(100,192,135)
#75C794
(117,199,148)
#86CEA1
(134,206,161)
#97D5AE
(151,213,174)
#A8DCBB
(168,220,187)
#B9E3C8
(185,227,200)
#CAEAD5
(202,234,213)
#DBF1E2
(219,241,226)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B26D color. Also use rgb(66,178,109) instead hex code.

Text Font Color

.myTextColor { color: #42B26D; }

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

This text font color is #42B26D.

Background Color

.myBgColor { background-color: #42B26D; }

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

This div background color is #42B26D.

Border color

.myBorderColor { border: 1px solid #42B26D; }

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

This div border color is #42B26D.

Opacity

.myOpacity80 { color: #42B26D; opacity: 0.8; }

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

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

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

This text has shadow with #42B26D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42B26D.

Preview

Color preview on black background

This text has color #42B26D on black background.


Color preview on white background

This text has color #42B26D on white background.


Black color preview on #42B26D background

This text has black color on #42B26D background.


White color preview on #42B26D background

This text has white color on #42B26D background.


Related colors

Complementary color

Complementary color for #hex is #BD4D92.


I love getcolorcode.com

Triadic colors

1 #6D42B2 and #B26D42 with #42B26D are triadic colors.

2 #6DB242 and #B2426D with #42B26D are triadic colors.