Html Css Color HEX #827D29 Trendy Green

📋 copy color: '#827D29'

red 130 ◦ green 125 ◦ blue 41

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

Shades of Trendy Green #827D29

Tints of Trendy Green #827D29

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.23%

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

R = 43.92%
G = 42.23%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827D29 (or 0x827D29) is known color: Trendy Green. HEX triplet: 82, 7D and 29. RGB value is (130,125,41). Sum of RGB (Red+Green+Blue) = 130+125+41=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #827D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D29 is #7D82D6. Grayscale: #757575. Windows color (decimal): -8225495 or 2719106. OLE color: 2719106.

HSL color Cylindrical-coordinate representation of color #827D29: hue angle of 56.63º 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 #827D29 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 125 41 -
CMYK 0 0.04 0.68 0.49
HSL 56.63º 0.52% 0.34% -
HSV(B) 56.63º 0.68% 0.51% -
XYZ 16.94 19.57 4.98 -
YUV 116.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 130 125 41 0 0.04 0.68 0.49 56.63 0.52 0.34
Hex 82 7D 29 0 4 44 31 39 34 22
Octal 202 175 51 0 4 104 61 71 64 42
Binary 10000010 1111101 101001 0 100 1000100 110001 111001 110100 100010

Color Harmonies of #827D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D29

Black with #827D29

Text Example


Text Example

White with #827D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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