Shades of Trendy Green #728028
Tints of Trendy Green #728028
RGB
CMYK
RGB Variations
Color information
#728028 (or 0x728028) is known color: Trendy Green. HEX triplet: 72, 80 and 28. RGB value is (114,128,40). Sum of RGB (Red+Green+Blue) = 114+128+40=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #728028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728028 is #8D7FD7. Grayscale: #727272. Windows color (decimal): -9273304 or 2654322. OLE color: 2654322.
HSL color Cylindrical-coordinate representation of color #728028: hue angle of 69.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #728028 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 40 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.50 |
| HSL | 69.55º | 0.52% | 0.33% | - |
| HSV(B) | 69.55º | 0.69% | 0.5% | - |
| XYZ | 15.04 | 19.17 | 4.91 | - |
| YUV | 113.78 | 86.36 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 40 | 0.11 | 0 | 0.69 | 0.50 | 69.55 | 0.52 | 0.33 |
| Hex | 72 | 80 | 28 | B | 0 | 45 | 32 | 46 | 34 | 21 |
| Octal | 162 | 200 | 50 | 13 | 0 | 105 | 62 | 106 | 64 | 41 |
| Binary | 1110010 | 10000000 | 101000 | 1011 | 0 | 1000101 | 110010 | 1000110 | 110100 | 100001 |
Color Harmonies of #728028
Complementary color
Monochromatic Colors of #728028
Black with #728028
Text Example
Text Example
White with #728028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728028; }
p { color: rgb(114,128,40); }
H1.HeaderClassName
{
color: #728028;
}
.AnyTagClassName
{
color: #728028;
}
</style>
background-color css
<style>
a { background-color: #728028; }
a { background-color: rgb(114,128,40); }
div.DivClassName
{
background-color: #728028;
}
.BgClassName
{
background-color: #728028;
}
</style>
border-color css
<style>
span { border-color: #728028; }
span { border-color: rgb(114,128,40); }
td.TdClassName
{
border-color: #728028;
}
.TagClassName
{
border-color: #728028;
}
</style>