Shades of Bilbao #30780C
Tints of Bilbao #30780C
RGB
CMYK
RGB Variations
Color information
#30780C (or 0x30780C) is known color: Bilbao. HEX triplet: 30, 78 and 0C. RGB value is (48,120,12). Sum of RGB (Red+Green+Blue) = 48+120+12=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 120 (47.27% from 255 or 66.67% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 120 - color contains mainly: green. Hex color #30780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30780C is #CF87F3. Grayscale: #565656. Windows color (decimal): -13600756 or 817200. OLE color: 817200.
HSL color Cylindrical-coordinate representation of color #30780C: hue angle of 100º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30780C is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 120 | 12 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.53 |
| HSL | 100º | 0.82% | 0.26% | - |
| HSV(B) | 100º | 0.9% | 0.47% | - |
| XYZ | 8 | 14.09 | 2.65 | - |
| YUV | 86.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 12 | 0.60 | 0 | 0.90 | 0.53 | 100 | 0.82 | 0.26 |
| Hex | 30 | 78 | C | 3C | 0 | 5A | 35 | 64 | 52 | 1A |
| Octal | 60 | 170 | 14 | 74 | 0 | 132 | 65 | 144 | 122 | 32 |
| Binary | 110000 | 1111000 | 1100 | 111100 | 0 | 1011010 | 110101 | 1100100 | 1010010 | 11010 |
Color Harmonies of #30780C
Complementary color
Monochromatic Colors of #30780C
Black with #30780C
Text Example
Text Example
White with #30780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30780C; }
p { color: rgb(48,120,12); }
H1.HeaderClassName
{
color: #30780C;
}
.AnyTagClassName
{
color: #30780C;
}
</style>
background-color css
<style>
a { background-color: #30780C; }
a { background-color: rgb(48,120,12); }
div.DivClassName
{
background-color: #30780C;
}
.BgClassName
{
background-color: #30780C;
}
</style>
border-color css
<style>
span { border-color: #30780C; }
span { border-color: rgb(48,120,12); }
td.TdClassName
{
border-color: #30780C;
}
.TagClassName
{
border-color: #30780C;
}
</style>