Shades of Bilbao #307D10
Tints of Bilbao #307D10
RGB
CMYK
RGB Variations
Color information
#307D10 (or 0x307D10) is known color: Bilbao. HEX triplet: 30, 7D and 10. RGB value is (48,125,16). Sum of RGB (Red+Green+Blue) = 48+125+16=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 125 (49.22% from 255 or 66.14% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 125 - color contains mainly: green. Hex color #307D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307D10 is #CF82EF. Grayscale: #595959. Windows color (decimal): -13599472 or 1080624. OLE color: 1080624.
HSL color Cylindrical-coordinate representation of color #307D10: hue angle of 102.39º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #307D10 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 125 | 16 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.51 |
| HSL | 102.39º | 0.77% | 0.28% | - |
| HSV(B) | 102.39º | 0.87% | 0.49% | - |
| XYZ | 8.65 | 15.33 | 2.99 | - |
| YUV | 89.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 16 | 0.62 | 0 | 0.87 | 0.51 | 102.39 | 0.77 | 0.28 |
| Hex | 30 | 7D | 10 | 3E | 0 | 57 | 33 | 66 | 4D | 1C |
| Octal | 60 | 175 | 20 | 76 | 0 | 127 | 63 | 146 | 115 | 34 |
| Binary | 110000 | 1111101 | 10000 | 111110 | 0 | 1010111 | 110011 | 1100110 | 1001101 | 11100 |
Color Harmonies of #307D10
Complementary color
Monochromatic Colors of #307D10
Black with #307D10
Text Example
Text Example
White with #307D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D10; }
p { color: rgb(48,125,16); }
H1.HeaderClassName
{
color: #307D10;
}
.AnyTagClassName
{
color: #307D10;
}
</style>
background-color css
<style>
a { background-color: #307D10; }
a { background-color: rgb(48,125,16); }
div.DivClassName
{
background-color: #307D10;
}
.BgClassName
{
background-color: #307D10;
}
</style>
border-color css
<style>
span { border-color: #307D10; }
span { border-color: rgb(48,125,16); }
td.TdClassName
{
border-color: #307D10;
}
.TagClassName
{
border-color: #307D10;
}
</style>