Shades of Trendy Green #80821D
Tints of Trendy Green #80821D
RGB
CMYK
RGB Variations
Color information
#80821D (or 0x80821D) is known color: Trendy Green. HEX triplet: 80, 82 and 1D. RGB value is (128,130,29). Sum of RGB (Red+Green+Blue) = 128+130+29=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #80821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80821D is #7F7DE2. Grayscale: #767676. Windows color (decimal): -8355299 or 1933952. OLE color: 1933952.
HSL color Cylindrical-coordinate representation of color #80821D: hue angle of 61.19º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80821D is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 29 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.49 |
| HSL | 61.19º | 0.64% | 0.31% | - |
| HSV(B) | 61.19º | 0.78% | 0.51% | - |
| XYZ | 17.11 | 20.64 | 4.25 | - |
| YUV | 117.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 29 | 0.02 | 0 | 0.78 | 0.49 | 61.19 | 0.64 | 0.31 |
| Hex | 80 | 82 | 1D | 2 | 0 | 4E | 31 | 3D | 40 | 1F |
| Octal | 200 | 202 | 35 | 2 | 0 | 116 | 61 | 75 | 100 | 37 |
| Binary | 10000000 | 10000010 | 11101 | 10 | 0 | 1001110 | 110001 | 111101 | 1000000 | 11111 |
Color Harmonies of #80821D
Complementary color
Monochromatic Colors of #80821D
Black with #80821D
Text Example
Text Example
White with #80821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80821D; }
p { color: rgb(128,130,29); }
H1.HeaderClassName
{
color: #80821D;
}
.AnyTagClassName
{
color: #80821D;
}
</style>
background-color css
<style>
a { background-color: #80821D; }
a { background-color: rgb(128,130,29); }
div.DivClassName
{
background-color: #80821D;
}
.BgClassName
{
background-color: #80821D;
}
</style>
border-color css
<style>
span { border-color: #80821D; }
span { border-color: rgb(128,130,29); }
td.TdClassName
{
border-color: #80821D;
}
.TagClassName
{
border-color: #80821D;
}
</style>