Shades of Bilbao #30740E
Tints of Bilbao #30740E
RGB
CMYK
RGB Variations
Color information
#30740E (or 0x30740E) is known color: Bilbao. HEX triplet: 30, 74 and 0E. RGB value is (48,116,14). Sum of RGB (Red+Green+Blue) = 48+116+14=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #30740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30740E is #CF8BF1. Grayscale: #545454. Windows color (decimal): -13601778 or 947248. OLE color: 947248.
HSL color Cylindrical-coordinate representation of color #30740E: hue angle of 100º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30740E is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 14 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.55 |
| HSL | 100º | 0.78% | 0.25% | - |
| HSV(B) | 100º | 0.88% | 0.45% | - |
| XYZ | 7.54 | 13.15 | 2.56 | - |
| YUV | 84.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 14 | 0.59 | 0 | 0.88 | 0.55 | 100 | 0.78 | 0.25 |
| Hex | 30 | 74 | E | 3B | 0 | 58 | 37 | 64 | 4E | 19 |
| Octal | 60 | 164 | 16 | 73 | 0 | 130 | 67 | 144 | 116 | 31 |
| Binary | 110000 | 1110100 | 1110 | 111011 | 0 | 1011000 | 110111 | 1100100 | 1001110 | 11001 |
Color Harmonies of #30740E
Complementary color
Monochromatic Colors of #30740E
Black with #30740E
Text Example
Text Example
White with #30740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30740E; }
p { color: rgb(48,116,14); }
H1.HeaderClassName
{
color: #30740E;
}
.AnyTagClassName
{
color: #30740E;
}
</style>
background-color css
<style>
a { background-color: #30740E; }
a { background-color: rgb(48,116,14); }
div.DivClassName
{
background-color: #30740E;
}
.BgClassName
{
background-color: #30740E;
}
</style>
border-color css
<style>
span { border-color: #30740E; }
span { border-color: rgb(48,116,14); }
td.TdClassName
{
border-color: #30740E;
}
.TagClassName
{
border-color: #30740E;
}
</style>