Shades of Trendy Green #82811D
Tints of Trendy Green #82811D
RGB
CMYK
RGB Variations
Color information
#82811D (or 0x82811D) is known color: Trendy Green. HEX triplet: 82, 81 and 1D. RGB value is (130,129,29). Sum of RGB (Red+Green+Blue) = 130+129+29=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82811D is #7D7EE2. Grayscale: #767676. Windows color (decimal): -8224483 or 1933698. OLE color: 1933698.
HSL color Cylindrical-coordinate representation of color #82811D: hue angle of 59.41º degrees, saturation: 0.64, 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 #82811D is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 29 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.49 |
| HSL | 59.41º | 0.64% | 0.31% | - |
| HSV(B) | 59.41º | 0.78% | 0.51% | - |
| XYZ | 17.28 | 20.54 | 4.22 | - |
| YUV | 117.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 29 | 0 | 0.01 | 0.78 | 0.49 | 59.41 | 0.64 | 0.31 |
| Hex | 82 | 81 | 1D | 0 | 1 | 4E | 31 | 3B | 40 | 1F |
| Octal | 202 | 201 | 35 | 0 | 1 | 116 | 61 | 73 | 100 | 37 |
| Binary | 10000010 | 10000001 | 11101 | 0 | 1 | 1001110 | 110001 | 111011 | 1000000 | 11111 |
Color Harmonies of #82811D
Complementary color
Monochromatic Colors of #82811D
Black with #82811D
Text Example
Text Example
White with #82811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82811D; }
p { color: rgb(130,129,29); }
H1.HeaderClassName
{
color: #82811D;
}
.AnyTagClassName
{
color: #82811D;
}
</style>
background-color css
<style>
a { background-color: #82811D; }
a { background-color: rgb(130,129,29); }
div.DivClassName
{
background-color: #82811D;
}
.BgClassName
{
background-color: #82811D;
}
</style>
border-color css
<style>
span { border-color: #82811D; }
span { border-color: rgb(130,129,29); }
td.TdClassName
{
border-color: #82811D;
}
.TagClassName
{
border-color: #82811D;
}
</style>