Shades of Bilbao #30831F
Tints of Bilbao #30831F
RGB
CMYK
RGB Variations
Color information
#30831F (or 0x30831F) is known color: Bilbao. HEX triplet: 30, 83 and 1F. RGB value is (48,131,31). Sum of RGB (Red+Green+Blue) = 48+131+31=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #30831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30831F is #CF7CE0. Grayscale: #5F5F5F. Windows color (decimal): -13597921 or 2065200. OLE color: 2065200.
HSL color Cylindrical-coordinate representation of color #30831F: hue angle of 109.8º degrees, saturation: 0.62, 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 #30831F is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 131 | 31 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.49 |
| HSL | 109.8º | 0.62% | 0.32% | - |
| HSV(B) | 109.8º | 0.76% | 0.51% | - |
| XYZ | 9.58 | 16.96 | 4.06 | - |
| YUV | 94.78 | 92 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 31 | 0.63 | 0 | 0.76 | 0.49 | 109.8 | 0.62 | 0.32 |
| Hex | 30 | 83 | 1F | 3F | 0 | 4C | 31 | 6E | 3E | 20 |
| Octal | 60 | 203 | 37 | 77 | 0 | 114 | 61 | 156 | 76 | 40 |
| Binary | 110000 | 10000011 | 11111 | 111111 | 0 | 1001100 | 110001 | 1101110 | 111110 | 100000 |
Color Harmonies of #30831F
Complementary color
Monochromatic Colors of #30831F
Black with #30831F
Text Example
Text Example
White with #30831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30831F; }
p { color: rgb(48,131,31); }
H1.HeaderClassName
{
color: #30831F;
}
.AnyTagClassName
{
color: #30831F;
}
</style>
background-color css
<style>
a { background-color: #30831F; }
a { background-color: rgb(48,131,31); }
div.DivClassName
{
background-color: #30831F;
}
.BgClassName
{
background-color: #30831F;
}
</style>
border-color css
<style>
span { border-color: #30831F; }
span { border-color: rgb(48,131,31); }
td.TdClassName
{
border-color: #30831F;
}
.TagClassName
{
border-color: #30831F;
}
</style>