Shades of Bilbao #30821F
Tints of Bilbao #30821F
RGB
CMYK
RGB Variations
Color information
#30821F (or 0x30821F) is known color: Bilbao. HEX triplet: 30, 82 and 1F. RGB value is (48,130,31). Sum of RGB (Red+Green+Blue) = 48+130+31=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #30821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30821F is #CF7DE0. Grayscale: #5E5E5E. Windows color (decimal): -13598177 or 2064944. OLE color: 2064944.
HSL color Cylindrical-coordinate representation of color #30821F: hue angle of 109.7º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30821F is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 31 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.49 |
| HSL | 109.7º | 0.61% | 0.32% | - |
| HSV(B) | 109.7º | 0.76% | 0.51% | - |
| XYZ | 9.45 | 16.69 | 4.02 | - |
| YUV | 94.2 | 92.33 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 31 | 0.63 | 0 | 0.76 | 0.49 | 109.7 | 0.61 | 0.32 |
| Hex | 30 | 82 | 1F | 3F | 0 | 4C | 31 | 6E | 3D | 20 |
| Octal | 60 | 202 | 37 | 77 | 0 | 114 | 61 | 156 | 75 | 40 |
| Binary | 110000 | 10000010 | 11111 | 111111 | 0 | 1001100 | 110001 | 1101110 | 111101 | 100000 |
Color Harmonies of #30821F
Complementary color
Monochromatic Colors of #30821F
Black with #30821F
Text Example
Text Example
White with #30821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30821F; }
p { color: rgb(48,130,31); }
H1.HeaderClassName
{
color: #30821F;
}
.AnyTagClassName
{
color: #30821F;
}
</style>
background-color css
<style>
a { background-color: #30821F; }
a { background-color: rgb(48,130,31); }
div.DivClassName
{
background-color: #30821F;
}
.BgClassName
{
background-color: #30821F;
}
</style>
border-color css
<style>
span { border-color: #30821F; }
span { border-color: rgb(48,130,31); }
td.TdClassName
{
border-color: #30821F;
}
.TagClassName
{
border-color: #30821F;
}
</style>