Shades of Bilbao #307E0A
Tints of Bilbao #307E0A
RGB
CMYK
RGB Variations
Color information
#307E0A (or 0x307E0A) is known color: Bilbao. HEX triplet: 30, 7E and 0A. RGB value is (48,126,10). Sum of RGB (Red+Green+Blue) = 48+126+10=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 126 (49.61% from 255 or 68.48% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 126 - color contains mainly: green. Hex color #307E0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307E0A is #CF81F5. Grayscale: #595959. Windows color (decimal): -13599222 or 687664. OLE color: 687664.
HSL color Cylindrical-coordinate representation of color #307E0A: hue angle of 100.34º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #307E0A is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 126 | 10 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.51 |
| HSL | 100.34º | 0.85% | 0.27% | - |
| HSV(B) | 100.34º | 0.92% | 0.49% | - |
| XYZ | 8.73 | 15.57 | 2.83 | - |
| YUV | 89.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 10 | 0.62 | 0 | 0.92 | 0.51 | 100.34 | 0.85 | 0.27 |
| Hex | 30 | 7E | A | 3E | 0 | 5C | 33 | 64 | 55 | 1B |
| Octal | 60 | 176 | 12 | 76 | 0 | 134 | 63 | 144 | 125 | 33 |
| Binary | 110000 | 1111110 | 1010 | 111110 | 0 | 1011100 | 110011 | 1100100 | 1010101 | 11011 |
Color Harmonies of #307E0A
Complementary color
Monochromatic Colors of #307E0A
Black with #307E0A
Text Example
Text Example
White with #307E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E0A; }
p { color: rgb(48,126,10); }
H1.HeaderClassName
{
color: #307E0A;
}
.AnyTagClassName
{
color: #307E0A;
}
</style>
background-color css
<style>
a { background-color: #307E0A; }
a { background-color: rgb(48,126,10); }
div.DivClassName
{
background-color: #307E0A;
}
.BgClassName
{
background-color: #307E0A;
}
</style>
border-color css
<style>
span { border-color: #307E0A; }
span { border-color: rgb(48,126,10); }
td.TdClassName
{
border-color: #307E0A;
}
.TagClassName
{
border-color: #307E0A;
}
</style>