Shades of Bilbao #308B09
Tints of Bilbao #308B09
RGB
CMYK
RGB Variations
Color information
#308B09 (or 0x308B09) is known color: Bilbao. HEX triplet: 30, 8B and 09. RGB value is (48,139,9). Sum of RGB (Red+Green+Blue) = 48+139+9=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 139 (54.69% from 255 or 70.92% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 139 - color contains mainly: green. Hex color #308B09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B09 is #CF74F6. Grayscale: #616161. Windows color (decimal): -13595895 or 625456. OLE color: 625456.
HSL color Cylindrical-coordinate representation of color #308B09: hue angle of 102º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #308B09 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 139 | 9 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.45 |
| HSL | 102º | 0.88% | 0.29% | - |
| HSV(B) | 102º | 0.94% | 0.55% | - |
| XYZ | 10.5 | 19.11 | 3.39 | - |
| YUV | 96.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 9 | 0.65 | 0 | 0.94 | 0.45 | 102 | 0.88 | 0.29 |
| Hex | 30 | 8B | 9 | 41 | 0 | 5E | 2D | 66 | 58 | 1D |
| Octal | 60 | 213 | 11 | 101 | 0 | 136 | 55 | 146 | 130 | 35 |
| Binary | 110000 | 10001011 | 1001 | 1000001 | 0 | 1011110 | 101101 | 1100110 | 1011000 | 11101 |
Color Harmonies of #308B09
Complementary color
Monochromatic Colors of #308B09
Black with #308B09
Text Example
Text Example
White with #308B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308B09; }
p { color: rgb(48,139,9); }
H1.HeaderClassName
{
color: #308B09;
}
.AnyTagClassName
{
color: #308B09;
}
</style>
background-color css
<style>
a { background-color: #308B09; }
a { background-color: rgb(48,139,9); }
div.DivClassName
{
background-color: #308B09;
}
.BgClassName
{
background-color: #308B09;
}
</style>
border-color css
<style>
span { border-color: #308B09; }
span { border-color: rgb(48,139,9); }
td.TdClassName
{
border-color: #308B09;
}
.TagClassName
{
border-color: #308B09;
}
</style>