#82842F

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

Shades of Trendy Green #82842F

Tints of Trendy Green #82842F

Color information

#82842F (or 0x82842F) is unknown color: approx Trendy Green. HEX triplet: 82, 84 and 2F. RGB value is (130,132,47). Sum of RGB (Red+Green+Blue) = 130+132+47=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #82842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82842F is #7D7BD0. Grayscale: #7A7A7A. Windows color (decimal): -8223697 or 3114114. OLE color: 3114114.

HSL color Cylindrical-coordinate representation of color #82842F: hue angle of 61.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82842F is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13013247-
CMYK0.0200.640.48
HSL61.41º47.49%35.1%-
HSV(B)61.41º64.39%51.76%-
XYZ17.9721.455.88-
YUV121.7185.84133.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 47 (18.75% from 255) = 15.21%
R=42.07%
G=42.72%
B=15.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132470.0200.640.4861.4147.4935.1
Hex82842F2040303d2f23
Octal202204572010060755743
Binary10000010100001001011111001000000110000111101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82842F; }

 p { color: rgb(130,132,47); }

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

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

 a { background-color: rgb(130,132,47); }

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

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

 span { border-color: rgb(130,132,47); }

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