Shades of Trendy Green #82822D
Tints of Trendy Green #82822D
RGB
CMYK
RGB Variations
Color information
#82822D (or 0x82822D) is known color: Trendy Green. HEX triplet: 82, 82 and 2D. RGB value is (130,130,45). Sum of RGB (Red+Green+Blue) = 130+130+45=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82822D is #7D7DD2. Grayscale: #787878. Windows color (decimal): -8224211 or 2982530. OLE color: 2982530.
HSL color Cylindrical-coordinate representation of color #82822D: hue angle of 60º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82822D is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 45 | - |
| CMYK | 0 | 0 | 0.65 | 0.49 |
| HSL | 60º | 0.49% | 0.34% | - |
| HSV(B) | 60º | 0.65% | 0.51% | - |
| XYZ | 17.66 | 20.9 | 5.59 | - |
| YUV | 120.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 45 | 0 | 0 | 0.65 | 0.49 | 60 | 0.49 | 0.34 |
| Hex | 82 | 82 | 2D | 0 | 0 | 41 | 31 | 3C | 31 | 22 |
| Octal | 202 | 202 | 55 | 0 | 0 | 101 | 61 | 74 | 61 | 42 |
| Binary | 10000010 | 10000010 | 101101 | 0 | 0 | 1000001 | 110001 | 111100 | 110001 | 100010 |
Color Harmonies of #82822D
Complementary color
Monochromatic Colors of #82822D
Black with #82822D
Text Example
Text Example
White with #82822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82822D; }
p { color: rgb(130,130,45); }
H1.HeaderClassName
{
color: #82822D;
}
.AnyTagClassName
{
color: #82822D;
}
</style>
background-color css
<style>
a { background-color: #82822D; }
a { background-color: rgb(130,130,45); }
div.DivClassName
{
background-color: #82822D;
}
.BgClassName
{
background-color: #82822D;
}
</style>
border-color css
<style>
span { border-color: #82822D; }
span { border-color: rgb(130,130,45); }
td.TdClassName
{
border-color: #82822D;
}
.TagClassName
{
border-color: #82822D;
}
</style>