Shades of Trendy Green #82852A
Tints of Trendy Green #82852A
RGB
CMYK
RGB Variations
Color information
#82852A (or 0x82852A) is known color: Trendy Green. HEX triplet: 82, 85 and 2A. RGB value is (130,133,42). Sum of RGB (Red+Green+Blue) = 130+133+42=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #82852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82852A is #7D7AD5. Grayscale: #7A7A7A. Windows color (decimal): -8223446 or 2786690. OLE color: 2786690.
HSL color Cylindrical-coordinate representation of color #82852A: hue angle of 61.98º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82852A is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 42 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.48 |
| HSL | 61.98º | 0.52% | 0.34% | - |
| HSV(B) | 61.98º | 0.68% | 0.52% | - |
| XYZ | 18.01 | 21.69 | 5.43 | - |
| YUV | 121.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 42 | 0.02 | 0 | 0.68 | 0.48 | 61.98 | 0.52 | 0.34 |
| Hex | 82 | 85 | 2A | 2 | 0 | 44 | 30 | 3E | 34 | 22 |
| Octal | 202 | 205 | 52 | 2 | 0 | 104 | 60 | 76 | 64 | 42 |
| Binary | 10000010 | 10000101 | 101010 | 10 | 0 | 1000100 | 110000 | 111110 | 110100 | 100010 |
Color Harmonies of #82852A
Complementary color
Monochromatic Colors of #82852A
Black with #82852A
Text Example
Text Example
White with #82852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82852A; }
p { color: rgb(130,133,42); }
H1.HeaderClassName
{
color: #82852A;
}
.AnyTagClassName
{
color: #82852A;
}
</style>
background-color css
<style>
a { background-color: #82852A; }
a { background-color: rgb(130,133,42); }
div.DivClassName
{
background-color: #82852A;
}
.BgClassName
{
background-color: #82852A;
}
</style>
border-color css
<style>
span { border-color: #82852A; }
span { border-color: rgb(130,133,42); }
td.TdClassName
{
border-color: #82852A;
}
.TagClassName
{
border-color: #82852A;
}
</style>