Shades of Trendy Green #82801E
Tints of Trendy Green #82801E
RGB
CMYK
RGB Variations
Color information
#82801E (or 0x82801E) is known color: Trendy Green. HEX triplet: 82, 80 and 1E. RGB value is (130,128,30). Sum of RGB (Red+Green+Blue) = 130+128+30=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82801E is #7D7FE1. Grayscale: #757575. Windows color (decimal): -8224738 or 1998978. OLE color: 1998978.
HSL color Cylindrical-coordinate representation of color #82801E: hue angle of 58.8º 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 #82801E is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 30 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.49 |
| HSL | 58.8º | 0.63% | 0.31% | - |
| HSV(B) | 58.8º | 0.77% | 0.51% | - |
| XYZ | 17.16 | 20.28 | 4.24 | - |
| YUV | 117.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 30 | 0 | 0.02 | 0.77 | 0.49 | 58.8 | 0.63 | 0.31 |
| Hex | 82 | 80 | 1E | 0 | 2 | 4D | 31 | 3B | 3E | 1F |
| Octal | 202 | 200 | 36 | 0 | 2 | 115 | 61 | 73 | 76 | 37 |
| Binary | 10000010 | 10000000 | 11110 | 0 | 10 | 1001101 | 110001 | 111011 | 111110 | 11111 |
Color Harmonies of #82801E
Complementary color
Monochromatic Colors of #82801E
Black with #82801E
Text Example
Text Example
White with #82801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82801E; }
p { color: rgb(130,128,30); }
H1.HeaderClassName
{
color: #82801E;
}
.AnyTagClassName
{
color: #82801E;
}
</style>
background-color css
<style>
a { background-color: #82801E; }
a { background-color: rgb(130,128,30); }
div.DivClassName
{
background-color: #82801E;
}
.BgClassName
{
background-color: #82801E;
}
</style>
border-color css
<style>
span { border-color: #82801E; }
span { border-color: rgb(130,128,30); }
td.TdClassName
{
border-color: #82801E;
}
.TagClassName
{
border-color: #82801E;
}
</style>