Shades of Bilbao #30771C
Tints of Bilbao #30771C
RGB
CMYK
RGB Variations
Color information
#30771C (or 0x30771C) is known color: Bilbao. HEX triplet: 30, 77 and 1C. RGB value is (48,119,28). Sum of RGB (Red+Green+Blue) = 48+119+28=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #30771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30771C is #CF88E3. Grayscale: #575757. Windows color (decimal): -13600996 or 1865520. OLE color: 1865520.
HSL color Cylindrical-coordinate representation of color #30771C: hue angle of 106.81º degrees, saturation: 0.62, 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 #30771C is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 28 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.53 |
| HSL | 106.81º | 0.62% | 0.29% | - |
| HSV(B) | 106.81º | 0.76% | 0.47% | - |
| XYZ | 8.03 | 13.91 | 3.36 | - |
| YUV | 87.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 28 | 0.60 | 0 | 0.76 | 0.53 | 106.81 | 0.62 | 0.29 |
| Hex | 30 | 77 | 1C | 3C | 0 | 4C | 35 | 6B | 3E | 1D |
| Octal | 60 | 167 | 34 | 74 | 0 | 114 | 65 | 153 | 76 | 35 |
| Binary | 110000 | 1110111 | 11100 | 111100 | 0 | 1001100 | 110101 | 1101011 | 111110 | 11101 |
Color Harmonies of #30771C
Complementary color
Monochromatic Colors of #30771C
Black with #30771C
Text Example
Text Example
White with #30771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30771C; }
p { color: rgb(48,119,28); }
H1.HeaderClassName
{
color: #30771C;
}
.AnyTagClassName
{
color: #30771C;
}
</style>
background-color css
<style>
a { background-color: #30771C; }
a { background-color: rgb(48,119,28); }
div.DivClassName
{
background-color: #30771C;
}
.BgClassName
{
background-color: #30771C;
}
</style>
border-color css
<style>
span { border-color: #30771C; }
span { border-color: rgb(48,119,28); }
td.TdClassName
{
border-color: #30771C;
}
.TagClassName
{
border-color: #30771C;
}
</style>