COLOR #429270

HEX: #429270
RGB: (66,146,112)

Color info

#429270 contains mainly green and blue colors. Web safe color of #429270 is #339966 (or #396).

RGB color model

#429270 color RGB value is (66,146,112).

  • red value is 66;
  • green value is 146;
  • blue value is 112.
RGB:
(66,146,112)
(26%,57%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 146 of 255 = 57%
B 112 of 255 = 44%

66
146
112

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

Portions of RGB colors in percentages

R + G + B =
66 + 146 + 112 = 324 (100%)
R 66 of 324 ~ 20.37%
G 146 of 324 ~ 45.06%
B 112 of 324 ~ 34.57%

%20.37
%45.06
%34.57

CMYK color model

#429270 color CMYK value is (55,0,23,43).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 42.75%
CMYK:
(55,0,23,43)
C55M0Y23K43 
(55%,0%,23%,43%)
(0.55/0.00/0.23/0.43)	

CMYK percentages

%54.79
%0
%23.29
%42.75

Codes

Color #429270 in popluar color models

429270
RGB66146112
HSL155°37.74%41.57%
HSB/HSV155°54.79%57.25%
CMYK54.79%0.00%23.29%
42.75%

Color #429270 in popluar number systems.

HEX429270
Decimal66146112
Binary1000010100100101110000
Octal102222160

Shades and tints

Shades of #429270

#429270
(66,146,112)
#3C8566
(60,133,102)
#36785C
(54,120,92)
#306B52
(48,107,82)
#2A5E48
(42,94,72)
#24513E
(36,81,62)
#1E4434
(30,68,52)
#18372A
(24,55,42)
#122A20
(18,42,32)
#0C1D16
(12,29,22)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #429270

#429270
(66,146,112)
#539B7D
(83,155,125)
#64A48A
(100,164,138)
#75AD97
(117,173,151)
#86B6A4
(134,182,164)
#97BFB1
(151,191,177)
#A8C8BE
(168,200,190)
#B9D1CB
(185,209,203)
#CADAD8
(202,218,216)
#DBE3E5
(219,227,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429270 color. Also use rgb(66,146,112) instead hex code.

Text Font Color

.myTextColor { color: #429270; }

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

This text font color is #429270.


Background Color

.myBgColor { background-color: #429270; }

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

This div background color is #429270.


Border color

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

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

This div border color is #429270.


Opacity

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

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

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

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

This text has shadow with #429270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429270 on black background.


Color preview on white background

This text has color #429270 on white background.



Black color preview on #429270 background

This text has black color on #429270 background.


White color preview on #429270 background

This text has white color on #429270 background.