Shades of Bilbao #30730D
Tints of Bilbao #30730D
RGB
CMYK
RGB Variations
Color information
#30730D (or 0x30730D) is known color: Bilbao. HEX triplet: 30, 73 and 0D. RGB value is (48,115,13). Sum of RGB (Red+Green+Blue) = 48+115+13=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 115 (45.31% from 255 or 65.34% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 115 - color contains mainly: green. Hex color #30730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30730D is #CF8CF2. Grayscale: #535353. Windows color (decimal): -13602035 or 881456. OLE color: 881456.
HSL color Cylindrical-coordinate representation of color #30730D: hue angle of 99.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30730D is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 115 | 13 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.55 |
| HSL | 99.41º | 0.8% | 0.25% | - |
| HSV(B) | 99.41º | 0.89% | 0.45% | - |
| XYZ | 7.42 | 12.92 | 2.48 | - |
| YUV | 83.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 13 | 0.58 | 0 | 0.89 | 0.55 | 99.41 | 0.8 | 0.25 |
| Hex | 30 | 73 | D | 3A | 0 | 59 | 37 | 63 | 50 | 19 |
| Octal | 60 | 163 | 15 | 72 | 0 | 131 | 67 | 143 | 120 | 31 |
| Binary | 110000 | 1110011 | 1101 | 111010 | 0 | 1011001 | 110111 | 1100011 | 1010000 | 11001 |
Color Harmonies of #30730D
Complementary color
Monochromatic Colors of #30730D
Black with #30730D
Text Example
Text Example
White with #30730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30730D; }
p { color: rgb(48,115,13); }
H1.HeaderClassName
{
color: #30730D;
}
.AnyTagClassName
{
color: #30730D;
}
</style>
background-color css
<style>
a { background-color: #30730D; }
a { background-color: rgb(48,115,13); }
div.DivClassName
{
background-color: #30730D;
}
.BgClassName
{
background-color: #30730D;
}
</style>
border-color css
<style>
span { border-color: #30730D; }
span { border-color: rgb(48,115,13); }
td.TdClassName
{
border-color: #30730D;
}
.TagClassName
{
border-color: #30730D;
}
</style>