Shades of Bilbao #30760F
Tints of Bilbao #30760F
RGB
CMYK
RGB Variations
Color information
#30760F (or 0x30760F) is known color: Bilbao. HEX triplet: 30, 76 and 0F. RGB value is (48,118,15). Sum of RGB (Red+Green+Blue) = 48+118+15=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 118 (46.48% from 255 or 65.19% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 118 - color contains mainly: green. Hex color #30760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30760F is #CF89F0. Grayscale: #555555. Windows color (decimal): -13601265 or 1013296. OLE color: 1013296.
HSL color Cylindrical-coordinate representation of color #30760F: hue angle of 100.78º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30760F is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 118 | 15 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.54 |
| HSL | 100.78º | 0.77% | 0.26% | - |
| HSV(B) | 100.78º | 0.87% | 0.46% | - |
| XYZ | 7.78 | 13.62 | 2.67 | - |
| YUV | 85.33 | 88.31 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 15 | 0.59 | 0 | 0.87 | 0.54 | 100.78 | 0.77 | 0.26 |
| Hex | 30 | 76 | F | 3B | 0 | 57 | 36 | 65 | 4D | 1A |
| Octal | 60 | 166 | 17 | 73 | 0 | 127 | 66 | 145 | 115 | 32 |
| Binary | 110000 | 1110110 | 1111 | 111011 | 0 | 1010111 | 110110 | 1100101 | 1001101 | 11010 |
Color Harmonies of #30760F
Complementary color
Monochromatic Colors of #30760F
Black with #30760F
Text Example
Text Example
White with #30760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30760F; }
p { color: rgb(48,118,15); }
H1.HeaderClassName
{
color: #30760F;
}
.AnyTagClassName
{
color: #30760F;
}
</style>
background-color css
<style>
a { background-color: #30760F; }
a { background-color: rgb(48,118,15); }
div.DivClassName
{
background-color: #30760F;
}
.BgClassName
{
background-color: #30760F;
}
</style>
border-color css
<style>
span { border-color: #30760F; }
span { border-color: rgb(48,118,15); }
td.TdClassName
{
border-color: #30760F;
}
.TagClassName
{
border-color: #30760F;
}
</style>