Shades of Trendy Green #82892D
Tints of Trendy Green #82892D
RGB
CMYK
RGB Variations
Color information
#82892D (or 0x82892D) is known color: Trendy Green. HEX triplet: 82, 89 and 2D. RGB value is (130,137,45). Sum of RGB (Red+Green+Blue) = 130+137+45=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #82892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82892D is #7D76D2. Grayscale: #7C7C7C. Windows color (decimal): -8222419 or 2984322. OLE color: 2984322.
HSL color Cylindrical-coordinate representation of color #82892D: hue angle of 64.57º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82892D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 45 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.46 |
| HSL | 64.57º | 0.51% | 0.36% | - |
| HSV(B) | 64.57º | 0.67% | 0.54% | - |
| XYZ | 18.63 | 22.83 | 5.91 | - |
| YUV | 124.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 45 | 0.05 | 0 | 0.67 | 0.46 | 64.57 | 0.51 | 0.36 |
| Hex | 82 | 89 | 2D | 5 | 0 | 43 | 2E | 41 | 33 | 24 |
| Octal | 202 | 211 | 55 | 5 | 0 | 103 | 56 | 101 | 63 | 44 |
| Binary | 10000010 | 10001001 | 101101 | 101 | 0 | 1000011 | 101110 | 1000001 | 110011 | 100100 |
Color Harmonies of #82892D
Complementary color
Monochromatic Colors of #82892D
Black with #82892D
Text Example
Text Example
White with #82892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82892D; }
p { color: rgb(130,137,45); }
H1.HeaderClassName
{
color: #82892D;
}
.AnyTagClassName
{
color: #82892D;
}
</style>
background-color css
<style>
a { background-color: #82892D; }
a { background-color: rgb(130,137,45); }
div.DivClassName
{
background-color: #82892D;
}
.BgClassName
{
background-color: #82892D;
}
</style>
border-color css
<style>
span { border-color: #82892D; }
span { border-color: rgb(130,137,45); }
td.TdClassName
{
border-color: #82892D;
}
.TagClassName
{
border-color: #82892D;
}
</style>