Shades of Bilbao #308203
Tints of Bilbao #308203
RGB
CMYK
RGB Variations
Color information
#308203 (or 0x308203) is known color: Bilbao. HEX triplet: 30, 82 and 03. RGB value is (48,130,3). Sum of RGB (Red+Green+Blue) = 48+130+3=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #308203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308203 is #CF7DFC. Grayscale: #5B5B5B. Windows color (decimal): -13598205 or 229936. OLE color: 229936.
HSL color Cylindrical-coordinate representation of color #308203: hue angle of 98.74º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #308203 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 3 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.49 |
| HSL | 98.74º | 0.95% | 0.26% | - |
| HSV(B) | 98.74º | 0.98% | 0.51% | - |
| XYZ | 9.22 | 16.6 | 2.8 | - |
| YUV | 91 | 78.33 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 3 | 0.63 | 0 | 0.98 | 0.49 | 98.74 | 0.95 | 0.26 |
| Hex | 30 | 82 | 3 | 3F | 0 | 62 | 31 | 63 | 5F | 1A |
| Octal | 60 | 202 | 3 | 77 | 0 | 142 | 61 | 143 | 137 | 32 |
| Binary | 110000 | 10000010 | 11 | 111111 | 0 | 1100010 | 110001 | 1100011 | 1011111 | 11010 |
Color Harmonies of #308203
Complementary color
Monochromatic Colors of #308203
Black with #308203
Text Example
Text Example
White with #308203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308203; }
p { color: rgb(48,130,3); }
H1.HeaderClassName
{
color: #308203;
}
.AnyTagClassName
{
color: #308203;
}
</style>
background-color css
<style>
a { background-color: #308203; }
a { background-color: rgb(48,130,3); }
div.DivClassName
{
background-color: #308203;
}
.BgClassName
{
background-color: #308203;
}
</style>
border-color css
<style>
span { border-color: #308203; }
span { border-color: rgb(48,130,3); }
td.TdClassName
{
border-color: #308203;
}
.TagClassName
{
border-color: #308203;
}
</style>