Shades of Bilbao #30800D
Tints of Bilbao #30800D
RGB
CMYK
RGB Variations
Color information
#30800D (or 0x30800D) is known color: Bilbao. HEX triplet: 30, 80 and 0D. RGB value is (48,128,13). Sum of RGB (Red+Green+Blue) = 48+128+13=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 128 (50.39% from 255 or 67.72% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 128 - color contains mainly: green. Hex color #30800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30800D is #CF7FF2. Grayscale: #5B5B5B. Windows color (decimal): -13598707 or 884784. OLE color: 884784.
HSL color Cylindrical-coordinate representation of color #30800D: hue angle of 101.74º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30800D is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 13 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.50 |
| HSL | 101.74º | 0.82% | 0.28% | - |
| HSV(B) | 101.74º | 0.9% | 0.5% | - |
| XYZ | 9.01 | 16.1 | 3.01 | - |
| YUV | 90.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 13 | 0.62 | 0 | 0.90 | 0.50 | 101.74 | 0.82 | 0.28 |
| Hex | 30 | 80 | D | 3E | 0 | 5A | 32 | 66 | 52 | 1C |
| Octal | 60 | 200 | 15 | 76 | 0 | 132 | 62 | 146 | 122 | 34 |
| Binary | 110000 | 10000000 | 1101 | 111110 | 0 | 1011010 | 110010 | 1100110 | 1010010 | 11100 |
Color Harmonies of #30800D
Complementary color
Monochromatic Colors of #30800D
Black with #30800D
Text Example
Text Example
White with #30800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30800D; }
p { color: rgb(48,128,13); }
H1.HeaderClassName
{
color: #30800D;
}
.AnyTagClassName
{
color: #30800D;
}
</style>
background-color css
<style>
a { background-color: #30800D; }
a { background-color: rgb(48,128,13); }
div.DivClassName
{
background-color: #30800D;
}
.BgClassName
{
background-color: #30800D;
}
</style>
border-color css
<style>
span { border-color: #30800D; }
span { border-color: rgb(48,128,13); }
td.TdClassName
{
border-color: #30800D;
}
.TagClassName
{
border-color: #30800D;
}
</style>