Shades of Trendy Green #80802B
Tints of Trendy Green #80802B
RGB
CMYK
RGB Variations
Color information
#80802B (or 0x80802B) is known color: Trendy Green. HEX triplet: 80, 80 and 2B. RGB value is (128,128,43). Sum of RGB (Red+Green+Blue) = 128+128+43=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80802B is #7F7FD4. Grayscale: #767676. Windows color (decimal): -8355797 or 2850944. OLE color: 2850944.
HSL color Cylindrical-coordinate representation of color #80802B: hue angle of 60º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80802B is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 128 | 43 | - |
| CMYK | 0 | 0 | 0.66 | 0.50 |
| HSL | 60º | 0.5% | 0.34% | - |
| HSV(B) | 60º | 0.66% | 0.5% | - |
| XYZ | 17.06 | 20.2 | 5.29 | - |
| YUV | 118.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 43 | 0 | 0 | 0.66 | 0.50 | 60 | 0.5 | 0.34 |
| Hex | 80 | 80 | 2B | 0 | 0 | 42 | 32 | 3C | 32 | 22 |
| Octal | 200 | 200 | 53 | 0 | 0 | 102 | 62 | 74 | 62 | 42 |
| Binary | 10000000 | 10000000 | 101011 | 0 | 0 | 1000010 | 110010 | 111100 | 110010 | 100010 |
Color Harmonies of #80802B
Complementary color
Monochromatic Colors of #80802B
Black with #80802B
Text Example
Text Example
White with #80802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80802B; }
p { color: rgb(128,128,43); }
H1.HeaderClassName
{
color: #80802B;
}
.AnyTagClassName
{
color: #80802B;
}
</style>
background-color css
<style>
a { background-color: #80802B; }
a { background-color: rgb(128,128,43); }
div.DivClassName
{
background-color: #80802B;
}
.BgClassName
{
background-color: #80802B;
}
</style>
border-color css
<style>
span { border-color: #80802B; }
span { border-color: rgb(128,128,43); }
td.TdClassName
{
border-color: #80802B;
}
.TagClassName
{
border-color: #80802B;
}
</style>