Shades of Bilbao #30880A
Tints of Bilbao #30880A
RGB
CMYK
RGB Variations
Color information
#30880A (or 0x30880A) is known color: Bilbao. HEX triplet: 30, 88 and 0A. RGB value is (48,136,10). Sum of RGB (Red+Green+Blue) = 48+136+10=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 136 (53.52% from 255 or 70.10% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 136 - color contains mainly: green. Hex color #30880A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30880A is #CF77F5. Grayscale: #5F5F5F. Windows color (decimal): -13596662 or 690224. OLE color: 690224.
HSL color Cylindrical-coordinate representation of color #30880A: hue angle of 101.9º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30880A is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 10 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.47 |
| HSL | 101.9º | 0.86% | 0.29% | - |
| HSV(B) | 101.9º | 0.93% | 0.53% | - |
| XYZ | 10.08 | 18.26 | 3.28 | - |
| YUV | 95.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 10 | 0.65 | 0 | 0.93 | 0.47 | 101.9 | 0.86 | 0.29 |
| Hex | 30 | 88 | A | 41 | 0 | 5D | 2F | 66 | 56 | 1D |
| Octal | 60 | 210 | 12 | 101 | 0 | 135 | 57 | 146 | 126 | 35 |
| Binary | 110000 | 10001000 | 1010 | 1000001 | 0 | 1011101 | 101111 | 1100110 | 1010110 | 11101 |
Color Harmonies of #30880A
Complementary color
Monochromatic Colors of #30880A
Black with #30880A
Text Example
Text Example
White with #30880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30880A; }
p { color: rgb(48,136,10); }
H1.HeaderClassName
{
color: #30880A;
}
.AnyTagClassName
{
color: #30880A;
}
</style>
background-color css
<style>
a { background-color: #30880A; }
a { background-color: rgb(48,136,10); }
div.DivClassName
{
background-color: #30880A;
}
.BgClassName
{
background-color: #30880A;
}
</style>
border-color css
<style>
span { border-color: #30880A; }
span { border-color: rgb(48,136,10); }
td.TdClassName
{
border-color: #30880A;
}
.TagClassName
{
border-color: #30880A;
}
</style>