Shades of Bilbao #307C07
Tints of Bilbao #307C07
RGB
CMYK
RGB Variations
Color information
#307C07 (or 0x307C07) is known color: Bilbao. HEX triplet: 30, 7C and 07. RGB value is (48,124,7). Sum of RGB (Red+Green+Blue) = 48+124+7=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 124 (48.83% from 255 or 69.27% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 124 - color contains mainly: green. Hex color #307C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C07 is #CF83F8. Grayscale: #585858. Windows color (decimal): -13599737 or 490544. OLE color: 490544.
HSL color Cylindrical-coordinate representation of color #307C07: hue angle of 98.97º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #307C07 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 7 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.51 |
| HSL | 98.97º | 0.89% | 0.26% | - |
| HSV(B) | 98.97º | 0.94% | 0.49% | - |
| XYZ | 8.46 | 15.06 | 2.66 | - |
| YUV | 87.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 7 | 0.61 | 0 | 0.94 | 0.51 | 98.97 | 0.89 | 0.26 |
| Hex | 30 | 7C | 7 | 3D | 0 | 5E | 33 | 63 | 59 | 1A |
| Octal | 60 | 174 | 7 | 75 | 0 | 136 | 63 | 143 | 131 | 32 |
| Binary | 110000 | 1111100 | 111 | 111101 | 0 | 1011110 | 110011 | 1100011 | 1011001 | 11010 |
Color Harmonies of #307C07
Complementary color
Monochromatic Colors of #307C07
Black with #307C07
Text Example
Text Example
White with #307C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C07; }
p { color: rgb(48,124,7); }
H1.HeaderClassName
{
color: #307C07;
}
.AnyTagClassName
{
color: #307C07;
}
</style>
background-color css
<style>
a { background-color: #307C07; }
a { background-color: rgb(48,124,7); }
div.DivClassName
{
background-color: #307C07;
}
.BgClassName
{
background-color: #307C07;
}
</style>
border-color css
<style>
span { border-color: #307C07; }
span { border-color: rgb(48,124,7); }
td.TdClassName
{
border-color: #307C07;
}
.TagClassName
{
border-color: #307C07;
}
</style>