Shades of Bilbao #30800F
Tints of Bilbao #30800F
RGB
CMYK
RGB Variations
Color information
#30800F (or 0x30800F) is known color: Bilbao. HEX triplet: 30, 80 and 0F. RGB value is (48,128,15). Sum of RGB (Red+Green+Blue) = 48+128+15=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 128 (50.39% from 255 or 67.02% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 128 - color contains mainly: green. Hex color #30800F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30800F is #CF7FF0. Grayscale: #5B5B5B. Windows color (decimal): -13598705 or 1015856. OLE color: 1015856.
HSL color Cylindrical-coordinate representation of color #30800F: hue angle of 102.48º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30800F is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 15 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.50 |
| HSL | 102.48º | 0.79% | 0.28% | - |
| HSV(B) | 102.48º | 0.88% | 0.5% | - |
| XYZ | 9.02 | 16.1 | 3.08 | - |
| YUV | 91.2 | 85 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 15 | 0.62 | 0 | 0.88 | 0.50 | 102.48 | 0.79 | 0.28 |
| Hex | 30 | 80 | F | 3E | 0 | 58 | 32 | 66 | 4F | 1C |
| Octal | 60 | 200 | 17 | 76 | 0 | 130 | 62 | 146 | 117 | 34 |
| Binary | 110000 | 10000000 | 1111 | 111110 | 0 | 1011000 | 110010 | 1100110 | 1001111 | 11100 |
Color Harmonies of #30800F
Complementary color
Monochromatic Colors of #30800F
Black with #30800F
Text Example
Text Example
White with #30800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30800F; }
p { color: rgb(48,128,15); }
H1.HeaderClassName
{
color: #30800F;
}
.AnyTagClassName
{
color: #30800F;
}
</style>
background-color css
<style>
a { background-color: #30800F; }
a { background-color: rgb(48,128,15); }
div.DivClassName
{
background-color: #30800F;
}
.BgClassName
{
background-color: #30800F;
}
</style>
border-color css
<style>
span { border-color: #30800F; }
span { border-color: rgb(48,128,15); }
td.TdClassName
{
border-color: #30800F;
}
.TagClassName
{
border-color: #30800F;
}
</style>