Shades of Trendy Green #828A2C
Tints of Trendy Green #828A2C
RGB
CMYK
RGB Variations
Color information
#828A2C (or 0x828A2C) is known color: Trendy Green. HEX triplet: 82, 8A and 2C. RGB value is (130,138,44). Sum of RGB (Red+Green+Blue) = 130+138+44=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #828A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A2C is #7D75D3. Grayscale: #7D7D7D. Windows color (decimal): -8222164 or 2919042. OLE color: 2919042.
HSL color Cylindrical-coordinate representation of color #828A2C: hue angle of 65.11º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #828A2C is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 44 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.46 |
| HSL | 65.11º | 0.52% | 0.36% | - |
| HSV(B) | 65.11º | 0.68% | 0.54% | - |
| XYZ | 18.75 | 23.1 | 5.85 | - |
| YUV | 124.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 44 | 0.06 | 0 | 0.68 | 0.46 | 65.11 | 0.52 | 0.36 |
| Hex | 82 | 8A | 2C | 6 | 0 | 44 | 2E | 41 | 34 | 24 |
| Octal | 202 | 212 | 54 | 6 | 0 | 104 | 56 | 101 | 64 | 44 |
| Binary | 10000010 | 10001010 | 101100 | 110 | 0 | 1000100 | 101110 | 1000001 | 110100 | 100100 |
Color Harmonies of #828A2C
Complementary color
Monochromatic Colors of #828A2C
Black with #828A2C
Text Example
Text Example
White with #828A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A2C; }
p { color: rgb(130,138,44); }
H1.HeaderClassName
{
color: #828A2C;
}
.AnyTagClassName
{
color: #828A2C;
}
</style>
background-color css
<style>
a { background-color: #828A2C; }
a { background-color: rgb(130,138,44); }
div.DivClassName
{
background-color: #828A2C;
}
.BgClassName
{
background-color: #828A2C;
}
</style>
border-color css
<style>
span { border-color: #828A2C; }
span { border-color: rgb(130,138,44); }
td.TdClassName
{
border-color: #828A2C;
}
.TagClassName
{
border-color: #828A2C;
}
</style>