Shades of Bilbao #308B01
Tints of Bilbao #308B01
RGB
CMYK
RGB Variations
Color information
#308B01 (or 0x308B01) is known color: Bilbao. HEX triplet: 30, 8B and 01. RGB value is (48,139,1). Sum of RGB (Red+Green+Blue) = 48+139+1=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 139 (54.69% from 255 or 73.94% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 139 - color contains mainly: green. Hex color #308B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B01 is #CF74FE. Grayscale: #606060. Windows color (decimal): -13595903 or 101168. OLE color: 101168.
HSL color Cylindrical-coordinate representation of color #308B01: hue angle of 99.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #308B01 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 139 | 1 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.45 |
| HSL | 99.57º | 0.99% | 0.27% | - |
| HSV(B) | 99.57º | 0.99% | 0.55% | - |
| XYZ | 10.46 | 19.1 | 3.16 | - |
| YUV | 96.06 | 74.35 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 1 | 0.65 | 0 | 0.99 | 0.45 | 99.57 | 0.99 | 0.27 |
| Hex | 30 | 8B | 1 | 41 | 0 | 63 | 2D | 64 | 63 | 1B |
| Octal | 60 | 213 | 1 | 101 | 0 | 143 | 55 | 144 | 143 | 33 |
| Binary | 110000 | 10001011 | 1 | 1000001 | 0 | 1100011 | 101101 | 1100100 | 1100011 | 11011 |
Color Harmonies of #308B01
Complementary color
Monochromatic Colors of #308B01
Black with #308B01
Text Example
Text Example
White with #308B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308B01; }
p { color: rgb(48,139,1); }
H1.HeaderClassName
{
color: #308B01;
}
.AnyTagClassName
{
color: #308B01;
}
</style>
background-color css
<style>
a { background-color: #308B01; }
a { background-color: rgb(48,139,1); }
div.DivClassName
{
background-color: #308B01;
}
.BgClassName
{
background-color: #308B01;
}
</style>
border-color css
<style>
span { border-color: #308B01; }
span { border-color: rgb(48,139,1); }
td.TdClassName
{
border-color: #308B01;
}
.TagClassName
{
border-color: #308B01;
}
</style>