Shades of Bilbao #30771D
Tints of Bilbao #30771D
RGB
CMYK
RGB Variations
Color information
#30771D (or 0x30771D) is known color: Bilbao. HEX triplet: 30, 77 and 1D. RGB value is (48,119,29). Sum of RGB (Red+Green+Blue) = 48+119+29=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #30771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30771D is #CF88E2. Grayscale: #575757. Windows color (decimal): -13600995 or 1931056. OLE color: 1931056.
HSL color Cylindrical-coordinate representation of color #30771D: hue angle of 107.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30771D is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 29 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.53 |
| HSL | 107.33º | 0.61% | 0.29% | - |
| HSV(B) | 107.33º | 0.76% | 0.47% | - |
| XYZ | 8.04 | 13.91 | 3.42 | - |
| YUV | 87.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 29 | 0.60 | 0 | 0.76 | 0.53 | 107.33 | 0.61 | 0.29 |
| Hex | 30 | 77 | 1D | 3C | 0 | 4C | 35 | 6B | 3D | 1D |
| Octal | 60 | 167 | 35 | 74 | 0 | 114 | 65 | 153 | 75 | 35 |
| Binary | 110000 | 1110111 | 11101 | 111100 | 0 | 1001100 | 110101 | 1101011 | 111101 | 11101 |
Color Harmonies of #30771D
Complementary color
Monochromatic Colors of #30771D
Black with #30771D
Text Example
Text Example
White with #30771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30771D; }
p { color: rgb(48,119,29); }
H1.HeaderClassName
{
color: #30771D;
}
.AnyTagClassName
{
color: #30771D;
}
</style>
background-color css
<style>
a { background-color: #30771D; }
a { background-color: rgb(48,119,29); }
div.DivClassName
{
background-color: #30771D;
}
.BgClassName
{
background-color: #30771D;
}
</style>
border-color css
<style>
span { border-color: #30771D; }
span { border-color: rgb(48,119,29); }
td.TdClassName
{
border-color: #30771D;
}
.TagClassName
{
border-color: #30771D;
}
</style>