Shades of Bilbao #306D0B
Tints of Bilbao #306D0B
RGB
CMYK
RGB Variations
Color information
#306D0B (or 0x306D0B) is known color: Bilbao. HEX triplet: 30, 6D and 0B. RGB value is (48,109,11). Sum of RGB (Red+Green+Blue) = 48+109+11=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 109 (42.97% from 255 or 64.88% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 109 - color contains mainly: green. Hex color #306D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306D0B is #CF92F4. Grayscale: #4F4F4F. Windows color (decimal): -13603573 or 748848. OLE color: 748848.
HSL color Cylindrical-coordinate representation of color #306D0B: hue angle of 97.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #306D0B is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 109 | 11 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.57 |
| HSL | 97.35º | 0.82% | 0.24% | - |
| HSV(B) | 97.35º | 0.9% | 0.43% | - |
| XYZ | 6.75 | 11.59 | 2.2 | - |
| YUV | 79.59 | 89.29 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 11 | 0.56 | 0 | 0.90 | 0.57 | 97.35 | 0.82 | 0.24 |
| Hex | 30 | 6D | B | 38 | 0 | 5A | 39 | 61 | 52 | 18 |
| Octal | 60 | 155 | 13 | 70 | 0 | 132 | 71 | 141 | 122 | 30 |
| Binary | 110000 | 1101101 | 1011 | 111000 | 0 | 1011010 | 111001 | 1100001 | 1010010 | 11000 |
Color Harmonies of #306D0B
Complementary color
Monochromatic Colors of #306D0B
Black with #306D0B
Text Example
Text Example
White with #306D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D0B; }
p { color: rgb(48,109,11); }
H1.HeaderClassName
{
color: #306D0B;
}
.AnyTagClassName
{
color: #306D0B;
}
</style>
background-color css
<style>
a { background-color: #306D0B; }
a { background-color: rgb(48,109,11); }
div.DivClassName
{
background-color: #306D0B;
}
.BgClassName
{
background-color: #306D0B;
}
</style>
border-color css
<style>
span { border-color: #306D0B; }
span { border-color: rgb(48,109,11); }
td.TdClassName
{
border-color: #306D0B;
}
.TagClassName
{
border-color: #306D0B;
}
</style>