#808E2A

Color #808E2A Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #808E2A

Tints of Trendy Green #808E2A

Color information

#808E2A (or 0x808E2A) is unknown color: approx Trendy Green. HEX triplet: 80, 8E and 2A. RGB value is (128,142,42). Sum of RGB (Red+Green+Blue) = 128+142+42=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #808E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808E2A is #7F71D5. Grayscale: #7E7E7E. Windows color (decimal): -8352214 or 2788992. OLE color: 2788992.

HSL color Cylindrical-coordinate representation of color #808E2A: hue angle of 68.4º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #808E2A is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB12814242-
CMYK0.1000.700.44
HSL68.4º54.35%36.08%-
HSV(B)68.4º70.42%55.69%-
XYZ18.9924.15.84-
YUV126.4180.36129.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 142 (55.86% from 255) = 45.51%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=41.03%
G=45.51%
B=13.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128142420.1000.700.4468.454.3536.08
Hex808E2AA0462C443624
Octal20021652120106541046644
Binary10000000100011101010101010010001101011001000100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808E2A; }

 p { color: rgb(128,142,42); }

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

<style>
 a { background-color: #808E2A; }

 a { background-color: rgb(128,142,42); }

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

<style>
 span { border-color: #808E2A; }

 span { border-color: rgb(128,142,42); }

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