Shades of Bilbao #307B14
Tints of Bilbao #307B14
RGB
CMYK
RGB Variations
Color information
#307B14 (or 0x307B14) is known color: Bilbao. HEX triplet: 30, 7B and 14. RGB value is (48,123,20). Sum of RGB (Red+Green+Blue) = 48+123+20=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 123 (48.44% from 255 or 64.40% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 123 - color contains mainly: green. Hex color #307B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307B14 is #CF84EB. Grayscale: #595959. Windows color (decimal): -13599980 or 1342256. OLE color: 1342256.
HSL color Cylindrical-coordinate representation of color #307B14: hue angle of 103.69º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #307B14 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 123 | 20 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.52 |
| HSL | 103.69º | 0.72% | 0.28% | - |
| HSV(B) | 103.69º | 0.84% | 0.48% | - |
| XYZ | 8.43 | 14.84 | 3.08 | - |
| YUV | 88.83 | 89.15 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 20 | 0.61 | 0 | 0.84 | 0.52 | 103.69 | 0.72 | 0.28 |
| Hex | 30 | 7B | 14 | 3D | 0 | 54 | 34 | 68 | 48 | 1C |
| Octal | 60 | 173 | 24 | 75 | 0 | 124 | 64 | 150 | 110 | 34 |
| Binary | 110000 | 1111011 | 10100 | 111101 | 0 | 1010100 | 110100 | 1101000 | 1001000 | 11100 |
Color Harmonies of #307B14
Complementary color
Monochromatic Colors of #307B14
Black with #307B14
Text Example
Text Example
White with #307B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307B14; }
p { color: rgb(48,123,20); }
H1.HeaderClassName
{
color: #307B14;
}
.AnyTagClassName
{
color: #307B14;
}
</style>
background-color css
<style>
a { background-color: #307B14; }
a { background-color: rgb(48,123,20); }
div.DivClassName
{
background-color: #307B14;
}
.BgClassName
{
background-color: #307B14;
}
</style>
border-color css
<style>
span { border-color: #307B14; }
span { border-color: rgb(48,123,20); }
td.TdClassName
{
border-color: #307B14;
}
.TagClassName
{
border-color: #307B14;
}
</style>