Shades of Bilbao #308219
Tints of Bilbao #308219
RGB
CMYK
RGB Variations
Color information
#308219 (or 0x308219) is known color: Bilbao. HEX triplet: 30, 82 and 19. RGB value is (48,130,25). Sum of RGB (Red+Green+Blue) = 48+130+25=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #308219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308219 is #CF7DE6. Grayscale: #5D5D5D. Windows color (decimal): -13598183 or 1671728. OLE color: 1671728.
HSL color Cylindrical-coordinate representation of color #308219: hue angle of 106.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308219 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 25 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.49 |
| HSL | 106.86º | 0.68% | 0.3% | - |
| HSV(B) | 106.86º | 0.81% | 0.51% | - |
| XYZ | 9.38 | 16.66 | 3.64 | - |
| YUV | 93.51 | 89.33 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 25 | 0.63 | 0 | 0.81 | 0.49 | 106.86 | 0.68 | 0.3 |
| Hex | 30 | 82 | 19 | 3F | 0 | 51 | 31 | 6B | 44 | 1E |
| Octal | 60 | 202 | 31 | 77 | 0 | 121 | 61 | 153 | 104 | 36 |
| Binary | 110000 | 10000010 | 11001 | 111111 | 0 | 1010001 | 110001 | 1101011 | 1000100 | 11110 |
Color Harmonies of #308219
Complementary color
Monochromatic Colors of #308219
Black with #308219
Text Example
Text Example
White with #308219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308219; }
p { color: rgb(48,130,25); }
H1.HeaderClassName
{
color: #308219;
}
.AnyTagClassName
{
color: #308219;
}
</style>
background-color css
<style>
a { background-color: #308219; }
a { background-color: rgb(48,130,25); }
div.DivClassName
{
background-color: #308219;
}
.BgClassName
{
background-color: #308219;
}
</style>
border-color css
<style>
span { border-color: #308219; }
span { border-color: rgb(48,130,25); }
td.TdClassName
{
border-color: #308219;
}
.TagClassName
{
border-color: #308219;
}
</style>