#818F2D

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

Shades of Wasabi #818F2D

Tints of Wasabi #818F2D

Color information

#818F2D (or 0x818F2D) is unknown color: approx Wasabi. HEX triplet: 81, 8F and 2D. RGB value is (129,143,45). Sum of RGB (Red+Green+Blue) = 129+143+45=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #818F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818F2D is #7E70D2. Grayscale: #808080. Windows color (decimal): -8286419 or 2985857. OLE color: 2985857.

HSL color Cylindrical-coordinate representation of color #818F2D: hue angle of 68.57º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #818F2D is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB12914345-
CMYK0.1000.690.44
HSL68.57º52.13%36.86%-
HSV(B)68.57º68.53%56.08%-
XYZ19.3524.56.19-
YUV127.6481.36128.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 143 (56.25% from 255) = 45.11%
BLUE value IS 45 (17.97% from 255) = 14.20%
R=40.69%
G=45.11%
B=14.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129143450.1000.690.4468.5752.1336.86
Hex818F2DA0452C453425
Octal20121755120105541056445
Binary10000001100011111011011010010001011011001000101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818F2D; }

 p { color: rgb(129,143,45); }

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

<style>
 a { background-color: #818F2D; }

 a { background-color: rgb(129,143,45); }

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

<style>
 span { border-color: #818F2D; }

 span { border-color: rgb(129,143,45); }

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