Shades of Bilbao #306F12
Tints of Bilbao #306F12
RGB
CMYK
RGB Variations
Color information
#306F12 (or 0x306F12) is known color: Bilbao. HEX triplet: 30, 6F and 12. RGB value is (48,111,18). Sum of RGB (Red+Green+Blue) = 48+111+18=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #306F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306F12 is #CF90ED. Grayscale: #515151. Windows color (decimal): -13603054 or 1208112. OLE color: 1208112.
HSL color Cylindrical-coordinate representation of color #306F12: hue angle of 100.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #306F12 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 18 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.56 |
| HSL | 100.65º | 0.72% | 0.25% | - |
| HSV(B) | 100.65º | 0.84% | 0.44% | - |
| XYZ | 7.01 | 12.04 | 2.53 | - |
| YUV | 81.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 18 | 0.57 | 0 | 0.84 | 0.56 | 100.65 | 0.72 | 0.25 |
| Hex | 30 | 6F | 12 | 39 | 0 | 54 | 38 | 65 | 48 | 19 |
| Octal | 60 | 157 | 22 | 71 | 0 | 124 | 70 | 145 | 110 | 31 |
| Binary | 110000 | 1101111 | 10010 | 111001 | 0 | 1010100 | 111000 | 1100101 | 1001000 | 11001 |
Color Harmonies of #306F12
Complementary color
Monochromatic Colors of #306F12
Black with #306F12
Text Example
Text Example
White with #306F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F12; }
p { color: rgb(48,111,18); }
H1.HeaderClassName
{
color: #306F12;
}
.AnyTagClassName
{
color: #306F12;
}
</style>
background-color css
<style>
a { background-color: #306F12; }
a { background-color: rgb(48,111,18); }
div.DivClassName
{
background-color: #306F12;
}
.BgClassName
{
background-color: #306F12;
}
</style>
border-color css
<style>
span { border-color: #306F12; }
span { border-color: rgb(48,111,18); }
td.TdClassName
{
border-color: #306F12;
}
.TagClassName
{
border-color: #306F12;
}
</style>