#828027

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

Shades of Trendy Green #828027

Tints of Trendy Green #828027

Color information

#828027 (or 0x828027) is unknown color: approx Trendy Green. HEX triplet: 82, 80 and 27. RGB value is (130,128,39). Sum of RGB (Red+Green+Blue) = 130+128+39=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #828027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828027 is #7D7FD8. Grayscale: #767676. Windows color (decimal): -8224729 or 2588802. OLE color: 2588802.

HSL color Cylindrical-coordinate representation of color #828027: hue angle of 58.68º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #828027 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB13012839-
CMYK00.020.700.49
HSL58.68º53.85%33.14%-
HSV(B)58.68º70%50.98%-
XYZ17.2920.334.93-
YUV118.4583.16136.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 39 (15.62% from 255) = 13.13%
R=43.77%
G=43.10%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301283900.020.700.4958.6853.8533.14
Hex8280270246313b3621
Octal202200470210661736641
Binary10000010100000001001110101000110110001111011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828027; }

 p { color: rgb(130,128,39); }

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

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

 a { background-color: rgb(130,128,39); }

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

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

 span { border-color: rgb(130,128,39); }

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