Shades of Trendy Green #80802F
Tints of Trendy Green #80802F
RGB
CMYK
RGB Variations
Color information
#80802F (or 0x80802F) is known color: Trendy Green. HEX triplet: 80, 80 and 2F. RGB value is (128,128,47). Sum of RGB (Red+Green+Blue) = 128+128+47=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80802F is #7F7FD0. Grayscale: #777777. Windows color (decimal): -8355793 or 3113088. OLE color: 3113088.
HSL color Cylindrical-coordinate representation of color #80802F: hue angle of 60º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80802F is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 128 | 47 | - |
| CMYK | 0 | 0 | 0.63 | 0.50 |
| HSL | 60º | 0.46% | 0.34% | - |
| HSV(B) | 60º | 0.63% | 0.5% | - |
| XYZ | 17.13 | 20.23 | 5.69 | - |
| YUV | 118.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 47 | 0 | 0 | 0.63 | 0.50 | 60 | 0.46 | 0.34 |
| Hex | 80 | 80 | 2F | 0 | 0 | 3F | 32 | 3C | 2E | 22 |
| Octal | 200 | 200 | 57 | 0 | 0 | 77 | 62 | 74 | 56 | 42 |
| Binary | 10000000 | 10000000 | 101111 | 0 | 0 | 111111 | 110010 | 111100 | 101110 | 100010 |
Color Harmonies of #80802F
Complementary color
Monochromatic Colors of #80802F
Black with #80802F
Text Example
Text Example
White with #80802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80802F; }
p { color: rgb(128,128,47); }
H1.HeaderClassName
{
color: #80802F;
}
.AnyTagClassName
{
color: #80802F;
}
</style>
background-color css
<style>
a { background-color: #80802F; }
a { background-color: rgb(128,128,47); }
div.DivClassName
{
background-color: #80802F;
}
.BgClassName
{
background-color: #80802F;
}
</style>
border-color css
<style>
span { border-color: #80802F; }
span { border-color: rgb(128,128,47); }
td.TdClassName
{
border-color: #80802F;
}
.TagClassName
{
border-color: #80802F;
}
</style>