Shades of Bilbao #28730B
Tints of Bilbao #28730B
RGB
CMYK
RGB Variations
Color information
#28730B (or 0x28730B) is known color: Bilbao. HEX triplet: 28, 73 and 0B. RGB value is (40,115,11). Sum of RGB (Red+Green+Blue) = 40+115+11=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #28730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28730B is #D78CF4. Grayscale: #515151. Windows color (decimal): -14126325 or 750376. OLE color: 750376.
HSL color Cylindrical-coordinate representation of color #28730B: hue angle of 103.27º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28730B is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 11 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.55 |
| HSL | 103.27º | 0.83% | 0.25% | - |
| HSV(B) | 103.27º | 0.9% | 0.45% | - |
| XYZ | 7.07 | 12.74 | 2.4 | - |
| YUV | 80.72 | 88.65 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 11 | 0.65 | 0 | 0.90 | 0.55 | 103.27 | 0.83 | 0.25 |
| Hex | 28 | 73 | B | 41 | 0 | 5A | 37 | 67 | 53 | 19 |
| Octal | 50 | 163 | 13 | 101 | 0 | 132 | 67 | 147 | 123 | 31 |
| Binary | 101000 | 1110011 | 1011 | 1000001 | 0 | 1011010 | 110111 | 1100111 | 1010011 | 11001 |
Color Harmonies of #28730B
Complementary color
Monochromatic Colors of #28730B
Black with #28730B
Text Example
Text Example
White with #28730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28730B; }
p { color: rgb(40,115,11); }
H1.HeaderClassName
{
color: #28730B;
}
.AnyTagClassName
{
color: #28730B;
}
</style>
background-color css
<style>
a { background-color: #28730B; }
a { background-color: rgb(40,115,11); }
div.DivClassName
{
background-color: #28730B;
}
.BgClassName
{
background-color: #28730B;
}
</style>
border-color css
<style>
span { border-color: #28730B; }
span { border-color: rgb(40,115,11); }
td.TdClassName
{
border-color: #28730B;
}
.TagClassName
{
border-color: #28730B;
}
</style>