Shades of Bilbao #308019
Tints of Bilbao #308019
RGB
CMYK
RGB Variations
Color information
#308019 (or 0x308019) is known color: Bilbao. HEX triplet: 30, 80 and 19. RGB value is (48,128,25). Sum of RGB (Red+Green+Blue) = 48+128+25=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #308019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308019 is #CF7FE6. Grayscale: #5C5C5C. Windows color (decimal): -13598695 or 1671216. OLE color: 1671216.
HSL color Cylindrical-coordinate representation of color #308019: hue angle of 106.6º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308019 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 25 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.50 |
| HSL | 106.6º | 0.67% | 0.3% | - |
| HSV(B) | 106.6º | 0.8% | 0.5% | - |
| XYZ | 9.11 | 16.14 | 3.55 | - |
| YUV | 92.34 | 90 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 25 | 0.62 | 0 | 0.80 | 0.50 | 106.6 | 0.67 | 0.3 |
| Hex | 30 | 80 | 19 | 3E | 0 | 50 | 32 | 6B | 43 | 1E |
| Octal | 60 | 200 | 31 | 76 | 0 | 120 | 62 | 153 | 103 | 36 |
| Binary | 110000 | 10000000 | 11001 | 111110 | 0 | 1010000 | 110010 | 1101011 | 1000011 | 11110 |
Color Harmonies of #308019
Complementary color
Monochromatic Colors of #308019
Black with #308019
Text Example
Text Example
White with #308019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308019; }
p { color: rgb(48,128,25); }
H1.HeaderClassName
{
color: #308019;
}
.AnyTagClassName
{
color: #308019;
}
</style>
background-color css
<style>
a { background-color: #308019; }
a { background-color: rgb(48,128,25); }
div.DivClassName
{
background-color: #308019;
}
.BgClassName
{
background-color: #308019;
}
</style>
border-color css
<style>
span { border-color: #308019; }
span { border-color: rgb(48,128,25); }
td.TdClassName
{
border-color: #308019;
}
.TagClassName
{
border-color: #308019;
}
</style>