Shades of Trendy Green #82881D
Tints of Trendy Green #82881D
RGB
CMYK
RGB Variations
Color information
#82881D (or 0x82881D) is known color: Trendy Green. HEX triplet: 82, 88 and 1D. RGB value is (130,136,29). Sum of RGB (Red+Green+Blue) = 130+136+29=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #82881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82881D is #7D77E2. Grayscale: #7A7A7A. Windows color (decimal): -8222691 or 1935490. OLE color: 1935490.
HSL color Cylindrical-coordinate representation of color #82881D: hue angle of 63.36º 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 #82881D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 29 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.47 |
| HSL | 63.36º | 0.65% | 0.32% | - |
| HSV(B) | 63.36º | 0.79% | 0.53% | - |
| XYZ | 18.23 | 22.44 | 4.53 | - |
| YUV | 122.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 29 | 0.04 | 0 | 0.79 | 0.47 | 63.36 | 0.65 | 0.32 |
| Hex | 82 | 88 | 1D | 4 | 0 | 4F | 2F | 3F | 41 | 20 |
| Octal | 202 | 210 | 35 | 4 | 0 | 117 | 57 | 77 | 101 | 40 |
| Binary | 10000010 | 10001000 | 11101 | 100 | 0 | 1001111 | 101111 | 111111 | 1000001 | 100000 |
Color Harmonies of #82881D
Complementary color
Monochromatic Colors of #82881D
Black with #82881D
Text Example
Text Example
White with #82881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82881D; }
p { color: rgb(130,136,29); }
H1.HeaderClassName
{
color: #82881D;
}
.AnyTagClassName
{
color: #82881D;
}
</style>
background-color css
<style>
a { background-color: #82881D; }
a { background-color: rgb(130,136,29); }
div.DivClassName
{
background-color: #82881D;
}
.BgClassName
{
background-color: #82881D;
}
</style>
border-color css
<style>
span { border-color: #82881D; }
span { border-color: rgb(130,136,29); }
td.TdClassName
{
border-color: #82881D;
}
.TagClassName
{
border-color: #82881D;
}
</style>