Shades of Bilbao #308011
Tints of Bilbao #308011
RGB
CMYK
RGB Variations
Color information
#308011 (or 0x308011) is known color: Bilbao. HEX triplet: 30, 80 and 11. RGB value is (48,128,17). Sum of RGB (Red+Green+Blue) = 48+128+17=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 128 (50.39% from 255 or 66.32% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 128 - color contains mainly: green. Hex color #308011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308011 is #CF7FEE. Grayscale: #5B5B5B. Windows color (decimal): -13598703 or 1146928. OLE color: 1146928.
HSL color Cylindrical-coordinate representation of color #308011: hue angle of 103.24º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #308011 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 17 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.50 |
| HSL | 103.24º | 0.77% | 0.28% | - |
| HSV(B) | 103.24º | 0.87% | 0.5% | - |
| XYZ | 9.04 | 16.11 | 3.16 | - |
| YUV | 91.43 | 86 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 17 | 0.62 | 0 | 0.87 | 0.50 | 103.24 | 0.77 | 0.28 |
| Hex | 30 | 80 | 11 | 3E | 0 | 57 | 32 | 67 | 4D | 1C |
| Octal | 60 | 200 | 21 | 76 | 0 | 127 | 62 | 147 | 115 | 34 |
| Binary | 110000 | 10000000 | 10001 | 111110 | 0 | 1010111 | 110010 | 1100111 | 1001101 | 11100 |
Color Harmonies of #308011
Complementary color
Monochromatic Colors of #308011
Black with #308011
Text Example
Text Example
White with #308011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308011; }
p { color: rgb(48,128,17); }
H1.HeaderClassName
{
color: #308011;
}
.AnyTagClassName
{
color: #308011;
}
</style>
background-color css
<style>
a { background-color: #308011; }
a { background-color: rgb(48,128,17); }
div.DivClassName
{
background-color: #308011;
}
.BgClassName
{
background-color: #308011;
}
</style>
border-color css
<style>
span { border-color: #308011; }
span { border-color: rgb(48,128,17); }
td.TdClassName
{
border-color: #308011;
}
.TagClassName
{
border-color: #308011;
}
</style>