#827E29

Color #827E29 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #827E29

Tints of Trendy Green #827E29

Color information

#827E29 (or 0x827E29) is unknown color: approx Trendy Green. HEX triplet: 82, 7E and 29. RGB value is (130,126,41). Sum of RGB (Red+Green+Blue) = 130+126+41=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #827E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E29 is #7D81D6. Grayscale: #757575. Windows color (decimal): -8225239 or 2719362. OLE color: 2719362.

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

Color convert

RGB13012641-
CMYK00.030.680.49
HSL57.3º52.05%33.53%-
HSV(B)57.3º68.46%50.98%-
XYZ17.0719.835.03-
YUV117.5184.83136.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 126 (49.61% from 255) = 42.42%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=43.77%
G=42.42%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301264100.030.680.4957.352.0533.53
Hex827E29034431393422
Octal202176510310461716442
Binary1000001011111101010010111000100110001111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #827E29;
 }
 .AnyTagClassName
 {
   color: #827E29;
 }
</style>
background-color css

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

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

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

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

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

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