Shades of Bilbao #308705
Tints of Bilbao #308705
RGB
CMYK
RGB Variations
Color information
#308705 (or 0x308705) is known color: Bilbao. HEX triplet: 30, 87 and 05. RGB value is (48,135,5). Sum of RGB (Red+Green+Blue) = 48+135+5=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 135 (53.12% from 255 or 71.81% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 135 - color contains mainly: green. Hex color #308705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308705 is #CF78FA. Grayscale: #5E5E5E. Windows color (decimal): -13596923 or 362288. OLE color: 362288.
HSL color Cylindrical-coordinate representation of color #308705: hue angle of 100.15º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #308705 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 5 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.47 |
| HSL | 100.15º | 0.93% | 0.27% | - |
| HSV(B) | 100.15º | 0.96% | 0.53% | - |
| XYZ | 9.91 | 17.97 | 3.09 | - |
| YUV | 94.17 | 77.68 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 5 | 0.64 | 0 | 0.96 | 0.47 | 100.15 | 0.93 | 0.27 |
| Hex | 30 | 87 | 5 | 40 | 0 | 60 | 2F | 64 | 5D | 1B |
| Octal | 60 | 207 | 5 | 100 | 0 | 140 | 57 | 144 | 135 | 33 |
| Binary | 110000 | 10000111 | 101 | 1000000 | 0 | 1100000 | 101111 | 1100100 | 1011101 | 11011 |
Color Harmonies of #308705
Complementary color
Monochromatic Colors of #308705
Black with #308705
Text Example
Text Example
White with #308705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308705; }
p { color: rgb(48,135,5); }
H1.HeaderClassName
{
color: #308705;
}
.AnyTagClassName
{
color: #308705;
}
</style>
background-color css
<style>
a { background-color: #308705; }
a { background-color: rgb(48,135,5); }
div.DivClassName
{
background-color: #308705;
}
.BgClassName
{
background-color: #308705;
}
</style>
border-color css
<style>
span { border-color: #308705; }
span { border-color: rgb(48,135,5); }
td.TdClassName
{
border-color: #308705;
}
.TagClassName
{
border-color: #308705;
}
</style>