Html Css Color HEX #829029 Wasabi

📋 copy color: '#829029'

red 130 ◦ green 144 ◦ blue 41

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

Shades of Wasabi #829029

Tints of Wasabi #829029

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 41.27%
G = 45.71%
B = 13.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#829029 (or 0x829029) is known color: Wasabi. HEX triplet: 82, 90 and 29. RGB value is (130,144,41). Sum of RGB (Red+Green+Blue) = 130+144+41=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #829029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829029 is #7D6FD6. Grayscale: #808080. Windows color (decimal): -8220631 or 2723970. OLE color: 2723970.

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

Color convert

RGB 130 144 41 -
CMYK 0.10 0 0.72 0.44
HSL 68.16º 0.56% 0.36% -
HSV(B) 68.16º 0.72% 0.56% -
XYZ 19.58 24.85 5.86 -
YUV 128.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 130 144 41 0.10 0 0.72 0.44 68.16 0.56 0.36
Hex 82 90 29 A 0 48 2C 44 38 24
Octal 202 220 51 12 0 110 54 104 70 44
Binary 10000010 10010000 101001 1010 0 1001000 101100 1000100 111000 100100

Color Harmonies of #829029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829029

Black with #829029

Text Example


Text Example

White with #829029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829029; }

 p { color: rgb(130,144,41); }

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

background-color css

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

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

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

border-color css

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

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

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