Shades of Trendy Green #827D1F
Tints of Trendy Green #827D1F
RGB
CMYK
RGB Variations
Color information
#827D1F (or 0x827D1F) is known color: Trendy Green. HEX triplet: 82, 7D and 1F. RGB value is (130,125,31). Sum of RGB (Red+Green+Blue) = 130+125+31=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #827D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D1F is #7D82E0. Grayscale: #747474. Windows color (decimal): -8225505 or 2063746. OLE color: 2063746.
HSL color Cylindrical-coordinate representation of color #827D1F: hue angle of 56.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #827D1F is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 31 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.49 |
| HSL | 56.97º | 0.61% | 0.32% | - |
| HSV(B) | 56.97º | 0.76% | 0.51% | - |
| XYZ | 16.79 | 19.51 | 4.18 | - |
| YUV | 115.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 31 | 0 | 0.04 | 0.76 | 0.49 | 56.97 | 0.61 | 0.32 |
| Hex | 82 | 7D | 1F | 0 | 4 | 4C | 31 | 39 | 3D | 20 |
| Octal | 202 | 175 | 37 | 0 | 4 | 114 | 61 | 71 | 75 | 40 |
| Binary | 10000010 | 1111101 | 11111 | 0 | 100 | 1001100 | 110001 | 111001 | 111101 | 100000 |
Color Harmonies of #827D1F
Complementary color
Monochromatic Colors of #827D1F
Black with #827D1F
Text Example
Text Example
White with #827D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D1F; }
p { color: rgb(130,125,31); }
H1.HeaderClassName
{
color: #827D1F;
}
.AnyTagClassName
{
color: #827D1F;
}
</style>
background-color css
<style>
a { background-color: #827D1F; }
a { background-color: rgb(130,125,31); }
div.DivClassName
{
background-color: #827D1F;
}
.BgClassName
{
background-color: #827D1F;
}
</style>
border-color css
<style>
span { border-color: #827D1F; }
span { border-color: rgb(130,125,31); }
td.TdClassName
{
border-color: #827D1F;
}
.TagClassName
{
border-color: #827D1F;
}
</style>