#828D2F

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

Shades of Wasabi #828D2F

Tints of Wasabi #828D2F

Color information

#828D2F (or 0x828D2F) is unknown color: approx Wasabi. HEX triplet: 82, 8D and 2F. RGB value is (130,141,47). Sum of RGB (Red+Green+Blue) = 130+141+47=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #828D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D2F is #7D72D0. Grayscale: #7F7F7F. Windows color (decimal): -8221393 or 3116418. OLE color: 3116418.

HSL color Cylindrical-coordinate representation of color #828D2F: hue angle of 67.02º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #828D2F is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB13014147-
CMYK0.0800.670.45
HSL67.02º50%36.86%-
HSV(B)67.02º66.67%55.29%-
XYZ19.24246.31-
YUV12782.86130.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=40.88%
G=44.34%
B=14.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130141470.0800.670.4567.025036.86
Hex828D2F80432D433225
Octal20221557100103551036245
Binary10000010100011011011111000010000111011011000011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,141,47); }

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

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

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

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

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

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

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