Shades of Bilbao #306F19
Tints of Bilbao #306F19
RGB
CMYK
RGB Variations
Color information
#306F19 (or 0x306F19) is known color: Bilbao. HEX triplet: 30, 6F and 19. RGB value is (48,111,25). Sum of RGB (Red+Green+Blue) = 48+111+25=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #306F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306F19 is #CF90E6. Grayscale: #525252. Windows color (decimal): -13603047 or 1666864. OLE color: 1666864.
HSL color Cylindrical-coordinate representation of color #306F19: hue angle of 103.95º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306F19 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 25 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.56 |
| HSL | 103.95º | 0.63% | 0.27% | - |
| HSV(B) | 103.95º | 0.77% | 0.44% | - |
| XYZ | 7.08 | 12.07 | 2.88 | - |
| YUV | 82.36 | 95.63 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 25 | 0.57 | 0 | 0.77 | 0.56 | 103.95 | 0.63 | 0.27 |
| Hex | 30 | 6F | 19 | 39 | 0 | 4D | 38 | 68 | 3F | 1B |
| Octal | 60 | 157 | 31 | 71 | 0 | 115 | 70 | 150 | 77 | 33 |
| Binary | 110000 | 1101111 | 11001 | 111001 | 0 | 1001101 | 111000 | 1101000 | 111111 | 11011 |
Color Harmonies of #306F19
Complementary color
Monochromatic Colors of #306F19
Black with #306F19
Text Example
Text Example
White with #306F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F19; }
p { color: rgb(48,111,25); }
H1.HeaderClassName
{
color: #306F19;
}
.AnyTagClassName
{
color: #306F19;
}
</style>
background-color css
<style>
a { background-color: #306F19; }
a { background-color: rgb(48,111,25); }
div.DivClassName
{
background-color: #306F19;
}
.BgClassName
{
background-color: #306F19;
}
</style>
border-color css
<style>
span { border-color: #306F19; }
span { border-color: rgb(48,111,25); }
td.TdClassName
{
border-color: #306F19;
}
.TagClassName
{
border-color: #306F19;
}
</style>