#82842b

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

Shades of Trendy Green #82842B

Tints of Trendy Green #82842B

Color information

#82842B (or 0x82842B) is unknown color: approx Trendy Green. HEX triplet: 82, 84 and 2B. RGB value is (130,132,43). Sum of RGB (Red+Green+Blue) = 130+132+43=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #82842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82842B is #7D7BD4. Grayscale: #797979. Windows color (decimal): -8223701 or 2851970. OLE color: 2851970.

HSL color Cylindrical-coordinate representation of color #82842B: hue angle of 61.35º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82842B is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13013243-
CMYK0.0200.670.48
HSL61.35º50.86%34.31%-
HSV(B)61.35º67.42%51.76%-
XYZ17.8921.425.48-
YUV121.2683.84134.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=42.62%
G=43.28%
B=14.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132430.0200.670.4861.3550.8634.31
Hex82842B2043303d3322
Octal202204532010360756342
Binary10000010100001001010111001000011110000111101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82842b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82842b; }

 p { color: rgb(130,132,43); }

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

<style>
 a { background-color: #82842b; }

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

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

<style>
 span { border-color: #82842b; }

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

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