Shades of Trendy Green #829021
Tints of Trendy Green #829021
RGB
CMYK
RGB Variations
Color information
#829021 (or 0x829021) is known color: Trendy Green. HEX triplet: 82, 90 and 21. RGB value is (130,144,33). Sum of RGB (Red+Green+Blue) = 130+144+33=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #829021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829021 is #7D6FDE. Grayscale: #7F7F7F. Windows color (decimal): -8220639 or 2199682. OLE color: 2199682.
HSL color Cylindrical-coordinate representation of color #829021: hue angle of 67.57º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #829021 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 33 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.44 |
| HSL | 67.57º | 0.63% | 0.35% | - |
| HSV(B) | 67.57º | 0.77% | 0.56% | - |
| XYZ | 19.45 | 24.8 | 5.2 | - |
| YUV | 127.16 | 74.86 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 33 | 0.10 | 0 | 0.77 | 0.44 | 67.57 | 0.63 | 0.35 |
| Hex | 82 | 90 | 21 | A | 0 | 4D | 2C | 44 | 3F | 23 |
| Octal | 202 | 220 | 41 | 12 | 0 | 115 | 54 | 104 | 77 | 43 |
| Binary | 10000010 | 10010000 | 100001 | 1010 | 0 | 1001101 | 101100 | 1000100 | 111111 | 100011 |
Color Harmonies of #829021
Complementary color
Monochromatic Colors of #829021
Black with #829021
Text Example
Text Example
White with #829021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829021; }
p { color: rgb(130,144,33); }
H1.HeaderClassName
{
color: #829021;
}
.AnyTagClassName
{
color: #829021;
}
</style>
background-color css
<style>
a { background-color: #829021; }
a { background-color: rgb(130,144,33); }
div.DivClassName
{
background-color: #829021;
}
.BgClassName
{
background-color: #829021;
}
</style>
border-color css
<style>
span { border-color: #829021; }
span { border-color: rgb(130,144,33); }
td.TdClassName
{
border-color: #829021;
}
.TagClassName
{
border-color: #829021;
}
</style>