Shades of Trendy Green #828B29
Tints of Trendy Green #828B29
RGB
CMYK
RGB Variations
Color information
#828B29 (or 0x828B29) is known color: Trendy Green. HEX triplet: 82, 8B and 29. RGB value is (130,139,41). Sum of RGB (Red+Green+Blue) = 130+139+41=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #828B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B29 is #7D74D6. Grayscale: #7D7D7D. Windows color (decimal): -8221911 or 2722690. OLE color: 2722690.
HSL color Cylindrical-coordinate representation of color #828B29: hue angle of 65.51º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #828B29 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 41 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.45 |
| HSL | 65.51º | 0.54% | 0.35% | - |
| HSV(B) | 65.51º | 0.71% | 0.55% | - |
| XYZ | 18.84 | 23.37 | 5.62 | - |
| YUV | 125.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 41 | 0.06 | 0 | 0.71 | 0.45 | 65.51 | 0.54 | 0.35 |
| Hex | 82 | 8B | 29 | 6 | 0 | 47 | 2D | 42 | 36 | 23 |
| Octal | 202 | 213 | 51 | 6 | 0 | 107 | 55 | 102 | 66 | 43 |
| Binary | 10000010 | 10001011 | 101001 | 110 | 0 | 1000111 | 101101 | 1000010 | 110110 | 100011 |
Color Harmonies of #828B29
Complementary color
Monochromatic Colors of #828B29
Black with #828B29
Text Example
Text Example
White with #828B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B29; }
p { color: rgb(130,139,41); }
H1.HeaderClassName
{
color: #828B29;
}
.AnyTagClassName
{
color: #828B29;
}
</style>
background-color css
<style>
a { background-color: #828B29; }
a { background-color: rgb(130,139,41); }
div.DivClassName
{
background-color: #828B29;
}
.BgClassName
{
background-color: #828B29;
}
</style>
border-color css
<style>
span { border-color: #828B29; }
span { border-color: rgb(130,139,41); }
td.TdClassName
{
border-color: #828B29;
}
.TagClassName
{
border-color: #828B29;
}
</style>