#80802A

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

Shades of Trendy Green #80802A

Tints of Trendy Green #80802A

Color information

#80802A (or 0x80802A) is unknown color: approx Trendy Green. HEX triplet: 80, 80 and 2A. RGB value is (128,128,42). Sum of RGB (Red+Green+Blue) = 128+128+42=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80802A is #7F7FD5. Grayscale: #767676. Windows color (decimal): -8355798 or 2785408. OLE color: 2785408.

HSL color Cylindrical-coordinate representation of color #80802A: hue angle of 60º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80802A is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB12812842-
CMYK000.670.50
HSL60º50.59%33.33%-
HSV(B)60º67.19%50.2%-
XYZ17.0420.195.19-
YUV118.285134.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 42 (16.80% from 255) = 14.09%
R=42.95%
G=42.95%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812842000.670.506050.5933.33
Hex80802A0043323c3321
Octal200200520010362746341
Binary1000000010000000101010001000011110010111100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80802A; }

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

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

<style>
 a { background-color: #80802A; }

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

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

<style>
 span { border-color: #80802A; }

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

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