Shades of Bilbao #307D0F
Tints of Bilbao #307D0F
RGB
CMYK
RGB Variations
Color information
#307D0F (or 0x307D0F) is known color: Bilbao. HEX triplet: 30, 7D and 0F. RGB value is (48,125,15). Sum of RGB (Red+Green+Blue) = 48+125+15=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 125 (49.22% from 255 or 66.49% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 125 - color contains mainly: green. Hex color #307D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307D0F is #CF82F0. Grayscale: #595959. Windows color (decimal): -13599473 or 1015088. OLE color: 1015088.
HSL color Cylindrical-coordinate representation of color #307D0F: hue angle of 102º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #307D0F is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 125 | 15 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.51 |
| HSL | 102º | 0.79% | 0.27% | - |
| HSV(B) | 102º | 0.88% | 0.49% | - |
| XYZ | 8.64 | 15.33 | 2.96 | - |
| YUV | 89.44 | 85.99 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 15 | 0.62 | 0 | 0.88 | 0.51 | 102 | 0.79 | 0.27 |
| Hex | 30 | 7D | F | 3E | 0 | 58 | 33 | 66 | 4F | 1B |
| Octal | 60 | 175 | 17 | 76 | 0 | 130 | 63 | 146 | 117 | 33 |
| Binary | 110000 | 1111101 | 1111 | 111110 | 0 | 1011000 | 110011 | 1100110 | 1001111 | 11011 |
Color Harmonies of #307D0F
Complementary color
Monochromatic Colors of #307D0F
Black with #307D0F
Text Example
Text Example
White with #307D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D0F; }
p { color: rgb(48,125,15); }
H1.HeaderClassName
{
color: #307D0F;
}
.AnyTagClassName
{
color: #307D0F;
}
</style>
background-color css
<style>
a { background-color: #307D0F; }
a { background-color: rgb(48,125,15); }
div.DivClassName
{
background-color: #307D0F;
}
.BgClassName
{
background-color: #307D0F;
}
</style>
border-color css
<style>
span { border-color: #307D0F; }
span { border-color: rgb(48,125,15); }
td.TdClassName
{
border-color: #307D0F;
}
.TagClassName
{
border-color: #307D0F;
}
</style>