Shades of Bilbao #308D09
Tints of Bilbao #308D09
RGB
CMYK
RGB Variations
Color information
#308D09 (or 0x308D09) is known color: Bilbao. HEX triplet: 30, 8D and 09. RGB value is (48,141,9). Sum of RGB (Red+Green+Blue) = 48+141+9=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 141 (55.47% from 255 or 71.21% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 141 - color contains mainly: green. Hex color #308D09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308D09 is #CF72F6. Grayscale: #626262. Windows color (decimal): -13595383 or 625968. OLE color: 625968.
HSL color Cylindrical-coordinate representation of color #308D09: hue angle of 102.27º 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 #308D09 is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 141 | 9 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.45 |
| HSL | 102.27º | 0.88% | 0.29% | - |
| HSV(B) | 102.27º | 0.94% | 0.55% | - |
| XYZ | 10.79 | 19.7 | 3.49 | - |
| YUV | 98.15 | 77.69 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 9 | 0.66 | 0 | 0.94 | 0.45 | 102.27 | 0.88 | 0.29 |
| Hex | 30 | 8D | 9 | 42 | 0 | 5E | 2D | 66 | 58 | 1D |
| Octal | 60 | 215 | 11 | 102 | 0 | 136 | 55 | 146 | 130 | 35 |
| Binary | 110000 | 10001101 | 1001 | 1000010 | 0 | 1011110 | 101101 | 1100110 | 1011000 | 11101 |
Color Harmonies of #308D09
Complementary color
Monochromatic Colors of #308D09
Black with #308D09
Text Example
Text Example
White with #308D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308D09; }
p { color: rgb(48,141,9); }
H1.HeaderClassName
{
color: #308D09;
}
.AnyTagClassName
{
color: #308D09;
}
</style>
background-color css
<style>
a { background-color: #308D09; }
a { background-color: rgb(48,141,9); }
div.DivClassName
{
background-color: #308D09;
}
.BgClassName
{
background-color: #308D09;
}
</style>
border-color css
<style>
span { border-color: #308D09; }
span { border-color: rgb(48,141,9); }
td.TdClassName
{
border-color: #308D09;
}
.TagClassName
{
border-color: #308D09;
}
</style>