Shades of Bilbao #30781F
Tints of Bilbao #30781F
RGB
CMYK
RGB Variations
Color information
#30781F (or 0x30781F) is known color: Bilbao. HEX triplet: 30, 78 and 1F. RGB value is (48,120,31). Sum of RGB (Red+Green+Blue) = 48+120+31=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 120 (47.27% from 255 or 60.30% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 120 - color contains mainly: green. Hex color #30781F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30781F is #CF87E0. Grayscale: #585858. Windows color (decimal): -13600737 or 2062384. OLE color: 2062384.
HSL color Cylindrical-coordinate representation of color #30781F: hue angle of 108.54º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30781F is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 120 | 31 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.53 |
| HSL | 108.54º | 0.59% | 0.3% | - |
| HSV(B) | 108.54º | 0.74% | 0.47% | - |
| XYZ | 8.18 | 14.16 | 3.6 | - |
| YUV | 88.33 | 95.65 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 31 | 0.60 | 0 | 0.74 | 0.53 | 108.54 | 0.59 | 0.3 |
| Hex | 30 | 78 | 1F | 3C | 0 | 4A | 35 | 6D | 3B | 1E |
| Octal | 60 | 170 | 37 | 74 | 0 | 112 | 65 | 155 | 73 | 36 |
| Binary | 110000 | 1111000 | 11111 | 111100 | 0 | 1001010 | 110101 | 1101101 | 111011 | 11110 |
Color Harmonies of #30781F
Complementary color
Monochromatic Colors of #30781F
Black with #30781F
Text Example
Text Example
White with #30781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30781F; }
p { color: rgb(48,120,31); }
H1.HeaderClassName
{
color: #30781F;
}
.AnyTagClassName
{
color: #30781F;
}
</style>
background-color css
<style>
a { background-color: #30781F; }
a { background-color: rgb(48,120,31); }
div.DivClassName
{
background-color: #30781F;
}
.BgClassName
{
background-color: #30781F;
}
</style>
border-color css
<style>
span { border-color: #30781F; }
span { border-color: rgb(48,120,31); }
td.TdClassName
{
border-color: #30781F;
}
.TagClassName
{
border-color: #30781F;
}
</style>