Shades of Bilbao #307307
Tints of Bilbao #307307
RGB
CMYK
RGB Variations
Color information
#307307 (or 0x307307) is known color: Bilbao. HEX triplet: 30, 73 and 07. RGB value is (48,115,7). Sum of RGB (Red+Green+Blue) = 48+115+7=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 115 (45.31% from 255 or 67.65% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 115 - color contains mainly: green. Hex color #307307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307307 is #CF8CF8. Grayscale: #535353. Windows color (decimal): -13602041 or 488240. OLE color: 488240.
HSL color Cylindrical-coordinate representation of color #307307: hue angle of 97.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #307307 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 115 | 7 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.55 |
| HSL | 97.22º | 0.89% | 0.24% | - |
| HSV(B) | 97.22º | 0.94% | 0.45% | - |
| XYZ | 7.39 | 12.91 | 2.3 | - |
| YUV | 82.66 | 85.3 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 7 | 0.58 | 0 | 0.94 | 0.55 | 97.22 | 0.89 | 0.24 |
| Hex | 30 | 73 | 7 | 3A | 0 | 5E | 37 | 61 | 59 | 18 |
| Octal | 60 | 163 | 7 | 72 | 0 | 136 | 67 | 141 | 131 | 30 |
| Binary | 110000 | 1110011 | 111 | 111010 | 0 | 1011110 | 110111 | 1100001 | 1011001 | 11000 |
Color Harmonies of #307307
Complementary color
Monochromatic Colors of #307307
Black with #307307
Text Example
Text Example
White with #307307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307307; }
p { color: rgb(48,115,7); }
H1.HeaderClassName
{
color: #307307;
}
.AnyTagClassName
{
color: #307307;
}
</style>
background-color css
<style>
a { background-color: #307307; }
a { background-color: rgb(48,115,7); }
div.DivClassName
{
background-color: #307307;
}
.BgClassName
{
background-color: #307307;
}
</style>
border-color css
<style>
span { border-color: #307307; }
span { border-color: rgb(48,115,7); }
td.TdClassName
{
border-color: #307307;
}
.TagClassName
{
border-color: #307307;
}
</style>