Shades of Trendy Green #82852B
Tints of Trendy Green #82852B
RGB
CMYK
RGB Variations
Color information
#82852B (or 0x82852B) is known color: Trendy Green. HEX triplet: 82, 85 and 2B. RGB value is (130,133,43). Sum of RGB (Red+Green+Blue) = 130+133+43=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #82852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82852B is #7D7AD4. Grayscale: #7A7A7A. Windows color (decimal): -8223445 or 2852226. OLE color: 2852226.
HSL color Cylindrical-coordinate representation of color #82852B: hue angle of 62º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82852B is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 43 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.48 |
| HSL | 62º | 0.51% | 0.35% | - |
| HSV(B) | 62º | 0.68% | 0.52% | - |
| XYZ | 18.03 | 21.7 | 5.52 | - |
| YUV | 121.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 43 | 0.02 | 0 | 0.68 | 0.48 | 62 | 0.51 | 0.35 |
| Hex | 82 | 85 | 2B | 2 | 0 | 44 | 30 | 3E | 33 | 23 |
| Octal | 202 | 205 | 53 | 2 | 0 | 104 | 60 | 76 | 63 | 43 |
| Binary | 10000010 | 10000101 | 101011 | 10 | 0 | 1000100 | 110000 | 111110 | 110011 | 100011 |
Color Harmonies of #82852B
Complementary color
Monochromatic Colors of #82852B
Black with #82852B
Text Example
Text Example
White with #82852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82852B; }
p { color: rgb(130,133,43); }
H1.HeaderClassName
{
color: #82852B;
}
.AnyTagClassName
{
color: #82852B;
}
</style>
background-color css
<style>
a { background-color: #82852B; }
a { background-color: rgb(130,133,43); }
div.DivClassName
{
background-color: #82852B;
}
.BgClassName
{
background-color: #82852B;
}
</style>
border-color css
<style>
span { border-color: #82852B; }
span { border-color: rgb(130,133,43); }
td.TdClassName
{
border-color: #82852B;
}
.TagClassName
{
border-color: #82852B;
}
</style>