Shades of Bilbao #308B04
Tints of Bilbao #308B04
RGB
CMYK
RGB Variations
Color information
#308B04 (or 0x308B04) is known color: Bilbao. HEX triplet: 30, 8B and 04. RGB value is (48,139,4). Sum of RGB (Red+Green+Blue) = 48+139+4=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 139 (54.69% from 255 or 72.77% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 139 - color contains mainly: green. Hex color #308B04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B04 is #CF74FB. Grayscale: #606060. Windows color (decimal): -13595900 or 297776. OLE color: 297776.
HSL color Cylindrical-coordinate representation of color #308B04: hue angle of 100.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #308B04 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 139 | 4 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.45 |
| HSL | 100.44º | 0.94% | 0.28% | - |
| HSV(B) | 100.44º | 0.97% | 0.55% | - |
| XYZ | 10.47 | 19.1 | 3.25 | - |
| YUV | 96.4 | 75.85 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 4 | 0.65 | 0 | 0.97 | 0.45 | 100.44 | 0.94 | 0.28 |
| Hex | 30 | 8B | 4 | 41 | 0 | 61 | 2D | 64 | 5E | 1C |
| Octal | 60 | 213 | 4 | 101 | 0 | 141 | 55 | 144 | 136 | 34 |
| Binary | 110000 | 10001011 | 100 | 1000001 | 0 | 1100001 | 101101 | 1100100 | 1011110 | 11100 |
Color Harmonies of #308B04
Complementary color
Monochromatic Colors of #308B04
Black with #308B04
Text Example
Text Example
White with #308B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308B04; }
p { color: rgb(48,139,4); }
H1.HeaderClassName
{
color: #308B04;
}
.AnyTagClassName
{
color: #308B04;
}
</style>
background-color css
<style>
a { background-color: #308B04; }
a { background-color: rgb(48,139,4); }
div.DivClassName
{
background-color: #308B04;
}
.BgClassName
{
background-color: #308B04;
}
</style>
border-color css
<style>
span { border-color: #308B04; }
span { border-color: rgb(48,139,4); }
td.TdClassName
{
border-color: #308B04;
}
.TagClassName
{
border-color: #308B04;
}
</style>