Shades of Trendy Green #82821D
Tints of Trendy Green #82821D
RGB
CMYK
RGB Variations
Color information
#82821D (or 0x82821D) is known color: Trendy Green. HEX triplet: 82, 82 and 1D. RGB value is (130,130,29). Sum of RGB (Red+Green+Blue) = 130+130+29=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82821D is #7D7DE2. Grayscale: #767676. Windows color (decimal): -8224227 or 1933954. OLE color: 1933954.
HSL color Cylindrical-coordinate representation of color #82821D: hue angle of 60º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82821D is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 29 | - |
| CMYK | 0 | 0 | 0.78 | 0.49 |
| HSL | 60º | 0.64% | 0.31% | - |
| HSV(B) | 60º | 0.78% | 0.51% | - |
| XYZ | 17.41 | 20.8 | 4.26 | - |
| YUV | 118.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 29 | 0 | 0 | 0.78 | 0.49 | 60 | 0.64 | 0.31 |
| Hex | 82 | 82 | 1D | 0 | 0 | 4E | 31 | 3C | 40 | 1F |
| Octal | 202 | 202 | 35 | 0 | 0 | 116 | 61 | 74 | 100 | 37 |
| Binary | 10000010 | 10000010 | 11101 | 0 | 0 | 1001110 | 110001 | 111100 | 1000000 | 11111 |
Color Harmonies of #82821D
Complementary color
Monochromatic Colors of #82821D
Black with #82821D
Text Example
Text Example
White with #82821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82821D; }
p { color: rgb(130,130,29); }
H1.HeaderClassName
{
color: #82821D;
}
.AnyTagClassName
{
color: #82821D;
}
</style>
background-color css
<style>
a { background-color: #82821D; }
a { background-color: rgb(130,130,29); }
div.DivClassName
{
background-color: #82821D;
}
.BgClassName
{
background-color: #82821D;
}
</style>
border-color css
<style>
span { border-color: #82821D; }
span { border-color: rgb(130,130,29); }
td.TdClassName
{
border-color: #82821D;
}
.TagClassName
{
border-color: #82821D;
}
</style>