Home

Testo di colore RGB verde scuro

Codice
<style>
span.rgb {
color: rgb(0, 128, 0); /* verde scuro */
}
</style>
</head>
<body>
<a href="#" onClick="window.history.go(-1);">Home</a> <br>
<span class="rgb">Testo di colore RGB verde scuro</span>