Shades of Trendy Green #82821E
Tints of Trendy Green #82821E
RGB
CMYK
RGB Variations
Color information
#82821E (or 0x82821E) is known color: Trendy Green. HEX triplet: 82, 82 and 1E. RGB value is (130,130,30). Sum of RGB (Red+Green+Blue) = 130+130+30=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82821E is #7D7DE1. Grayscale: #777777. Windows color (decimal): -8224226 or 1999490. OLE color: 1999490.
HSL color Cylindrical-coordinate representation of color #82821E: hue angle of 60º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82821E is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 30 | - |
| CMYK | 0 | 0 | 0.77 | 0.49 |
| HSL | 60º | 0.63% | 0.31% | - |
| HSV(B) | 60º | 0.77% | 0.51% | - |
| XYZ | 17.42 | 20.8 | 4.33 | - |
| YUV | 118.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 30 | 0 | 0 | 0.77 | 0.49 | 60 | 0.63 | 0.31 |
| Hex | 82 | 82 | 1E | 0 | 0 | 4D | 31 | 3C | 3E | 1F |
| Octal | 202 | 202 | 36 | 0 | 0 | 115 | 61 | 74 | 76 | 37 |
| Binary | 10000010 | 10000010 | 11110 | 0 | 0 | 1001101 | 110001 | 111100 | 111110 | 11111 |
Color Harmonies of #82821E
Complementary color
Monochromatic Colors of #82821E
Black with #82821E
Text Example
Text Example
White with #82821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82821E; }
p { color: rgb(130,130,30); }
H1.HeaderClassName
{
color: #82821E;
}
.AnyTagClassName
{
color: #82821E;
}
</style>
background-color css
<style>
a { background-color: #82821E; }
a { background-color: rgb(130,130,30); }
div.DivClassName
{
background-color: #82821E;
}
.BgClassName
{
background-color: #82821E;
}
</style>
border-color css
<style>
span { border-color: #82821E; }
span { border-color: rgb(130,130,30); }
td.TdClassName
{
border-color: #82821E;
}
.TagClassName
{
border-color: #82821E;
}
</style>