Shades of Bilbao #306F1C
Tints of Bilbao #306F1C
RGB
CMYK
RGB Variations
Color information
#306F1C (or 0x306F1C) is known color: Bilbao. HEX triplet: 30, 6F and 1C. RGB value is (48,111,28). Sum of RGB (Red+Green+Blue) = 48+111+28=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #306F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F1C is #CF90E3. Grayscale: #525252. Windows color (decimal): -13603044 or 1863472. OLE color: 1863472.
HSL color Cylindrical-coordinate representation of color #306F1C: hue angle of 105.54º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306F1C is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 28 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.56 |
| HSL | 105.54º | 0.6% | 0.27% | - |
| HSV(B) | 105.54º | 0.75% | 0.44% | - |
| XYZ | 7.11 | 12.08 | 3.06 | - |
| YUV | 82.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 28 | 0.57 | 0 | 0.75 | 0.56 | 105.54 | 0.6 | 0.27 |
| Hex | 30 | 6F | 1C | 39 | 0 | 4B | 38 | 6A | 3C | 1B |
| Octal | 60 | 157 | 34 | 71 | 0 | 113 | 70 | 152 | 74 | 33 |
| Binary | 110000 | 1101111 | 11100 | 111001 | 0 | 1001011 | 111000 | 1101010 | 111100 | 11011 |
Color Harmonies of #306F1C
Complementary color
Monochromatic Colors of #306F1C
Black with #306F1C
Text Example
Text Example
White with #306F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F1C; }
p { color: rgb(48,111,28); }
H1.HeaderClassName
{
color: #306F1C;
}
.AnyTagClassName
{
color: #306F1C;
}
</style>
background-color css
<style>
a { background-color: #306F1C; }
a { background-color: rgb(48,111,28); }
div.DivClassName
{
background-color: #306F1C;
}
.BgClassName
{
background-color: #306F1C;
}
</style>
border-color css
<style>
span { border-color: #306F1C; }
span { border-color: rgb(48,111,28); }
td.TdClassName
{
border-color: #306F1C;
}
.TagClassName
{
border-color: #306F1C;
}
</style>