Shades of Bilbao #307D0A
Tints of Bilbao #307D0A
RGB
CMYK
RGB Variations
Color information
#307D0A (or 0x307D0A) is known color: Bilbao. HEX triplet: 30, 7D and 0A. RGB value is (48,125,10). Sum of RGB (Red+Green+Blue) = 48+125+10=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 125 (49.22% from 255 or 68.31% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 125 - color contains mainly: green. Hex color #307D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307D0A is #CF82F5. Grayscale: #595959. Windows color (decimal): -13599478 or 687408. OLE color: 687408.
HSL color Cylindrical-coordinate representation of color #307D0A: hue angle of 100.17º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #307D0A is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 125 | 10 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.51 |
| HSL | 100.17º | 0.85% | 0.26% | - |
| HSV(B) | 100.17º | 0.92% | 0.49% | - |
| XYZ | 8.61 | 15.32 | 2.79 | - |
| YUV | 88.87 | 83.49 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 10 | 0.62 | 0 | 0.92 | 0.51 | 100.17 | 0.85 | 0.26 |
| Hex | 30 | 7D | A | 3E | 0 | 5C | 33 | 64 | 55 | 1A |
| Octal | 60 | 175 | 12 | 76 | 0 | 134 | 63 | 144 | 125 | 32 |
| Binary | 110000 | 1111101 | 1010 | 111110 | 0 | 1011100 | 110011 | 1100100 | 1010101 | 11010 |
Color Harmonies of #307D0A
Complementary color
Monochromatic Colors of #307D0A
Black with #307D0A
Text Example
Text Example
White with #307D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D0A; }
p { color: rgb(48,125,10); }
H1.HeaderClassName
{
color: #307D0A;
}
.AnyTagClassName
{
color: #307D0A;
}
</style>
background-color css
<style>
a { background-color: #307D0A; }
a { background-color: rgb(48,125,10); }
div.DivClassName
{
background-color: #307D0A;
}
.BgClassName
{
background-color: #307D0A;
}
</style>
border-color css
<style>
span { border-color: #307D0A; }
span { border-color: rgb(48,125,10); }
td.TdClassName
{
border-color: #307D0A;
}
.TagClassName
{
border-color: #307D0A;
}
</style>