Shades of Bilbao #308200
Tints of Bilbao #308200
RGB
CMYK
RGB Variations
Color information
#308200 (or 0x308200) is known color: Bilbao. HEX triplet: 30, 82 and 00. RGB value is (48,130,0). Sum of RGB (Red+Green+Blue) = 48+130+0=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #308200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308200 is #CF7DFF. Grayscale: #5B5B5B. Windows color (decimal): -13598208 or 33328. OLE color: 33328.
HSL color Cylindrical-coordinate representation of color #308200: hue angle of 97.85º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #308200 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.49 |
| HSL | 97.85º | 1% | 0.25% | - |
| HSV(B) | 97.85º | 1% | 0.51% | - |
| XYZ | 9.2 | 16.59 | 2.72 | - |
| YUV | 90.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 0 | 0.63 | 0 | 1 | 0.49 | 97.85 | 1 | 0.25 |
| Hex | 30 | 82 | 0 | 3F | 0 | 64 | 31 | 62 | 64 | 19 |
| Octal | 60 | 202 | 0 | 77 | 0 | 144 | 61 | 142 | 144 | 31 |
| Binary | 110000 | 10000010 | 0 | 111111 | 0 | 1100100 | 110001 | 1100010 | 1100100 | 11001 |
Color Harmonies of #308200
Complementary color
Monochromatic Colors of #308200
Black with #308200
Text Example
Text Example
White with #308200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308200; }
p { color: rgb(48,130,0); }
H1.HeaderClassName
{
color: #308200;
}
.AnyTagClassName
{
color: #308200;
}
</style>
background-color css
<style>
a { background-color: #308200; }
a { background-color: rgb(48,130,0); }
div.DivClassName
{
background-color: #308200;
}
.BgClassName
{
background-color: #308200;
}
</style>
border-color css
<style>
span { border-color: #308200; }
span { border-color: rgb(48,130,0); }
td.TdClassName
{
border-color: #308200;
}
.TagClassName
{
border-color: #308200;
}
</style>