Shades of Bilbao #307C03
Tints of Bilbao #307C03
RGB
CMYK
RGB Variations
Color information
#307C03 (or 0x307C03) is known color: Bilbao. HEX triplet: 30, 7C and 03. RGB value is (48,124,3). Sum of RGB (Red+Green+Blue) = 48+124+3=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 124 (48.83% from 255 or 70.86% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 124 - color contains mainly: green. Hex color #307C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C03 is #CF83FC. Grayscale: #575757. Windows color (decimal): -13599741 or 228400. OLE color: 228400.
HSL color Cylindrical-coordinate representation of color #307C03: hue angle of 97.69º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #307C03 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 3 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.51 |
| HSL | 97.69º | 0.95% | 0.25% | - |
| HSV(B) | 97.69º | 0.98% | 0.49% | - |
| XYZ | 8.44 | 15.05 | 2.55 | - |
| YUV | 87.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 3 | 0.61 | 0 | 0.98 | 0.51 | 97.69 | 0.95 | 0.25 |
| Hex | 30 | 7C | 3 | 3D | 0 | 62 | 33 | 62 | 5F | 19 |
| Octal | 60 | 174 | 3 | 75 | 0 | 142 | 63 | 142 | 137 | 31 |
| Binary | 110000 | 1111100 | 11 | 111101 | 0 | 1100010 | 110011 | 1100010 | 1011111 | 11001 |
Color Harmonies of #307C03
Complementary color
Monochromatic Colors of #307C03
Black with #307C03
Text Example
Text Example
White with #307C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C03; }
p { color: rgb(48,124,3); }
H1.HeaderClassName
{
color: #307C03;
}
.AnyTagClassName
{
color: #307C03;
}
</style>
background-color css
<style>
a { background-color: #307C03; }
a { background-color: rgb(48,124,3); }
div.DivClassName
{
background-color: #307C03;
}
.BgClassName
{
background-color: #307C03;
}
</style>
border-color css
<style>
span { border-color: #307C03; }
span { border-color: rgb(48,124,3); }
td.TdClassName
{
border-color: #307C03;
}
.TagClassName
{
border-color: #307C03;
}
</style>