Shades of Bilbao #28730F
Tints of Bilbao #28730F
RGB
CMYK
RGB Variations
Color information
#28730F (or 0x28730F) is known color: Bilbao. HEX triplet: 28, 73 and 0F. RGB value is (40,115,15). Sum of RGB (Red+Green+Blue) = 40+115+15=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 115 (45.31% from 255 or 67.65% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 115 - color contains mainly: green. Hex color #28730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28730F is #D78CF0. Grayscale: #515151. Windows color (decimal): -14126321 or 1012520. OLE color: 1012520.
HSL color Cylindrical-coordinate representation of color #28730F: hue angle of 105º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28730F is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 15 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.55 |
| HSL | 105º | 0.77% | 0.25% | - |
| HSV(B) | 105º | 0.87% | 0.45% | - |
| XYZ | 7.09 | 12.75 | 2.54 | - |
| YUV | 81.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 15 | 0.65 | 0 | 0.87 | 0.55 | 105 | 0.77 | 0.25 |
| Hex | 28 | 73 | F | 41 | 0 | 57 | 37 | 69 | 4D | 19 |
| Octal | 50 | 163 | 17 | 101 | 0 | 127 | 67 | 151 | 115 | 31 |
| Binary | 101000 | 1110011 | 1111 | 1000001 | 0 | 1010111 | 110111 | 1101001 | 1001101 | 11001 |
Color Harmonies of #28730F
Complementary color
Monochromatic Colors of #28730F
Black with #28730F
Text Example
Text Example
White with #28730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28730F; }
p { color: rgb(40,115,15); }
H1.HeaderClassName
{
color: #28730F;
}
.AnyTagClassName
{
color: #28730F;
}
</style>
background-color css
<style>
a { background-color: #28730F; }
a { background-color: rgb(40,115,15); }
div.DivClassName
{
background-color: #28730F;
}
.BgClassName
{
background-color: #28730F;
}
</style>
border-color css
<style>
span { border-color: #28730F; }
span { border-color: rgb(40,115,15); }
td.TdClassName
{
border-color: #28730F;
}
.TagClassName
{
border-color: #28730F;
}
</style>