Shades of Trendy Green #828A1F
Tints of Trendy Green #828A1F
RGB
CMYK
RGB Variations
Color information
#828A1F (or 0x828A1F) is known color: Trendy Green. HEX triplet: 82, 8A and 1F. RGB value is (130,138,31). Sum of RGB (Red+Green+Blue) = 130+138+31=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #828A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A1F is #7D75E0. Grayscale: #7B7B7B. Windows color (decimal): -8222177 or 2067074. OLE color: 2067074.
HSL color Cylindrical-coordinate representation of color #828A1F: hue angle of 64.49º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #828A1F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 31 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.46 |
| HSL | 64.49º | 0.63% | 0.33% | - |
| HSV(B) | 64.49º | 0.78% | 0.54% | - |
| XYZ | 18.54 | 23.02 | 4.76 | - |
| YUV | 123.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 31 | 0.06 | 0 | 0.78 | 0.46 | 64.49 | 0.63 | 0.33 |
| Hex | 82 | 8A | 1F | 6 | 0 | 4E | 2E | 40 | 3F | 21 |
| Octal | 202 | 212 | 37 | 6 | 0 | 116 | 56 | 100 | 77 | 41 |
| Binary | 10000010 | 10001010 | 11111 | 110 | 0 | 1001110 | 101110 | 1000000 | 111111 | 100001 |
Color Harmonies of #828A1F
Complementary color
Monochromatic Colors of #828A1F
Black with #828A1F
Text Example
Text Example
White with #828A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A1F; }
p { color: rgb(130,138,31); }
H1.HeaderClassName
{
color: #828A1F;
}
.AnyTagClassName
{
color: #828A1F;
}
</style>
background-color css
<style>
a { background-color: #828A1F; }
a { background-color: rgb(130,138,31); }
div.DivClassName
{
background-color: #828A1F;
}
.BgClassName
{
background-color: #828A1F;
}
</style>
border-color css
<style>
span { border-color: #828A1F; }
span { border-color: rgb(130,138,31); }
td.TdClassName
{
border-color: #828A1F;
}
.TagClassName
{
border-color: #828A1F;
}
</style>