Shades of Trendy Green #82882B
Tints of Trendy Green #82882B
RGB
CMYK
RGB Variations
Color information
#82882B (or 0x82882B) is known color: Trendy Green. HEX triplet: 82, 88 and 2B. RGB value is (130,136,43). Sum of RGB (Red+Green+Blue) = 130+136+43=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #82882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82882B is #7D77D4. Grayscale: #7B7B7B. Windows color (decimal): -8222677 or 2852994. OLE color: 2852994.
HSL color Cylindrical-coordinate representation of color #82882B: hue angle of 63.87º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82882B is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 43 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.47 |
| HSL | 63.87º | 0.52% | 0.35% | - |
| HSV(B) | 63.87º | 0.68% | 0.53% | - |
| XYZ | 18.45 | 22.53 | 5.66 | - |
| YUV | 123.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 43 | 0.04 | 0 | 0.68 | 0.47 | 63.87 | 0.52 | 0.35 |
| Hex | 82 | 88 | 2B | 4 | 0 | 44 | 2F | 40 | 34 | 23 |
| Octal | 202 | 210 | 53 | 4 | 0 | 104 | 57 | 100 | 64 | 43 |
| Binary | 10000010 | 10001000 | 101011 | 100 | 0 | 1000100 | 101111 | 1000000 | 110100 | 100011 |
Color Harmonies of #82882B
Complementary color
Monochromatic Colors of #82882B
Black with #82882B
Text Example
Text Example
White with #82882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82882B; }
p { color: rgb(130,136,43); }
H1.HeaderClassName
{
color: #82882B;
}
.AnyTagClassName
{
color: #82882B;
}
</style>
background-color css
<style>
a { background-color: #82882B; }
a { background-color: rgb(130,136,43); }
div.DivClassName
{
background-color: #82882B;
}
.BgClassName
{
background-color: #82882B;
}
</style>
border-color css
<style>
span { border-color: #82882B; }
span { border-color: rgb(130,136,43); }
td.TdClassName
{
border-color: #82882B;
}
.TagClassName
{
border-color: #82882B;
}
</style>