Shades of Bilbao #306D15
Tints of Bilbao #306D15
RGB
CMYK
RGB Variations
Color information
#306D15 (or 0x306D15) is known color: Bilbao. HEX triplet: 30, 6D and 15. RGB value is (48,109,21). Sum of RGB (Red+Green+Blue) = 48+109+21=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 109 (42.97% from 255 or 61.24% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 109 - color contains mainly: green. Hex color #306D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306D15 is #CF92EA. Grayscale: #515151. Windows color (decimal): -13603563 or 1404208. OLE color: 1404208.
HSL color Cylindrical-coordinate representation of color #306D15: hue angle of 101.59º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306D15 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 109 | 21 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.57 |
| HSL | 101.59º | 0.68% | 0.25% | - |
| HSV(B) | 101.59º | 0.81% | 0.43% | - |
| XYZ | 6.82 | 11.62 | 2.59 | - |
| YUV | 80.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 21 | 0.56 | 0 | 0.81 | 0.57 | 101.59 | 0.68 | 0.25 |
| Hex | 30 | 6D | 15 | 38 | 0 | 51 | 39 | 66 | 44 | 19 |
| Octal | 60 | 155 | 25 | 70 | 0 | 121 | 71 | 146 | 104 | 31 |
| Binary | 110000 | 1101101 | 10101 | 111000 | 0 | 1010001 | 111001 | 1100110 | 1000100 | 11001 |
Color Harmonies of #306D15
Complementary color
Monochromatic Colors of #306D15
Black with #306D15
Text Example
Text Example
White with #306D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D15; }
p { color: rgb(48,109,21); }
H1.HeaderClassName
{
color: #306D15;
}
.AnyTagClassName
{
color: #306D15;
}
</style>
background-color css
<style>
a { background-color: #306D15; }
a { background-color: rgb(48,109,21); }
div.DivClassName
{
background-color: #306D15;
}
.BgClassName
{
background-color: #306D15;
}
</style>
border-color css
<style>
span { border-color: #306D15; }
span { border-color: rgb(48,109,21); }
td.TdClassName
{
border-color: #306D15;
}
.TagClassName
{
border-color: #306D15;
}
</style>