Html Css Color HEX #828029 Trendy Green

📋 copy color: '#828029'

red 130 ◦ green 128 ◦ blue 41

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

Shades of Trendy Green #828029

Tints of Trendy Green #828029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.81%

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

R = 43.48%
G = 42.81%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#828029 (or 0x828029) is known color: Trendy Green. HEX triplet: 82, 80 and 29. RGB value is (130,128,41). Sum of RGB (Red+Green+Blue) = 130+128+41=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #828029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828029 is #7D7FD6. Grayscale: #777777. Windows color (decimal): -8224727 or 2719874. OLE color: 2719874.

HSL color Cylindrical-coordinate representation of color #828029: hue angle of 58.65º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #828029 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 41 -
CMYK 0 0.02 0.68 0.49
HSL 58.65º 0.52% 0.34% -
HSV(B) 58.65º 0.68% 0.51% -
XYZ 17.33 20.34 5.11 -
YUV 118.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 130 128 41 0 0.02 0.68 0.49 58.65 0.52 0.34
Hex 82 80 29 0 2 44 31 3B 34 22
Octal 202 200 51 0 2 104 61 73 64 42
Binary 10000010 10000000 101001 0 10 1000100 110001 111011 110100 100010

Color Harmonies of #828029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828029

Black with #828029

Text Example


Text Example

White with #828029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828029; }

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

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

background-color css

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

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

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

border-color css

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

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

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