Shades of Bilbao #306D1B
Tints of Bilbao #306D1B
RGB
CMYK
RGB Variations
Color information
#306D1B (or 0x306D1B) is known color: Bilbao. HEX triplet: 30, 6D and 1B. RGB value is (48,109,27). Sum of RGB (Red+Green+Blue) = 48+109+27=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #306D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306D1B is #CF92E4. Grayscale: #515151. Windows color (decimal): -13603557 or 1797424. OLE color: 1797424.
HSL color Cylindrical-coordinate representation of color #306D1B: hue angle of 104.63º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306D1B is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 109 | 27 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.57 |
| HSL | 104.63º | 0.6% | 0.27% | - |
| HSV(B) | 104.63º | 0.75% | 0.43% | - |
| XYZ | 6.89 | 11.64 | 2.92 | - |
| YUV | 81.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 27 | 0.56 | 0 | 0.75 | 0.57 | 104.63 | 0.6 | 0.27 |
| Hex | 30 | 6D | 1B | 38 | 0 | 4B | 39 | 69 | 3C | 1B |
| Octal | 60 | 155 | 33 | 70 | 0 | 113 | 71 | 151 | 74 | 33 |
| Binary | 110000 | 1101101 | 11011 | 111000 | 0 | 1001011 | 111001 | 1101001 | 111100 | 11011 |
Color Harmonies of #306D1B
Complementary color
Monochromatic Colors of #306D1B
Black with #306D1B
Text Example
Text Example
White with #306D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D1B; }
p { color: rgb(48,109,27); }
H1.HeaderClassName
{
color: #306D1B;
}
.AnyTagClassName
{
color: #306D1B;
}
</style>
background-color css
<style>
a { background-color: #306D1B; }
a { background-color: rgb(48,109,27); }
div.DivClassName
{
background-color: #306D1B;
}
.BgClassName
{
background-color: #306D1B;
}
</style>
border-color css
<style>
span { border-color: #306D1B; }
span { border-color: rgb(48,109,27); }
td.TdClassName
{
border-color: #306D1B;
}
.TagClassName
{
border-color: #306D1B;
}
</style>