Shades of Trendy Green #82841F
Tints of Trendy Green #82841F
RGB
CMYK
RGB Variations
Color information
#82841F (or 0x82841F) is known color: Trendy Green. HEX triplet: 82, 84 and 1F. RGB value is (130,132,31). Sum of RGB (Red+Green+Blue) = 130+132+31=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #82841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82841F is #7D7BE0. Grayscale: #787878. Windows color (decimal): -8223713 or 2065538. OLE color: 2065538.
HSL color Cylindrical-coordinate representation of color #82841F: hue angle of 61.19º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82841F is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 31 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.48 |
| HSL | 61.19º | 0.62% | 0.32% | - |
| HSV(B) | 61.19º | 0.77% | 0.52% | - |
| XYZ | 17.7 | 21.35 | 4.48 | - |
| YUV | 119.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 31 | 0.02 | 0 | 0.77 | 0.48 | 61.19 | 0.62 | 0.32 |
| Hex | 82 | 84 | 1F | 2 | 0 | 4D | 30 | 3D | 3E | 20 |
| Octal | 202 | 204 | 37 | 2 | 0 | 115 | 60 | 75 | 76 | 40 |
| Binary | 10000010 | 10000100 | 11111 | 10 | 0 | 1001101 | 110000 | 111101 | 111110 | 100000 |
Color Harmonies of #82841F
Complementary color
Monochromatic Colors of #82841F
Black with #82841F
Text Example
Text Example
White with #82841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82841F; }
p { color: rgb(130,132,31); }
H1.HeaderClassName
{
color: #82841F;
}
.AnyTagClassName
{
color: #82841F;
}
</style>
background-color css
<style>
a { background-color: #82841F; }
a { background-color: rgb(130,132,31); }
div.DivClassName
{
background-color: #82841F;
}
.BgClassName
{
background-color: #82841F;
}
</style>
border-color css
<style>
span { border-color: #82841F; }
span { border-color: rgb(130,132,31); }
td.TdClassName
{
border-color: #82841F;
}
.TagClassName
{
border-color: #82841F;
}
</style>