COLOR #42802F

HEX: #42802F RGB: (66,128,47)

Color info

#42802F contains mainly green color. Web safe color of #42802F is #336633 (or #363).

RGB color model

#42802F color RGB value is (66,128,47).

RGB: (66,128,47) (26%, 50%, 18%)

RGB channels and saturation

R 66 of 255 = 26%
G 128 of 255 = 50%
B 47 of 255 = 18%

66
128
47

R + G + B ~ 31%. #42802F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 128 + 47 = 241 (100%)
R 66 of 241 ~ 27.39%
G 128 of 241 ~ 53.11%
B 47 of 241 ~ 19.5'%

%27.39
%53.11
%19.5

CMYK color model

#42802F color CMYK value is (48,0,63,50).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 63.28%
  • key color value is 49.80%

CMYK: (48,0,63,50)
C48M0Y63K50 (48%, 0%, 63%, 50%)
(0.48 / 0.00 / 0.63 / 0.50)

CMYK percentages

%48.44
%0
%63.28
%49.8

Codes

Color #42802F in popluar color models

42 80 2F
RGB 66 128 47
HSL 106° 46.29% 34.31%
HSB/HSV 106° 63.28% 50.20%
CMYK 48.44% 0.00% 63.28%
49.80%

Color #42802F in popluar number systems.

HEX 42 80 2F
Decimal 66 128 47
Binary 1000010 10000000 101111
Octal 102 200 57

Shades and tints

Shades of #42802F

#42802F
(66,128,47)
#3C752B
(60,117,43)
#366A27
(54,106,39)
#305F23
(48,95,35)
#2A541F
(42,84,31)
#24491B
(36,73,27)
#1E3E17
(30,62,23)
#183313
(24,51,19)
#12280F
(18,40,15)
#0C1D0B
(12,29,11)
#061207
(6,18,7)
#000000
(0,0,0)

Tints of #42802F

#42802F
(66,128,47)
#538B41
(83,139,65)
#649653
(100,150,83)
#75A165
(117,161,101)
#86AC77
(134,172,119)
#97B789
(151,183,137)
#A8C29B
(168,194,155)
#B9CDAD
(185,205,173)
#CAD8BF
(202,216,191)
#DBE3D1
(219,227,209)
#ECEEE3
(236,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42802F color. Also use rgb(66,128,47) instead hex code.

Text Font Color

.myTextColor { color: #42802F; }

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

This text font color is #42802F.

Background Color

.myBgColor { background-color: #42802F; }

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

This div background color is #42802F.

Border color

.myBorderColor { border: 1px solid #42802F; }

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

This div border color is #42802F.

Opacity

.myOpacity80 { color: #42802F; opacity: 0.8; }

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

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

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

This text has shadow with #42802F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42802F.

Preview

Color preview on black background

This text has color #42802F on black background.


Color preview on white background

This text has color #42802F on white background.


Black color preview on #42802F background

This text has black color on #42802F background.


White color preview on #42802F background

This text has white color on #42802F background.


Related colors

Complementary color

Complementary color for #hex is #BD7FD0.


I love getcolorcode.com

Triadic colors

1 #2F4280 and #802F42 with #42802F are triadic colors.

2 #2F8042 and #80422F with #42802F are triadic colors.