Shades of Trendy Green #828B2D
Tints of Trendy Green #828B2D
RGB
CMYK
RGB Variations
Color information
#828B2D (or 0x828B2D) is known color: Trendy Green. HEX triplet: 82, 8B and 2D. RGB value is (130,139,45). Sum of RGB (Red+Green+Blue) = 130+139+45=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #828B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B2D is #7D74D2. Grayscale: #7D7D7D. Windows color (decimal): -8221907 or 2984834. OLE color: 2984834.
HSL color Cylindrical-coordinate representation of color #828B2D: hue angle of 65.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #828B2D is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 45 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.45 |
| HSL | 65.74º | 0.51% | 0.36% | - |
| HSV(B) | 65.74º | 0.68% | 0.55% | - |
| XYZ | 18.91 | 23.4 | 6 | - |
| YUV | 125.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 45 | 0.06 | 0 | 0.68 | 0.45 | 65.74 | 0.51 | 0.36 |
| Hex | 82 | 8B | 2D | 6 | 0 | 44 | 2D | 42 | 33 | 24 |
| Octal | 202 | 213 | 55 | 6 | 0 | 104 | 55 | 102 | 63 | 44 |
| Binary | 10000010 | 10001011 | 101101 | 110 | 0 | 1000100 | 101101 | 1000010 | 110011 | 100100 |
Color Harmonies of #828B2D
Complementary color
Monochromatic Colors of #828B2D
Black with #828B2D
Text Example
Text Example
White with #828B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B2D; }
p { color: rgb(130,139,45); }
H1.HeaderClassName
{
color: #828B2D;
}
.AnyTagClassName
{
color: #828B2D;
}
</style>
background-color css
<style>
a { background-color: #828B2D; }
a { background-color: rgb(130,139,45); }
div.DivClassName
{
background-color: #828B2D;
}
.BgClassName
{
background-color: #828B2D;
}
</style>
border-color css
<style>
span { border-color: #828B2D; }
span { border-color: rgb(130,139,45); }
td.TdClassName
{
border-color: #828B2D;
}
.TagClassName
{
border-color: #828B2D;
}
</style>