Shades of Trendy Green #829024
Tints of Trendy Green #829024
RGB
CMYK
RGB Variations
Color information
#829024 (or 0x829024) is known color: Trendy Green. HEX triplet: 82, 90 and 24. RGB value is (130,144,36). Sum of RGB (Red+Green+Blue) = 130+144+36=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #829024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829024 is #7D6FDB. Grayscale: #7F7F7F. Windows color (decimal): -8220636 or 2396290. OLE color: 2396290.
HSL color Cylindrical-coordinate representation of color #829024: hue angle of 67.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #829024 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 36 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.44 |
| HSL | 67.78º | 0.6% | 0.35% | - |
| HSV(B) | 67.78º | 0.75% | 0.56% | - |
| XYZ | 19.5 | 24.82 | 5.43 | - |
| YUV | 127.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 36 | 0.10 | 0 | 0.75 | 0.44 | 67.78 | 0.6 | 0.35 |
| Hex | 82 | 90 | 24 | A | 0 | 4B | 2C | 44 | 3C | 23 |
| Octal | 202 | 220 | 44 | 12 | 0 | 113 | 54 | 104 | 74 | 43 |
| Binary | 10000010 | 10010000 | 100100 | 1010 | 0 | 1001011 | 101100 | 1000100 | 111100 | 100011 |
Color Harmonies of #829024
Complementary color
Monochromatic Colors of #829024
Black with #829024
Text Example
Text Example
White with #829024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829024; }
p { color: rgb(130,144,36); }
H1.HeaderClassName
{
color: #829024;
}
.AnyTagClassName
{
color: #829024;
}
</style>
background-color css
<style>
a { background-color: #829024; }
a { background-color: rgb(130,144,36); }
div.DivClassName
{
background-color: #829024;
}
.BgClassName
{
background-color: #829024;
}
</style>
border-color css
<style>
span { border-color: #829024; }
span { border-color: rgb(130,144,36); }
td.TdClassName
{
border-color: #829024;
}
.TagClassName
{
border-color: #829024;
}
</style>