Shades of Bilbao #307D14
Tints of Bilbao #307D14
RGB
CMYK
RGB Variations
Color information
#307D14 (or 0x307D14) is known color: Bilbao. HEX triplet: 30, 7D and 14. RGB value is (48,125,20). Sum of RGB (Red+Green+Blue) = 48+125+20=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 125 (49.22% from 255 or 64.77% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 125 - color contains mainly: green. Hex color #307D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307D14 is #CF82EB. Grayscale: #5A5A5A. Windows color (decimal): -13599468 or 1342768. OLE color: 1342768.
HSL color Cylindrical-coordinate representation of color #307D14: hue angle of 104º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #307D14 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 125 | 20 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.51 |
| HSL | 104º | 0.72% | 0.28% | - |
| HSV(B) | 104º | 0.84% | 0.49% | - |
| XYZ | 8.68 | 15.35 | 3.17 | - |
| YUV | 90.01 | 88.49 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 20 | 0.62 | 0 | 0.84 | 0.51 | 104 | 0.72 | 0.28 |
| Hex | 30 | 7D | 14 | 3E | 0 | 54 | 33 | 68 | 48 | 1C |
| Octal | 60 | 175 | 24 | 76 | 0 | 124 | 63 | 150 | 110 | 34 |
| Binary | 110000 | 1111101 | 10100 | 111110 | 0 | 1010100 | 110011 | 1101000 | 1001000 | 11100 |
Color Harmonies of #307D14
Complementary color
Monochromatic Colors of #307D14
Black with #307D14
Text Example
Text Example
White with #307D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D14; }
p { color: rgb(48,125,20); }
H1.HeaderClassName
{
color: #307D14;
}
.AnyTagClassName
{
color: #307D14;
}
</style>
background-color css
<style>
a { background-color: #307D14; }
a { background-color: rgb(48,125,20); }
div.DivClassName
{
background-color: #307D14;
}
.BgClassName
{
background-color: #307D14;
}
</style>
border-color css
<style>
span { border-color: #307D14; }
span { border-color: rgb(48,125,20); }
td.TdClassName
{
border-color: #307D14;
}
.TagClassName
{
border-color: #307D14;
}
</style>