Shades of Bilbao #307F13
Tints of Bilbao #307F13
RGB
CMYK
RGB Variations
Color information
#307F13 (or 0x307F13) is known color: Bilbao. HEX triplet: 30, 7F and 13. RGB value is (48,127,19). Sum of RGB (Red+Green+Blue) = 48+127+19=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 127 (50% from 255 or 65.46% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 127 - color contains mainly: green. Hex color #307F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307F13 is #CF80EC. Grayscale: #5B5B5B. Windows color (decimal): -13598957 or 1277744. OLE color: 1277744.
HSL color Cylindrical-coordinate representation of color #307F13: hue angle of 103.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #307F13 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 19 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.50 |
| HSL | 103.89º | 0.74% | 0.29% | - |
| HSV(B) | 103.89º | 0.85% | 0.5% | - |
| XYZ | 8.93 | 15.85 | 3.21 | - |
| YUV | 91.07 | 87.33 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 19 | 0.62 | 0 | 0.85 | 0.50 | 103.89 | 0.74 | 0.29 |
| Hex | 30 | 7F | 13 | 3E | 0 | 55 | 32 | 68 | 4A | 1D |
| Octal | 60 | 177 | 23 | 76 | 0 | 125 | 62 | 150 | 112 | 35 |
| Binary | 110000 | 1111111 | 10011 | 111110 | 0 | 1010101 | 110010 | 1101000 | 1001010 | 11101 |
Color Harmonies of #307F13
Complementary color
Monochromatic Colors of #307F13
Black with #307F13
Text Example
Text Example
White with #307F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F13; }
p { color: rgb(48,127,19); }
H1.HeaderClassName
{
color: #307F13;
}
.AnyTagClassName
{
color: #307F13;
}
</style>
background-color css
<style>
a { background-color: #307F13; }
a { background-color: rgb(48,127,19); }
div.DivClassName
{
background-color: #307F13;
}
.BgClassName
{
background-color: #307F13;
}
</style>
border-color css
<style>
span { border-color: #307F13; }
span { border-color: rgb(48,127,19); }
td.TdClassName
{
border-color: #307F13;
}
.TagClassName
{
border-color: #307F13;
}
</style>