Shades of Bilbao #308009
Tints of Bilbao #308009
RGB
CMYK
RGB Variations
Color information
#308009 (or 0x308009) is known color: Bilbao. HEX triplet: 30, 80 and 09. RGB value is (48,128,9). Sum of RGB (Red+Green+Blue) = 48+128+9=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #308009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308009 is #CF7FF6. Grayscale: #5A5A5A. Windows color (decimal): -13598711 or 622640. OLE color: 622640.
HSL color Cylindrical-coordinate representation of color #308009: hue angle of 100.34º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #308009 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 9 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.50 |
| HSL | 100.34º | 0.87% | 0.27% | - |
| HSV(B) | 100.34º | 0.93% | 0.5% | - |
| XYZ | 8.99 | 16.09 | 2.89 | - |
| YUV | 90.51 | 82 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 9 | 0.62 | 0 | 0.93 | 0.50 | 100.34 | 0.87 | 0.27 |
| Hex | 30 | 80 | 9 | 3E | 0 | 5D | 32 | 64 | 57 | 1B |
| Octal | 60 | 200 | 11 | 76 | 0 | 135 | 62 | 144 | 127 | 33 |
| Binary | 110000 | 10000000 | 1001 | 111110 | 0 | 1011101 | 110010 | 1100100 | 1010111 | 11011 |
Color Harmonies of #308009
Complementary color
Monochromatic Colors of #308009
Black with #308009
Text Example
Text Example
White with #308009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308009; }
p { color: rgb(48,128,9); }
H1.HeaderClassName
{
color: #308009;
}
.AnyTagClassName
{
color: #308009;
}
</style>
background-color css
<style>
a { background-color: #308009; }
a { background-color: rgb(48,128,9); }
div.DivClassName
{
background-color: #308009;
}
.BgClassName
{
background-color: #308009;
}
</style>
border-color css
<style>
span { border-color: #308009; }
span { border-color: rgb(48,128,9); }
td.TdClassName
{
border-color: #308009;
}
.TagClassName
{
border-color: #308009;
}
</style>