#82821E

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

Shades of Trendy Green #82821E

Tints of Trendy Green #82821E

Color information

#82821E (or 0x82821E) is unknown color: approx Trendy Green. HEX triplet: 82, 82 and 1E. RGB value is (130,130,30). Sum of RGB (Red+Green+Blue) = 130+130+30=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82821E is #7D7DE1. Grayscale: #777777. Windows color (decimal): -8224226 or 1999490. OLE color: 1999490.

HSL color Cylindrical-coordinate representation of color #82821E: hue angle of 60º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82821E is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB13013030-
CMYK000.770.49
HSL60º62.5%31.37%-
HSV(B)60º76.92%50.98%-
XYZ17.4220.84.33-
YUV118.678136.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=44.83%
G=44.83%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013030000.770.496062.531.37
Hex82821E004D313c3e1f
Octal202202360011561747637
Binary10000010100000101111000100110111000111110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82821E; }

 p { color: rgb(130,130,30); }

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

<style>
 a { background-color: #82821E; }

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

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

<style>
 span { border-color: #82821E; }

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

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