Shades of Bilbao #30830B
Tints of Bilbao #30830B
RGB
CMYK
RGB Variations
Color information
#30830B (or 0x30830B) is known color: Bilbao. HEX triplet: 30, 83 and 0B. RGB value is (48,131,11). Sum of RGB (Red+Green+Blue) = 48+131+11=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 131 (51.56% from 255 or 68.95% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 131 - color contains mainly: green. Hex color #30830B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30830B is #CF7CF4. Grayscale: #5C5C5C. Windows color (decimal): -13597941 or 754480. OLE color: 754480.
HSL color Cylindrical-coordinate representation of color #30830B: hue angle of 101.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30830B is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 131 | 11 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.49 |
| HSL | 101.5º | 0.85% | 0.28% | - |
| HSV(B) | 101.5º | 0.92% | 0.51% | - |
| XYZ | 9.4 | 16.89 | 3.08 | - |
| YUV | 92.5 | 82 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 11 | 0.63 | 0 | 0.92 | 0.49 | 101.5 | 0.85 | 0.28 |
| Hex | 30 | 83 | B | 3F | 0 | 5C | 31 | 66 | 55 | 1C |
| Octal | 60 | 203 | 13 | 77 | 0 | 134 | 61 | 146 | 125 | 34 |
| Binary | 110000 | 10000011 | 1011 | 111111 | 0 | 1011100 | 110001 | 1100110 | 1010101 | 11100 |
Color Harmonies of #30830B
Complementary color
Monochromatic Colors of #30830B
Black with #30830B
Text Example
Text Example
White with #30830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30830B; }
p { color: rgb(48,131,11); }
H1.HeaderClassName
{
color: #30830B;
}
.AnyTagClassName
{
color: #30830B;
}
</style>
background-color css
<style>
a { background-color: #30830B; }
a { background-color: rgb(48,131,11); }
div.DivClassName
{
background-color: #30830B;
}
.BgClassName
{
background-color: #30830B;
}
</style>
border-color css
<style>
span { border-color: #30830B; }
span { border-color: rgb(48,131,11); }
td.TdClassName
{
border-color: #30830B;
}
.TagClassName
{
border-color: #30830B;
}
</style>