#828A2E

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

Shades of Trendy Green #828A2E

Tints of Trendy Green #828A2E

Color information

#828A2E (or 0x828A2E) is unknown color: approx Trendy Green. HEX triplet: 82, 8A and 2E. RGB value is (130,138,46). Sum of RGB (Red+Green+Blue) = 130+138+46=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #828A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A2E is #7D75D1. Grayscale: #7D7D7D. Windows color (decimal): -8222162 or 3050114. OLE color: 3050114.

HSL color Cylindrical-coordinate representation of color #828A2E: hue angle of 65.22º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #828A2E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB13013846-
CMYK0.0600.670.46
HSL65.22º50%36.08%-
HSV(B)65.22º66.67%54.12%-
XYZ18.7923.126.06-
YUV125.1283.35131.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=41.40%
G=43.95%
B=14.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130138460.0600.670.4665.225036.08
Hex828A2E60432E413224
Octal2022125660103561016244
Binary1000001010001010101110110010000111011101000001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828A2E; }

 p { color: rgb(130,138,46); }

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

<style>
 a { background-color: #828A2E; }

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

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

<style>
 span { border-color: #828A2E; }

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

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