Shades of Bilbao #30630F
Tints of Bilbao #30630F
RGB
CMYK
RGB Variations
Color information
#30630F (or 0x30630F) is known color: Bilbao. HEX triplet: 30, 63 and 0F. RGB value is (48,99,15). Sum of RGB (Red+Green+Blue) = 48+99+15=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #30630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30630F is #CF9CF0. Grayscale: #4A4A4A. Windows color (decimal): -13606129 or 1008432. OLE color: 1008432.
HSL color Cylindrical-coordinate representation of color #30630F: hue angle of 96.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30630F is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 99 | 15 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.61 |
| HSL | 96.43º | 0.74% | 0.22% | - |
| HSV(B) | 96.43º | 0.85% | 0.39% | - |
| XYZ | 5.77 | 9.59 | 2 | - |
| YUV | 74.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 15 | 0.52 | 0 | 0.85 | 0.61 | 96.43 | 0.74 | 0.22 |
| Hex | 30 | 63 | F | 34 | 0 | 55 | 3D | 60 | 4A | 16 |
| Octal | 60 | 143 | 17 | 64 | 0 | 125 | 75 | 140 | 112 | 26 |
| Binary | 110000 | 1100011 | 1111 | 110100 | 0 | 1010101 | 111101 | 1100000 | 1001010 | 10110 |
Color Harmonies of #30630F
Complementary color
Monochromatic Colors of #30630F
Black with #30630F
Text Example
Text Example
White with #30630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30630F; }
p { color: rgb(48,99,15); }
H1.HeaderClassName
{
color: #30630F;
}
.AnyTagClassName
{
color: #30630F;
}
</style>
background-color css
<style>
a { background-color: #30630F; }
a { background-color: rgb(48,99,15); }
div.DivClassName
{
background-color: #30630F;
}
.BgClassName
{
background-color: #30630F;
}
</style>
border-color css
<style>
span { border-color: #30630F; }
span { border-color: rgb(48,99,15); }
td.TdClassName
{
border-color: #30630F;
}
.TagClassName
{
border-color: #30630F;
}
</style>