Shades of Bilbao #309003
Tints of Bilbao #309003
RGB
CMYK
RGB Variations
Color information
#309003 (or 0x309003) is known color: Bilbao. HEX triplet: 30, 90 and 03. RGB value is (48,144,3). Sum of RGB (Red+Green+Blue) = 48+144+3=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 144 (56.64% from 255 or 73.85% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 144 - color contains mainly: green. Hex color #309003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309003 is #CF6FFC. Grayscale: #636363. Windows color (decimal): -13594621 or 233520. OLE color: 233520.
HSL color Cylindrical-coordinate representation of color #309003: hue angle of 100.85º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #309003 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 3 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.44 |
| HSL | 100.85º | 0.96% | 0.29% | - |
| HSV(B) | 100.85º | 0.98% | 0.56% | - |
| XYZ | 11.21 | 20.58 | 3.47 | - |
| YUV | 99.22 | 73.7 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 3 | 0.67 | 0 | 0.98 | 0.44 | 100.85 | 0.96 | 0.29 |
| Hex | 30 | 90 | 3 | 43 | 0 | 62 | 2C | 65 | 60 | 1D |
| Octal | 60 | 220 | 3 | 103 | 0 | 142 | 54 | 145 | 140 | 35 |
| Binary | 110000 | 10010000 | 11 | 1000011 | 0 | 1100010 | 101100 | 1100101 | 1100000 | 11101 |
Color Harmonies of #309003
Complementary color
Monochromatic Colors of #309003
Black with #309003
Text Example
Text Example
White with #309003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309003; }
p { color: rgb(48,144,3); }
H1.HeaderClassName
{
color: #309003;
}
.AnyTagClassName
{
color: #309003;
}
</style>
background-color css
<style>
a { background-color: #309003; }
a { background-color: rgb(48,144,3); }
div.DivClassName
{
background-color: #309003;
}
.BgClassName
{
background-color: #309003;
}
</style>
border-color css
<style>
span { border-color: #309003; }
span { border-color: rgb(48,144,3); }
td.TdClassName
{
border-color: #309003;
}
.TagClassName
{
border-color: #309003;
}
</style>