Html Css Color HEX #82942F Wasabi

📋 copy color: '#82942F'

red 130 ◦ green 148 ◦ blue 47

#82942F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #82942F

Tints of Wasabi #82942F

RGB

 RED value IS 130 (51.17% from 255) = 40%

 GREEN value IS 148 (58.2% from 255) = 45.54%

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 40%
G = 45.54%
B = 14.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#82942F (or 0x82942F) is known color: Wasabi. HEX triplet: 82, 94 and 2F. RGB value is (130,148,47). Sum of RGB (Red+Green+Blue) = 130+148+47=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #82942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82942F is #7D6BD0. Grayscale: #838383. Windows color (decimal): -8219601 or 3118210. OLE color: 3118210.

HSL color Cylindrical-coordinate representation of color #82942F: hue angle of 70.69º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82942F is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 47 -
CMYK 0.12 0 0.68 0.42
HSL 70.69º 0.52% 0.38% -
HSV(B) 70.69º 0.68% 0.58% -
XYZ 20.31 26.13 6.66 -
YUV 131.1 80.54 127.21 -
System Red Green Blue C M Y K H S L
Decimal 130 148 47 0.12 0 0.68 0.42 70.69 0.52 0.38
Hex 82 94 2F C 0 44 2A 47 34 26
Octal 202 224 57 14 0 104 52 107 64 46
Binary 10000010 10010100 101111 1100 0 1000100 101010 1000111 110100 100110

Color Harmonies of #82942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82942F

Black with #82942F

Text Example


Text Example

White with #82942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82942F; }

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

 H1.HeaderClassName
 {
   color: #82942F;
 }
 .AnyTagClassName
 {
   color: #82942F;
 }
</style>

background-color css

<style>
 a { background-color: #82942F; }

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

 div.DivClassName
 {
   background-color: #82942F;
 }
 .BgClassName
 {
   background-color: #82942F;
 }
</style>

border-color css

<style>
 span { border-color: #82942F; }

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

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