Shades of Bilbao #308707
Tints of Bilbao #308707
RGB
CMYK
RGB Variations
Color information
#308707 (or 0x308707) is known color: Bilbao. HEX triplet: 30, 87 and 07. RGB value is (48,135,7). Sum of RGB (Red+Green+Blue) = 48+135+7=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #308707 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308707 is #CF78F8. Grayscale: #5E5E5E. Windows color (decimal): -13596921 or 493360. OLE color: 493360.
HSL color Cylindrical-coordinate representation of color #308707: hue angle of 100.78º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #308707 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 7 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.47 |
| HSL | 100.78º | 0.9% | 0.28% | - |
| HSV(B) | 100.78º | 0.95% | 0.53% | - |
| XYZ | 9.92 | 17.97 | 3.15 | - |
| YUV | 94.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 7 | 0.64 | 0 | 0.95 | 0.47 | 100.78 | 0.9 | 0.28 |
| Hex | 30 | 87 | 7 | 40 | 0 | 5F | 2F | 65 | 5A | 1C |
| Octal | 60 | 207 | 7 | 100 | 0 | 137 | 57 | 145 | 132 | 34 |
| Binary | 110000 | 10000111 | 111 | 1000000 | 0 | 1011111 | 101111 | 1100101 | 1011010 | 11100 |
Color Harmonies of #308707
Complementary color
Monochromatic Colors of #308707
Black with #308707
Text Example
Text Example
White with #308707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308707; }
p { color: rgb(48,135,7); }
H1.HeaderClassName
{
color: #308707;
}
.AnyTagClassName
{
color: #308707;
}
</style>
background-color css
<style>
a { background-color: #308707; }
a { background-color: rgb(48,135,7); }
div.DivClassName
{
background-color: #308707;
}
.BgClassName
{
background-color: #308707;
}
</style>
border-color css
<style>
span { border-color: #308707; }
span { border-color: rgb(48,135,7); }
td.TdClassName
{
border-color: #308707;
}
.TagClassName
{
border-color: #308707;
}
</style>