Shades of Bilbao #30701B
Tints of Bilbao #30701B
RGB
CMYK
RGB Variations
Color information
#30701B (or 0x30701B) is known color: Bilbao. HEX triplet: 30, 70 and 1B. RGB value is (48,112,27). Sum of RGB (Red+Green+Blue) = 48+112+27=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #30701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30701B is #CF8FE4. Grayscale: #535353. Windows color (decimal): -13602789 or 1798192. OLE color: 1798192.
HSL color Cylindrical-coordinate representation of color #30701B: hue angle of 105.18º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30701B is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 27 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.56 |
| HSL | 105.18º | 0.61% | 0.27% | - |
| HSV(B) | 105.18º | 0.76% | 0.44% | - |
| XYZ | 7.21 | 12.3 | 3.03 | - |
| YUV | 83.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 27 | 0.57 | 0 | 0.76 | 0.56 | 105.18 | 0.61 | 0.27 |
| Hex | 30 | 70 | 1B | 39 | 0 | 4C | 38 | 69 | 3D | 1B |
| Octal | 60 | 160 | 33 | 71 | 0 | 114 | 70 | 151 | 75 | 33 |
| Binary | 110000 | 1110000 | 11011 | 111001 | 0 | 1001100 | 111000 | 1101001 | 111101 | 11011 |
Color Harmonies of #30701B
Complementary color
Monochromatic Colors of #30701B
Black with #30701B
Text Example
Text Example
White with #30701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30701B; }
p { color: rgb(48,112,27); }
H1.HeaderClassName
{
color: #30701B;
}
.AnyTagClassName
{
color: #30701B;
}
</style>
background-color css
<style>
a { background-color: #30701B; }
a { background-color: rgb(48,112,27); }
div.DivClassName
{
background-color: #30701B;
}
.BgClassName
{
background-color: #30701B;
}
</style>
border-color css
<style>
span { border-color: #30701B; }
span { border-color: rgb(48,112,27); }
td.TdClassName
{
border-color: #30701B;
}
.TagClassName
{
border-color: #30701B;
}
</style>