Shades of Trendy Green #82801C
Tints of Trendy Green #82801C
RGB
CMYK
RGB Variations
Color information
#82801C (or 0x82801C) is known color: Trendy Green. HEX triplet: 82, 80 and 1C. RGB value is (130,128,28). Sum of RGB (Red+Green+Blue) = 130+128+28=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82801C is #7D7FE3. Grayscale: #757575. Windows color (decimal): -8224740 or 1867906. OLE color: 1867906.
HSL color Cylindrical-coordinate representation of color #82801C: hue angle of 58.82º degrees, saturation: 0.65, 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 #82801C is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 28 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.49 |
| HSL | 58.82º | 0.65% | 0.31% | - |
| HSV(B) | 58.82º | 0.78% | 0.51% | - |
| XYZ | 17.13 | 20.27 | 4.11 | - |
| YUV | 117.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 28 | 0 | 0.02 | 0.78 | 0.49 | 58.82 | 0.65 | 0.31 |
| Hex | 82 | 80 | 1C | 0 | 2 | 4E | 31 | 3B | 41 | 1F |
| Octal | 202 | 200 | 34 | 0 | 2 | 116 | 61 | 73 | 101 | 37 |
| Binary | 10000010 | 10000000 | 11100 | 0 | 10 | 1001110 | 110001 | 111011 | 1000001 | 11111 |
Color Harmonies of #82801C
Complementary color
Monochromatic Colors of #82801C
Black with #82801C
Text Example
Text Example
White with #82801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82801C; }
p { color: rgb(130,128,28); }
H1.HeaderClassName
{
color: #82801C;
}
.AnyTagClassName
{
color: #82801C;
}
</style>
background-color css
<style>
a { background-color: #82801C; }
a { background-color: rgb(130,128,28); }
div.DivClassName
{
background-color: #82801C;
}
.BgClassName
{
background-color: #82801C;
}
</style>
border-color css
<style>
span { border-color: #82801C; }
span { border-color: rgb(130,128,28); }
td.TdClassName
{
border-color: #82801C;
}
.TagClassName
{
border-color: #82801C;
}
</style>