Shades of Trendy Green #82871D
Tints of Trendy Green #82871D
RGB
CMYK
RGB Variations
Color information
#82871D (or 0x82871D) is known color: Trendy Green. HEX triplet: 82, 87 and 1D. RGB value is (130,135,29). Sum of RGB (Red+Green+Blue) = 130+135+29=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #82871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82871D is #7D78E2. Grayscale: #797979. Windows color (decimal): -8222947 or 1935234. OLE color: 1935234.
HSL color Cylindrical-coordinate representation of color #82871D: hue angle of 62.83º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82871D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 29 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.47 |
| HSL | 62.83º | 0.65% | 0.32% | - |
| HSV(B) | 62.83º | 0.79% | 0.53% | - |
| XYZ | 18.09 | 22.16 | 4.49 | - |
| YUV | 121.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 29 | 0.04 | 0 | 0.79 | 0.47 | 62.83 | 0.65 | 0.32 |
| Hex | 82 | 87 | 1D | 4 | 0 | 4F | 2F | 3F | 41 | 20 |
| Octal | 202 | 207 | 35 | 4 | 0 | 117 | 57 | 77 | 101 | 40 |
| Binary | 10000010 | 10000111 | 11101 | 100 | 0 | 1001111 | 101111 | 111111 | 1000001 | 100000 |
Color Harmonies of #82871D
Complementary color
Monochromatic Colors of #82871D
Black with #82871D
Text Example
Text Example
White with #82871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82871D; }
p { color: rgb(130,135,29); }
H1.HeaderClassName
{
color: #82871D;
}
.AnyTagClassName
{
color: #82871D;
}
</style>
background-color css
<style>
a { background-color: #82871D; }
a { background-color: rgb(130,135,29); }
div.DivClassName
{
background-color: #82871D;
}
.BgClassName
{
background-color: #82871D;
}
</style>
border-color css
<style>
span { border-color: #82871D; }
span { border-color: rgb(130,135,29); }
td.TdClassName
{
border-color: #82871D;
}
.TagClassName
{
border-color: #82871D;
}
</style>