Shades of Trendy Green #82802B
Tints of Trendy Green #82802B
RGB
CMYK
RGB Variations
Color information
#82802B (or 0x82802B) is known color: Trendy Green. HEX triplet: 82, 80 and 2B. RGB value is (130,128,43). Sum of RGB (Red+Green+Blue) = 130+128+43=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82802B is #7D7FD4. Grayscale: #777777. Windows color (decimal): -8224725 or 2850946. OLE color: 2850946.
HSL color Cylindrical-coordinate representation of color #82802B: hue angle of 58.62º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82802B is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 43 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.49 |
| HSL | 58.62º | 0.5% | 0.34% | - |
| HSV(B) | 58.62º | 0.67% | 0.51% | - |
| XYZ | 17.36 | 20.36 | 5.3 | - |
| YUV | 118.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 43 | 0 | 0.02 | 0.67 | 0.49 | 58.62 | 0.5 | 0.34 |
| Hex | 82 | 80 | 2B | 0 | 2 | 43 | 31 | 3B | 32 | 22 |
| Octal | 202 | 200 | 53 | 0 | 2 | 103 | 61 | 73 | 62 | 42 |
| Binary | 10000010 | 10000000 | 101011 | 0 | 10 | 1000011 | 110001 | 111011 | 110010 | 100010 |
Color Harmonies of #82802B
Complementary color
Monochromatic Colors of #82802B
Black with #82802B
Text Example
Text Example
White with #82802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82802B; }
p { color: rgb(130,128,43); }
H1.HeaderClassName
{
color: #82802B;
}
.AnyTagClassName
{
color: #82802B;
}
</style>
background-color css
<style>
a { background-color: #82802B; }
a { background-color: rgb(130,128,43); }
div.DivClassName
{
background-color: #82802B;
}
.BgClassName
{
background-color: #82802B;
}
</style>
border-color css
<style>
span { border-color: #82802B; }
span { border-color: rgb(130,128,43); }
td.TdClassName
{
border-color: #82802B;
}
.TagClassName
{
border-color: #82802B;
}
</style>