Shades of Bilbao #307A18
Tints of Bilbao #307A18
RGB
CMYK
RGB Variations
Color information
#307A18 (or 0x307A18) is known color: Bilbao. HEX triplet: 30, 7A and 18. RGB value is (48,122,24). Sum of RGB (Red+Green+Blue) = 48+122+24=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 122 (48.05% from 255 or 62.89% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 122 - color contains mainly: green. Hex color #307A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307A18 is #CF85E7. Grayscale: #595959. Windows color (decimal): -13600232 or 1604144. OLE color: 1604144.
HSL color Cylindrical-coordinate representation of color #307A18: hue angle of 105.31º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307A18 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 24 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.52 |
| HSL | 105.31º | 0.67% | 0.29% | - |
| HSV(B) | 105.31º | 0.8% | 0.48% | - |
| XYZ | 8.34 | 14.61 | 3.25 | - |
| YUV | 88.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 24 | 0.61 | 0 | 0.80 | 0.52 | 105.31 | 0.67 | 0.29 |
| Hex | 30 | 7A | 18 | 3D | 0 | 50 | 34 | 69 | 43 | 1D |
| Octal | 60 | 172 | 30 | 75 | 0 | 120 | 64 | 151 | 103 | 35 |
| Binary | 110000 | 1111010 | 11000 | 111101 | 0 | 1010000 | 110100 | 1101001 | 1000011 | 11101 |
Color Harmonies of #307A18
Complementary color
Monochromatic Colors of #307A18
Black with #307A18
Text Example
Text Example
White with #307A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A18; }
p { color: rgb(48,122,24); }
H1.HeaderClassName
{
color: #307A18;
}
.AnyTagClassName
{
color: #307A18;
}
</style>
background-color css
<style>
a { background-color: #307A18; }
a { background-color: rgb(48,122,24); }
div.DivClassName
{
background-color: #307A18;
}
.BgClassName
{
background-color: #307A18;
}
</style>
border-color css
<style>
span { border-color: #307A18; }
span { border-color: rgb(48,122,24); }
td.TdClassName
{
border-color: #307A18;
}
.TagClassName
{
border-color: #307A18;
}
</style>