Shades of Bilbao #30850C
Tints of Bilbao #30850C
RGB
CMYK
RGB Variations
Color information
#30850C (or 0x30850C) is known color: Bilbao. HEX triplet: 30, 85 and 0C. RGB value is (48,133,12). Sum of RGB (Red+Green+Blue) = 48+133+12=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #30850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30850C is #CF7AF3. Grayscale: #5E5E5E. Windows color (decimal): -13597428 or 820528. OLE color: 820528.
HSL color Cylindrical-coordinate representation of color #30850C: hue angle of 102.15º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30850C is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 12 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.48 |
| HSL | 102.15º | 0.83% | 0.28% | - |
| HSV(B) | 102.15º | 0.91% | 0.52% | - |
| XYZ | 9.67 | 17.43 | 3.2 | - |
| YUV | 93.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 12 | 0.64 | 0 | 0.91 | 0.48 | 102.15 | 0.83 | 0.28 |
| Hex | 30 | 85 | C | 40 | 0 | 5B | 30 | 66 | 53 | 1C |
| Octal | 60 | 205 | 14 | 100 | 0 | 133 | 60 | 146 | 123 | 34 |
| Binary | 110000 | 10000101 | 1100 | 1000000 | 0 | 1011011 | 110000 | 1100110 | 1010011 | 11100 |
Color Harmonies of #30850C
Complementary color
Monochromatic Colors of #30850C
Black with #30850C
Text Example
Text Example
White with #30850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30850C; }
p { color: rgb(48,133,12); }
H1.HeaderClassName
{
color: #30850C;
}
.AnyTagClassName
{
color: #30850C;
}
</style>
background-color css
<style>
a { background-color: #30850C; }
a { background-color: rgb(48,133,12); }
div.DivClassName
{
background-color: #30850C;
}
.BgClassName
{
background-color: #30850C;
}
</style>
border-color css
<style>
span { border-color: #30850C; }
span { border-color: rgb(48,133,12); }
td.TdClassName
{
border-color: #30850C;
}
.TagClassName
{
border-color: #30850C;
}
</style>