Shades of Bilbao #309001
Tints of Bilbao #309001
RGB
CMYK
RGB Variations
Color information
#309001 (or 0x309001) is known color: Bilbao. HEX triplet: 30, 90 and 01. RGB value is (48,144,1). Sum of RGB (Red+Green+Blue) = 48+144+1=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #309001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309001 is #CF6FFE. Grayscale: #636363. Windows color (decimal): -13594623 or 102448. OLE color: 102448.
HSL color Cylindrical-coordinate representation of color #309001: hue angle of 100.28º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #309001 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 1 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.44 |
| HSL | 100.28º | 0.99% | 0.28% | - |
| HSV(B) | 100.28º | 0.99% | 0.56% | - |
| XYZ | 11.2 | 20.58 | 3.41 | - |
| YUV | 98.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 1 | 0.67 | 0 | 0.99 | 0.44 | 100.28 | 0.99 | 0.28 |
| Hex | 30 | 90 | 1 | 43 | 0 | 63 | 2C | 64 | 63 | 1C |
| Octal | 60 | 220 | 1 | 103 | 0 | 143 | 54 | 144 | 143 | 34 |
| Binary | 110000 | 10010000 | 1 | 1000011 | 0 | 1100011 | 101100 | 1100100 | 1100011 | 11100 |
Color Harmonies of #309001
Complementary color
Monochromatic Colors of #309001
Black with #309001
Text Example
Text Example
White with #309001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309001; }
p { color: rgb(48,144,1); }
H1.HeaderClassName
{
color: #309001;
}
.AnyTagClassName
{
color: #309001;
}
</style>
background-color css
<style>
a { background-color: #309001; }
a { background-color: rgb(48,144,1); }
div.DivClassName
{
background-color: #309001;
}
.BgClassName
{
background-color: #309001;
}
</style>
border-color css
<style>
span { border-color: #309001; }
span { border-color: rgb(48,144,1); }
td.TdClassName
{
border-color: #309001;
}
.TagClassName
{
border-color: #309001;
}
</style>