Shades of Trendy Green #828429
Tints of Trendy Green #828429
RGB
CMYK
RGB Variations
Color information
#828429 (or 0x828429) is known color: Trendy Green. HEX triplet: 82, 84 and 29. RGB value is (130,132,41). Sum of RGB (Red+Green+Blue) = 130+132+41=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #828429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828429 is #7D7BD6. Grayscale: #797979. Windows color (decimal): -8223703 or 2720898. OLE color: 2720898.
HSL color Cylindrical-coordinate representation of color #828429: hue angle of 61.32º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #828429 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 41 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.48 |
| HSL | 61.32º | 0.53% | 0.34% | - |
| HSV(B) | 61.32º | 0.69% | 0.52% | - |
| XYZ | 17.86 | 21.41 | 5.29 | - |
| YUV | 121.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 41 | 0.02 | 0 | 0.69 | 0.48 | 61.32 | 0.53 | 0.34 |
| Hex | 82 | 84 | 29 | 2 | 0 | 45 | 30 | 3D | 35 | 22 |
| Octal | 202 | 204 | 51 | 2 | 0 | 105 | 60 | 75 | 65 | 42 |
| Binary | 10000010 | 10000100 | 101001 | 10 | 0 | 1000101 | 110000 | 111101 | 110101 | 100010 |
Color Harmonies of #828429
Complementary color
Monochromatic Colors of #828429
Black with #828429
Text Example
Text Example
White with #828429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828429; }
p { color: rgb(130,132,41); }
H1.HeaderClassName
{
color: #828429;
}
.AnyTagClassName
{
color: #828429;
}
</style>
background-color css
<style>
a { background-color: #828429; }
a { background-color: rgb(130,132,41); }
div.DivClassName
{
background-color: #828429;
}
.BgClassName
{
background-color: #828429;
}
</style>
border-color css
<style>
span { border-color: #828429; }
span { border-color: rgb(130,132,41); }
td.TdClassName
{
border-color: #828429;
}
.TagClassName
{
border-color: #828429;
}
</style>