Html Css Color HEX #828C29 Trendy Green

📋 copy color: '#828C29'

red 130 ◦ green 140 ◦ blue 41

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

Shades of Trendy Green #828C29

Tints of Trendy Green #828C29

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.02%

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

R = 41.8%
G = 45.02%
B = 13.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#828C29 (or 0x828C29) is known color: Trendy Green. HEX triplet: 82, 8C and 29. RGB value is (130,140,41). Sum of RGB (Red+Green+Blue) = 130+140+41=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #828C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C29 is #7D73D6. Grayscale: #7E7E7E. Windows color (decimal): -8221655 or 2722946. OLE color: 2722946.

HSL color Cylindrical-coordinate representation of color #828C29: hue angle of 66.06º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #828C29 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 140 41 -
CMYK 0.07 0 0.71 0.45
HSL 66.06º 0.55% 0.35% -
HSV(B) 66.06º 0.71% 0.55% -
XYZ 18.98 23.66 5.66 -
YUV 125.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 130 140 41 0.07 0 0.71 0.45 66.06 0.55 0.35
Hex 82 8C 29 7 0 47 2D 42 37 23
Octal 202 214 51 7 0 107 55 102 67 43
Binary 10000010 10001100 101001 111 0 1000111 101101 1000010 110111 100011

Color Harmonies of #828C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C29

Black with #828C29

Text Example


Text Example

White with #828C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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