Shades of Bilbao #307A03
Tints of Bilbao #307A03
RGB
CMYK
RGB Variations
Color information
#307A03 (or 0x307A03) is known color: Bilbao. HEX triplet: 30, 7A and 03. RGB value is (48,122,3). Sum of RGB (Red+Green+Blue) = 48+122+3=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 122 (48.05% from 255 or 70.52% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 122 - color contains mainly: green. Hex color #307A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307A03 is #CF85FC. Grayscale: #565656. Windows color (decimal): -13600253 or 227888. OLE color: 227888.
HSL color Cylindrical-coordinate representation of color #307A03: hue angle of 97.31º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #307A03 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 3 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.52 |
| HSL | 97.31º | 0.95% | 0.25% | - |
| HSV(B) | 97.31º | 0.98% | 0.48% | - |
| XYZ | 8.19 | 14.55 | 2.46 | - |
| YUV | 86.31 | 80.98 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 3 | 0.61 | 0 | 0.98 | 0.52 | 97.31 | 0.95 | 0.25 |
| Hex | 30 | 7A | 3 | 3D | 0 | 62 | 34 | 61 | 5F | 19 |
| Octal | 60 | 172 | 3 | 75 | 0 | 142 | 64 | 141 | 137 | 31 |
| Binary | 110000 | 1111010 | 11 | 111101 | 0 | 1100010 | 110100 | 1100001 | 1011111 | 11001 |
Color Harmonies of #307A03
Complementary color
Monochromatic Colors of #307A03
Black with #307A03
Text Example
Text Example
White with #307A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A03; }
p { color: rgb(48,122,3); }
H1.HeaderClassName
{
color: #307A03;
}
.AnyTagClassName
{
color: #307A03;
}
</style>
background-color css
<style>
a { background-color: #307A03; }
a { background-color: rgb(48,122,3); }
div.DivClassName
{
background-color: #307A03;
}
.BgClassName
{
background-color: #307A03;
}
</style>
border-color css
<style>
span { border-color: #307A03; }
span { border-color: rgb(48,122,3); }
td.TdClassName
{
border-color: #307A03;
}
.TagClassName
{
border-color: #307A03;
}
</style>