Shades of Bilbao #307C12
Tints of Bilbao #307C12
RGB
CMYK
RGB Variations
Color information
#307C12 (or 0x307C12) is known color: Bilbao. HEX triplet: 30, 7C and 12. RGB value is (48,124,18). Sum of RGB (Red+Green+Blue) = 48+124+18=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #307C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C12 is #CF83ED. Grayscale: #595959. Windows color (decimal): -13599726 or 1211440. OLE color: 1211440.
HSL color Cylindrical-coordinate representation of color #307C12: hue angle of 103.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #307C12 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 18 | - |
| CMYK | 0.61 | 0 | 0.85 | 0.51 |
| HSL | 103.02º | 0.75% | 0.28% | - |
| HSV(B) | 103.02º | 0.85% | 0.49% | - |
| XYZ | 8.54 | 15.09 | 3.03 | - |
| YUV | 89.19 | 87.82 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 18 | 0.61 | 0 | 0.85 | 0.51 | 103.02 | 0.75 | 0.28 |
| Hex | 30 | 7C | 12 | 3D | 0 | 55 | 33 | 67 | 4B | 1C |
| Octal | 60 | 174 | 22 | 75 | 0 | 125 | 63 | 147 | 113 | 34 |
| Binary | 110000 | 1111100 | 10010 | 111101 | 0 | 1010101 | 110011 | 1100111 | 1001011 | 11100 |
Color Harmonies of #307C12
Complementary color
Monochromatic Colors of #307C12
Black with #307C12
Text Example
Text Example
White with #307C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C12; }
p { color: rgb(48,124,18); }
H1.HeaderClassName
{
color: #307C12;
}
.AnyTagClassName
{
color: #307C12;
}
</style>
background-color css
<style>
a { background-color: #307C12; }
a { background-color: rgb(48,124,18); }
div.DivClassName
{
background-color: #307C12;
}
.BgClassName
{
background-color: #307C12;
}
</style>
border-color css
<style>
span { border-color: #307C12; }
span { border-color: rgb(48,124,18); }
td.TdClassName
{
border-color: #307C12;
}
.TagClassName
{
border-color: #307C12;
}
</style>