Shades of Trendy Green #80832D
Tints of Trendy Green #80832D
RGB
CMYK
RGB Variations
Color information
#80832D (or 0x80832D) is known color: Trendy Green. HEX triplet: 80, 83 and 2D. RGB value is (128,131,45). Sum of RGB (Red+Green+Blue) = 128+131+45=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #80832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80832D is #7F7CD2. Grayscale: #787878. Windows color (decimal): -8355027 or 2982784. OLE color: 2982784.
HSL color Cylindrical-coordinate representation of color #80832D: hue angle of 62.09º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80832D is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 45 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.49 |
| HSL | 62.09º | 0.49% | 0.35% | - |
| HSV(B) | 62.09º | 0.66% | 0.51% | - |
| XYZ | 17.49 | 21.01 | 5.62 | - |
| YUV | 120.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 45 | 0.02 | 0 | 0.66 | 0.49 | 62.09 | 0.49 | 0.35 |
| Hex | 80 | 83 | 2D | 2 | 0 | 42 | 31 | 3E | 31 | 23 |
| Octal | 200 | 203 | 55 | 2 | 0 | 102 | 61 | 76 | 61 | 43 |
| Binary | 10000000 | 10000011 | 101101 | 10 | 0 | 1000010 | 110001 | 111110 | 110001 | 100011 |
Color Harmonies of #80832D
Complementary color
Monochromatic Colors of #80832D
Black with #80832D
Text Example
Text Example
White with #80832D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80832D; }
p { color: rgb(128,131,45); }
H1.HeaderClassName
{
color: #80832D;
}
.AnyTagClassName
{
color: #80832D;
}
</style>
background-color css
<style>
a { background-color: #80832D; }
a { background-color: rgb(128,131,45); }
div.DivClassName
{
background-color: #80832D;
}
.BgClassName
{
background-color: #80832D;
}
</style>
border-color css
<style>
span { border-color: #80832D; }
span { border-color: rgb(128,131,45); }
td.TdClassName
{
border-color: #80832D;
}
.TagClassName
{
border-color: #80832D;
}
</style>