#8EA28F

Color #8EA28F Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #8EA28F

Tints of Pewter #8EA28F

Color information

#8EA28F (or 0x8EA28F) is unknown color: approx Pewter. HEX triplet: 8E, A2 and 8F. RGB value is (142,162,143). Sum of RGB (Red+Green+Blue) = 142+162+143=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA28F is #715D70. Grayscale: #999999. Windows color (decimal): -7429489 or 9413262. OLE color: 9413262.

HSL color Cylindrical-coordinate representation of color #8EA28F: hue angle of 123º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8EA28F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB142162143-
CMYK0.1200.120.36
HSL123º9.71%59.61%-
HSV(B)123º12.35%63.53%-
XYZ29.0333.5730.94-
YUV153.85121.87119.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=31.77%
G=36.24%
B=31.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621430.1200.120.361239.7159.61
Hex8EA28FC0C247ba3c
Octal21624221714014441731274
Binary10001110101000101000111111000110010010011110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA28F; }

 p { color: rgb(142,162,143); }

 H1.HeaderClassName
 {
   color: #8EA28F;
 }
 .AnyTagClassName
 {
   color: #8EA28F;
 }
</style>
background-color css

<style>
 a { background-color: #8EA28F; }

 a { background-color: rgb(142,162,143); }

 div.DivClassName
 {
   background-color: #8EA28F;
 }
 .BgClassName
 {
   background-color: #8EA28F;
 }
</style>
border-color css

<style>
 span { border-color: #8EA28F; }

 span { border-color: rgb(142,162,143); }

 td.TdClassName
 {
   border-color: #8EA28F;
 }
 .TagClassName
 {
   border-color: #8EA28F;
 }
</style>