Shades of Bilbao #308A09
Tints of Bilbao #308A09
RGB
CMYK
RGB Variations
Color information
#308A09 (or 0x308A09) is known color: Bilbao. HEX triplet: 30, 8A and 09. RGB value is (48,138,9). Sum of RGB (Red+Green+Blue) = 48+138+9=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 138 (54.30% from 255 or 70.77% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 138 - color contains mainly: green. Hex color #308A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308A09 is #CF75F6. Grayscale: #606060. Windows color (decimal): -13596151 or 625200. OLE color: 625200.
HSL color Cylindrical-coordinate representation of color #308A09: hue angle of 101.86º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #308A09 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 9 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.46 |
| HSL | 101.86º | 0.88% | 0.29% | - |
| HSV(B) | 101.86º | 0.93% | 0.54% | - |
| XYZ | 10.36 | 18.83 | 3.35 | - |
| YUV | 96.38 | 78.68 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 9 | 0.65 | 0 | 0.93 | 0.46 | 101.86 | 0.88 | 0.29 |
| Hex | 30 | 8A | 9 | 41 | 0 | 5D | 2E | 66 | 58 | 1D |
| Octal | 60 | 212 | 11 | 101 | 0 | 135 | 56 | 146 | 130 | 35 |
| Binary | 110000 | 10001010 | 1001 | 1000001 | 0 | 1011101 | 101110 | 1100110 | 1011000 | 11101 |
Color Harmonies of #308A09
Complementary color
Monochromatic Colors of #308A09
Black with #308A09
Text Example
Text Example
White with #308A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A09; }
p { color: rgb(48,138,9); }
H1.HeaderClassName
{
color: #308A09;
}
.AnyTagClassName
{
color: #308A09;
}
</style>
background-color css
<style>
a { background-color: #308A09; }
a { background-color: rgb(48,138,9); }
div.DivClassName
{
background-color: #308A09;
}
.BgClassName
{
background-color: #308A09;
}
</style>
border-color css
<style>
span { border-color: #308A09; }
span { border-color: rgb(48,138,9); }
td.TdClassName
{
border-color: #308A09;
}
.TagClassName
{
border-color: #308A09;
}
</style>