#827F1C

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

Shades of Trendy Green #827F1C

Tints of Trendy Green #827F1C

Color information

#827F1C (or 0x827F1C) is unknown color: approx Trendy Green. HEX triplet: 82, 7F and 1C. RGB value is (130,127,28). Sum of RGB (Red+Green+Blue) = 130+127+28=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #827F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F1C is #7D80E3. Grayscale: #757575. Windows color (decimal): -8224996 or 1867650. OLE color: 1867650.

HSL color Cylindrical-coordinate representation of color #827F1C: hue angle of 58.24º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #827F1C is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB13012728-
CMYK00.020.780.49
HSL58.24º64.56%30.98%-
HSV(B)58.24º78.46%50.98%-
XYZ1720.014.06-
YUV116.6177.99137.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 127 (50% from 255) = 44.56%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=45.61%
G=44.56%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301272800.020.780.4958.2464.5630.98
Hex827F1C024E313a411f
Octal2021773402116617210137
Binary100000101111111111000101001110110001111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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