#829021

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

Shades of Trendy Green #829021

Tints of Trendy Green #829021

Color information

#829021 (or 0x829021) is unknown color: approx Trendy Green. HEX triplet: 82, 90 and 21. RGB value is (130,144,33). Sum of RGB (Red+Green+Blue) = 130+144+33=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #829021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829021 is #7D6FDE. Grayscale: #7F7F7F. Windows color (decimal): -8220639 or 2199682. OLE color: 2199682.

HSL color Cylindrical-coordinate representation of color #829021: hue angle of 67.57º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #829021 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB13014433-
CMYK0.1000.770.44
HSL67.57º62.71%34.71%-
HSV(B)67.57º77.08%56.47%-
XYZ19.4524.85.2-
YUV127.1674.86130.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=42.35%
G=46.91%
B=10.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144330.1000.770.4467.5762.7134.71
Hex829021A04D2C443f23
Octal20222041120115541047743
Binary10000010100100001000011010010011011011001000100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829021; }

 p { color: rgb(130,144,33); }

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

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

 a { background-color: rgb(130,144,33); }

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

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

 span { border-color: rgb(130,144,33); }

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