Shades of Trendy Green #82801F
Tints of Trendy Green #82801F
RGB
CMYK
RGB Variations
Color information
#82801F (or 0x82801F) is known color: Trendy Green. HEX triplet: 82, 80 and 1F. RGB value is (130,128,31). Sum of RGB (Red+Green+Blue) = 130+128+31=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82801F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82801F is #7D7FE0. Grayscale: #757575. Windows color (decimal): -8224737 or 2064514. OLE color: 2064514.
HSL color Cylindrical-coordinate representation of color #82801F: hue angle of 58.79º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82801F is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 31 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.49 |
| HSL | 58.79º | 0.61% | 0.32% | - |
| HSV(B) | 58.79º | 0.76% | 0.51% | - |
| XYZ | 17.17 | 20.28 | 4.31 | - |
| YUV | 117.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 31 | 0 | 0.02 | 0.76 | 0.49 | 58.79 | 0.61 | 0.32 |
| Hex | 82 | 80 | 1F | 0 | 2 | 4C | 31 | 3B | 3D | 20 |
| Octal | 202 | 200 | 37 | 0 | 2 | 114 | 61 | 73 | 75 | 40 |
| Binary | 10000010 | 10000000 | 11111 | 0 | 10 | 1001100 | 110001 | 111011 | 111101 | 100000 |
Color Harmonies of #82801F
Complementary color
Monochromatic Colors of #82801F
Black with #82801F
Text Example
Text Example
White with #82801F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82801F; }
p { color: rgb(130,128,31); }
H1.HeaderClassName
{
color: #82801F;
}
.AnyTagClassName
{
color: #82801F;
}
</style>
background-color css
<style>
a { background-color: #82801F; }
a { background-color: rgb(130,128,31); }
div.DivClassName
{
background-color: #82801F;
}
.BgClassName
{
background-color: #82801F;
}
</style>
border-color css
<style>
span { border-color: #82801F; }
span { border-color: rgb(130,128,31); }
td.TdClassName
{
border-color: #82801F;
}
.TagClassName
{
border-color: #82801F;
}
</style>