Shades of Trendy Green #82802D
Tints of Trendy Green #82802D
RGB
CMYK
RGB Variations
Color information
#82802D (or 0x82802D) is known color: Trendy Green. HEX triplet: 82, 80 and 2D. RGB value is (130,128,45). Sum of RGB (Red+Green+Blue) = 130+128+45=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82802D is #7D7FD2. Grayscale: #777777. Windows color (decimal): -8224723 or 2982018. OLE color: 2982018.
HSL color Cylindrical-coordinate representation of color #82802D: hue angle of 58.59º 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 #82802D is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 45 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.49 |
| HSL | 58.59º | 0.49% | 0.34% | - |
| HSV(B) | 58.59º | 0.65% | 0.51% | - |
| XYZ | 17.4 | 20.37 | 5.5 | - |
| YUV | 119.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 45 | 0 | 0.02 | 0.65 | 0.49 | 58.59 | 0.49 | 0.34 |
| Hex | 82 | 80 | 2D | 0 | 2 | 41 | 31 | 3B | 31 | 22 |
| Octal | 202 | 200 | 55 | 0 | 2 | 101 | 61 | 73 | 61 | 42 |
| Binary | 10000010 | 10000000 | 101101 | 0 | 10 | 1000001 | 110001 | 111011 | 110001 | 100010 |
Color Harmonies of #82802D
Complementary color
Monochromatic Colors of #82802D
Black with #82802D
Text Example
Text Example
White with #82802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82802D; }
p { color: rgb(130,128,45); }
H1.HeaderClassName
{
color: #82802D;
}
.AnyTagClassName
{
color: #82802D;
}
</style>
background-color css
<style>
a { background-color: #82802D; }
a { background-color: rgb(130,128,45); }
div.DivClassName
{
background-color: #82802D;
}
.BgClassName
{
background-color: #82802D;
}
</style>
border-color css
<style>
span { border-color: #82802D; }
span { border-color: rgb(130,128,45); }
td.TdClassName
{
border-color: #82802D;
}
.TagClassName
{
border-color: #82802D;
}
</style>