Shades of Bilbao #308214
Tints of Bilbao #308214
RGB
CMYK
RGB Variations
Color information
#308214 (or 0x308214) is known color: Bilbao. HEX triplet: 30, 82 and 14. RGB value is (48,130,20). Sum of RGB (Red+Green+Blue) = 48+130+20=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #308214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308214 is #CF7DEB. Grayscale: #5D5D5D. Windows color (decimal): -13598188 or 1344048. OLE color: 1344048.
HSL color Cylindrical-coordinate representation of color #308214: hue angle of 104.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #308214 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 20 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.49 |
| HSL | 104.73º | 0.73% | 0.29% | - |
| HSV(B) | 104.73º | 0.85% | 0.51% | - |
| XYZ | 9.33 | 16.64 | 3.38 | - |
| YUV | 92.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 20 | 0.63 | 0 | 0.85 | 0.49 | 104.73 | 0.73 | 0.29 |
| Hex | 30 | 82 | 14 | 3F | 0 | 55 | 31 | 69 | 49 | 1D |
| Octal | 60 | 202 | 24 | 77 | 0 | 125 | 61 | 151 | 111 | 35 |
| Binary | 110000 | 10000010 | 10100 | 111111 | 0 | 1010101 | 110001 | 1101001 | 1001001 | 11101 |
Color Harmonies of #308214
Complementary color
Monochromatic Colors of #308214
Black with #308214
Text Example
Text Example
White with #308214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308214; }
p { color: rgb(48,130,20); }
H1.HeaderClassName
{
color: #308214;
}
.AnyTagClassName
{
color: #308214;
}
</style>
background-color css
<style>
a { background-color: #308214; }
a { background-color: rgb(48,130,20); }
div.DivClassName
{
background-color: #308214;
}
.BgClassName
{
background-color: #308214;
}
</style>
border-color css
<style>
span { border-color: #308214; }
span { border-color: rgb(48,130,20); }
td.TdClassName
{
border-color: #308214;
}
.TagClassName
{
border-color: #308214;
}
</style>