Here are the rules applied to this page:
.red { color: #ff0000 }
.green { color: #00ff00 }

Everything below here should be green:
.red.normal1 { color: rgb(0, 255, 0) }
.red.normal2 { color: rgb(0%, 100%, 0%) }
.green.mixed1 { color: rgb(100%, 0, 0) }
.green.mixed2 { color: rgb(100%, 0, 0%) }
.green.mixed3 { color: rgb(100%, 0%, 0) }
.green.mixed4 { color: rgb(255, 0%, 0%) }
.green.mixed5 { color: rgb(255, 0%, 0) }
.green.mixed6 { color: rgb(255, 0, 0%) }
.green.float1 { color: rgb(255.0, 0.0, 0.0) }
.green.float2 { color: rgb(255, 0.0, 0) }