Shades of Bilbao #308117
Tints of Bilbao #308117
RGB
CMYK
RGB Variations
Color information
#308117 (or 0x308117) is known color: Bilbao. HEX triplet: 30, 81 and 17. RGB value is (48,129,23). Sum of RGB (Red+Green+Blue) = 48+129+23=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #308117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308117 is #CF7EE8. Grayscale: #5D5D5D. Windows color (decimal): -13598441 or 1540400. OLE color: 1540400.
HSL color Cylindrical-coordinate representation of color #308117: hue angle of 105.85º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #308117 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 23 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.49 |
| HSL | 105.85º | 0.7% | 0.3% | - |
| HSV(B) | 105.85º | 0.82% | 0.51% | - |
| XYZ | 9.22 | 16.39 | 3.49 | - |
| YUV | 92.7 | 88.66 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 23 | 0.63 | 0 | 0.82 | 0.49 | 105.85 | 0.7 | 0.3 |
| Hex | 30 | 81 | 17 | 3F | 0 | 52 | 31 | 6A | 46 | 1E |
| Octal | 60 | 201 | 27 | 77 | 0 | 122 | 61 | 152 | 106 | 36 |
| Binary | 110000 | 10000001 | 10111 | 111111 | 0 | 1010010 | 110001 | 1101010 | 1000110 | 11110 |
Color Harmonies of #308117
Complementary color
Monochromatic Colors of #308117
Black with #308117
Text Example
Text Example
White with #308117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308117; }
p { color: rgb(48,129,23); }
H1.HeaderClassName
{
color: #308117;
}
.AnyTagClassName
{
color: #308117;
}
</style>
background-color css
<style>
a { background-color: #308117; }
a { background-color: rgb(48,129,23); }
div.DivClassName
{
background-color: #308117;
}
.BgClassName
{
background-color: #308117;
}
</style>
border-color css
<style>
span { border-color: #308117; }
span { border-color: rgb(48,129,23); }
td.TdClassName
{
border-color: #308117;
}
.TagClassName
{
border-color: #308117;
}
</style>