Shades of Bilbao #30720D
Tints of Bilbao #30720D
RGB
CMYK
RGB Variations
Color information
#30720D (or 0x30720D) is known color: Bilbao. HEX triplet: 30, 72 and 0D. RGB value is (48,114,13). Sum of RGB (Red+Green+Blue) = 48+114+13=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #30720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30720D is #CF8DF2. Grayscale: #535353. Windows color (decimal): -13602291 or 881200. OLE color: 881200.
HSL color Cylindrical-coordinate representation of color #30720D: hue angle of 99.21º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30720D is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 13 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.55 |
| HSL | 99.21º | 0.8% | 0.25% | - |
| HSV(B) | 99.21º | 0.89% | 0.45% | - |
| XYZ | 7.31 | 12.69 | 2.45 | - |
| YUV | 82.75 | 88.63 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 13 | 0.58 | 0 | 0.89 | 0.55 | 99.21 | 0.8 | 0.25 |
| Hex | 30 | 72 | D | 3A | 0 | 59 | 37 | 63 | 50 | 19 |
| Octal | 60 | 162 | 15 | 72 | 0 | 131 | 67 | 143 | 120 | 31 |
| Binary | 110000 | 1110010 | 1101 | 111010 | 0 | 1011001 | 110111 | 1100011 | 1010000 | 11001 |
Color Harmonies of #30720D
Complementary color
Monochromatic Colors of #30720D
Black with #30720D
Text Example
Text Example
White with #30720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30720D; }
p { color: rgb(48,114,13); }
H1.HeaderClassName
{
color: #30720D;
}
.AnyTagClassName
{
color: #30720D;
}
</style>
background-color css
<style>
a { background-color: #30720D; }
a { background-color: rgb(48,114,13); }
div.DivClassName
{
background-color: #30720D;
}
.BgClassName
{
background-color: #30720D;
}
</style>
border-color css
<style>
span { border-color: #30720D; }
span { border-color: rgb(48,114,13); }
td.TdClassName
{
border-color: #30720D;
}
.TagClassName
{
border-color: #30720D;
}
</style>