Shades of Bilbao #30861D
Tints of Bilbao #30861D
RGB
CMYK
RGB Variations
Color information
#30861D (or 0x30861D) is known color: Bilbao. HEX triplet: 30, 86 and 1D. RGB value is (48,134,29). Sum of RGB (Red+Green+Blue) = 48+134+29=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #30861D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30861D is #CF79E2. Grayscale: #606060. Windows color (decimal): -13597155 or 1934896. OLE color: 1934896.
HSL color Cylindrical-coordinate representation of color #30861D: hue angle of 109.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30861D is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 29 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.47 |
| HSL | 109.14º | 0.64% | 0.32% | - |
| HSV(B) | 109.14º | 0.78% | 0.53% | - |
| XYZ | 9.97 | 17.77 | 4.07 | - |
| YUV | 96.32 | 90.01 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 29 | 0.64 | 0 | 0.78 | 0.47 | 109.14 | 0.64 | 0.32 |
| Hex | 30 | 86 | 1D | 40 | 0 | 4E | 2F | 6D | 40 | 20 |
| Octal | 60 | 206 | 35 | 100 | 0 | 116 | 57 | 155 | 100 | 40 |
| Binary | 110000 | 10000110 | 11101 | 1000000 | 0 | 1001110 | 101111 | 1101101 | 1000000 | 100000 |
Color Harmonies of #30861D
Complementary color
Monochromatic Colors of #30861D
Black with #30861D
Text Example
Text Example
White with #30861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30861D; }
p { color: rgb(48,134,29); }
H1.HeaderClassName
{
color: #30861D;
}
.AnyTagClassName
{
color: #30861D;
}
</style>
background-color css
<style>
a { background-color: #30861D; }
a { background-color: rgb(48,134,29); }
div.DivClassName
{
background-color: #30861D;
}
.BgClassName
{
background-color: #30861D;
}
</style>
border-color css
<style>
span { border-color: #30861D; }
span { border-color: rgb(48,134,29); }
td.TdClassName
{
border-color: #30861D;
}
.TagClassName
{
border-color: #30861D;
}
</style>