#80802B

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

Shades of Trendy Green #80802B

Tints of Trendy Green #80802B

Color information

#80802B (or 0x80802B) is unknown color: approx Trendy Green. HEX triplet: 80, 80 and 2B. RGB value is (128,128,43). Sum of RGB (Red+Green+Blue) = 128+128+43=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80802B is #7F7FD4. Grayscale: #767676. Windows color (decimal): -8355797 or 2850944. OLE color: 2850944.

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

Color convert

RGB12812843-
CMYK000.660.50
HSL60º49.71%33.53%-
HSV(B)60º66.41%50.2%-
XYZ17.0620.25.29-
YUV118.3185.5134.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 43 (17.19% from 255) = 14.38%
R=42.81%
G=42.81%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812843000.660.506049.7133.53
Hex80802B0042323c3222
Octal200200530010262746242
Binary1000000010000000101011001000010110010111100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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