Shades of Bilbao #307700
Tints of Bilbao #307700
RGB
CMYK
RGB Variations
Color information
#307700 (or 0x307700) is known color: Bilbao. HEX triplet: 30, 77 and 00. RGB value is (48,119,0). Sum of RGB (Red+Green+Blue) = 48+119+0=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 119 (46.88% from 255 or 71.26% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 119 - color contains mainly: green. Hex color #307700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307700 is #CF88FF. Grayscale: #545454. Windows color (decimal): -13601024 or 30512. OLE color: 30512.
HSL color Cylindrical-coordinate representation of color #307700: hue angle of 95.8º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #307700 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.53 |
| HSL | 95.8º | 1% | 0.23% | - |
| HSV(B) | 95.8º | 1% | 0.47% | - |
| XYZ | 7.82 | 13.82 | 2.26 | - |
| YUV | 84.21 | 80.48 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 0 | 0.60 | 0 | 1 | 0.53 | 95.8 | 1 | 0.23 |
| Hex | 30 | 77 | 0 | 3C | 0 | 64 | 35 | 60 | 64 | 17 |
| Octal | 60 | 167 | 0 | 74 | 0 | 144 | 65 | 140 | 144 | 27 |
| Binary | 110000 | 1110111 | 0 | 111100 | 0 | 1100100 | 110101 | 1100000 | 1100100 | 10111 |
Color Harmonies of #307700
Complementary color
Monochromatic Colors of #307700
Black with #307700
Text Example
Text Example
White with #307700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307700; }
p { color: rgb(48,119,0); }
H1.HeaderClassName
{
color: #307700;
}
.AnyTagClassName
{
color: #307700;
}
</style>
background-color css
<style>
a { background-color: #307700; }
a { background-color: rgb(48,119,0); }
div.DivClassName
{
background-color: #307700;
}
.BgClassName
{
background-color: #307700;
}
</style>
border-color css
<style>
span { border-color: #307700; }
span { border-color: rgb(48,119,0); }
td.TdClassName
{
border-color: #307700;
}
.TagClassName
{
border-color: #307700;
}
</style>