Shades of Trendy Green #728230
Tints of Trendy Green #728230
RGB
CMYK
RGB Variations
Color information
#728230 (or 0x728230) is known color: Trendy Green. HEX triplet: 72, 82 and 30. RGB value is (114,130,48). Sum of RGB (Red+Green+Blue) = 114+130+48=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #728230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728230 is #8D7DCF. Grayscale: #747474. Windows color (decimal): -9272784 or 3179122. OLE color: 3179122.
HSL color Cylindrical-coordinate representation of color #728230: hue angle of 71.71º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #728230 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 48 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.49 |
| HSL | 71.71º | 0.46% | 0.35% | - |
| HSV(B) | 71.71º | 0.63% | 0.51% | - |
| XYZ | 15.46 | 19.76 | 5.8 | - |
| YUV | 115.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 48 | 0.12 | 0 | 0.63 | 0.49 | 71.71 | 0.46 | 0.35 |
| Hex | 72 | 82 | 30 | C | 0 | 3F | 31 | 48 | 2E | 23 |
| Octal | 162 | 202 | 60 | 14 | 0 | 77 | 61 | 110 | 56 | 43 |
| Binary | 1110010 | 10000010 | 110000 | 1100 | 0 | 111111 | 110001 | 1001000 | 101110 | 100011 |
Color Harmonies of #728230
Complementary color
Monochromatic Colors of #728230
Black with #728230
Text Example
Text Example
White with #728230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728230; }
p { color: rgb(114,130,48); }
H1.HeaderClassName
{
color: #728230;
}
.AnyTagClassName
{
color: #728230;
}
</style>
background-color css
<style>
a { background-color: #728230; }
a { background-color: rgb(114,130,48); }
div.DivClassName
{
background-color: #728230;
}
.BgClassName
{
background-color: #728230;
}
</style>
border-color css
<style>
span { border-color: #728230; }
span { border-color: rgb(114,130,48); }
td.TdClassName
{
border-color: #728230;
}
.TagClassName
{
border-color: #728230;
}
</style>