Html Css Color HEX #827F29 Trendy Green

📋 copy color: '#827F29'

red 130 ◦ green 127 ◦ blue 41

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

Shades of Trendy Green #827F29

Tints of Trendy Green #827F29

RGB

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

 GREEN value IS 127 (50% from 255) = 42.62%

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

R = 43.62%
G = 42.62%
B = 13.76%

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

#827F29 (or 0x827F29) is known color: Trendy Green. HEX triplet: 82, 7F and 29. RGB value is (130,127,41). Sum of RGB (Red+Green+Blue) = 130+127+41=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #827F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F29 is #7D80D6. Grayscale: #767676. Windows color (decimal): -8224983 or 2719618. OLE color: 2719618.

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

Color convert

RGB 130 127 41 -
CMYK 0 0.02 0.68 0.49
HSL 57.98º 0.52% 0.34% -
HSV(B) 57.98º 0.68% 0.51% -
XYZ 17.2 20.08 5.07 -
YUV 118.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 130 127 41 0 0.02 0.68 0.49 57.98 0.52 0.34
Hex 82 7F 29 0 2 44 31 3A 34 22
Octal 202 177 51 0 2 104 61 72 64 42
Binary 10000010 1111111 101001 0 10 1000100 110001 111010 110100 100010

Color Harmonies of #827F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F29

Black with #827F29

Text Example


Text Example

White with #827F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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