Shades of Trendy Green #828129
Tints of Trendy Green #828129
RGB
CMYK
RGB Variations
Color information
#828129 (or 0x828129) is known color: Trendy Green. HEX triplet: 82, 81 and 29. RGB value is (130,129,41). Sum of RGB (Red+Green+Blue) = 130+129+41=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #828129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828129 is #7D7ED6. Grayscale: #777777. Windows color (decimal): -8224471 or 2720130. OLE color: 2720130.
HSL color Cylindrical-coordinate representation of color #828129: hue angle of 59.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #828129 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 41 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.49 |
| HSL | 59.33º | 0.52% | 0.34% | - |
| HSV(B) | 59.33º | 0.68% | 0.51% | - |
| XYZ | 17.46 | 20.61 | 5.16 | - |
| YUV | 119.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 41 | 0 | 0.01 | 0.68 | 0.49 | 59.33 | 0.52 | 0.34 |
| Hex | 82 | 81 | 29 | 0 | 1 | 44 | 31 | 3B | 34 | 22 |
| Octal | 202 | 201 | 51 | 0 | 1 | 104 | 61 | 73 | 64 | 42 |
| Binary | 10000010 | 10000001 | 101001 | 0 | 1 | 1000100 | 110001 | 111011 | 110100 | 100010 |
Color Harmonies of #828129
Complementary color
Monochromatic Colors of #828129
Black with #828129
Text Example
Text Example
White with #828129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828129; }
p { color: rgb(130,129,41); }
H1.HeaderClassName
{
color: #828129;
}
.AnyTagClassName
{
color: #828129;
}
</style>
background-color css
<style>
a { background-color: #828129; }
a { background-color: rgb(130,129,41); }
div.DivClassName
{
background-color: #828129;
}
.BgClassName
{
background-color: #828129;
}
</style>
border-color css
<style>
span { border-color: #828129; }
span { border-color: rgb(130,129,41); }
td.TdClassName
{
border-color: #828129;
}
.TagClassName
{
border-color: #828129;
}
</style>